I need to have access to the source code of some classes from the sun.* packages of Java 8 for my project. I found it on https://download.java.net/openjdk/jdk8/, but the link is for OpenJDK 8u0. I also found a link to 8u40 (http://download.java.net/openjdk/jdk8u40/ri/openjdk-8u40-src-b25-10_feb_2015.zip) from Googling, but I can't find any page on java.net that references it. How can I find a link to the latest stable OpenJDK 8 version (8u192) source code from java.net or at least something more recent than 8u40?
Please note the following:
- I specifically want the source code of OpenJDK 8 because the Oracle JDK source code doesn't contain the sun.* packages that I need.
- I'm aware that public updates for Java 8 stop after 8u202 that will be released this month. As I only need the source code for reference, it doesn't matter in my case.
- I would prefer OpenJDK directly from Oracle (from java.net) instead of third-party vendors like Adopt or Azul.
- This question is not "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource" because I don't ask for any recommendations or opinions. I'm asking for source code for a very specific thing that should be publicly available as OpenJDK is an open source project.