Skip to content

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

Notifications You must be signed in to change notification settings

wanwanpp/jdk-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages