Is it possible to browse the source of OpenJDK online?

后端 未结 8 2032
借酒劲吻你
借酒劲吻你 2020-12-04 07:50

Is it possible to browse the source code of OpenJDK online, just like I can do with SourceForge\'s projects? I never used Mercury before, so I felt confused.

(Note:

8条回答
  •  一生所求
    2020-12-04 08:08

    Grepcode.com is great for similar things - not only OpenJDK sources, with searching in classes/methods and links between classes directly in highlighted code:

    http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8-b132/java/net/Socket.java

提交回复
热议问题