jdk-source icon indicating copy to clipboard operation
jdk-source copied to clipboard

jdk源码学习与分析(version7,附注释)主要包括集合包,并发包,线程池,类加载器等

JDK7

Source code from JDK's src.zip. Can be used for study the evolution of Java.

How it works

I download different versions of JDK from 1.1.x to the recent released 7u25, install or unzip them, commit source code of every src.zip into a different branch in the repository.

  • For JDK 1.2.2_005 and earlier, I download package for Windows. (There's no package for Linux)
  • For JDK 1.2.2_006 and latter, I download package for Linux. (For no needs to install, just unzip)

License

Since all the code come from JDK, they belong to Sun or Oracle, you can find the license information in each file.