Note that this is under a proprietary license (see toplevel COPYRIGHT code). Given the rather messy history around the Java API, it might be legally problematic to look at this code.
Java JDK 1.0 (1996)
21–30 of 50 posts
Re: Java JDK 1.0 (1996)
#22Earlier quoted context omitted.
int is signed.
on x86 and arm. not on s390.
Re: Java JDK 1.0 (1996)
#23Re: Java JDK 1.0 (1996)
#24Re: Java JDK 1.0 (1996)
#25Re: Java JDK 1.0 (1996)
#26Re: Java JDK 1.0 (1996)
#27was expecting the actual vm source code, which I believe is written in C and is an engineering marvel. This looks like just the end user install package
Interesting! Well is the sourcecode for the Java JVM not open and available?
Here's the heap implementation, for example: https://github.com/openjdk/jdk/blob/master/src/hotspot/share...
The GraalVM is a Java implementation of the Java compiler and VM and it's also on GitHub: https://github.com/oracle/graal
Re: Java JDK 1.0 (1996)
#28Re: Java JDK 1.0 (1996)
#29was expecting the actual vm source code, which I believe is written in C and is an engineering marvel. This looks like just the end user install package
Re: Java JDK 1.0 (1996)
#30Also, I wrote a themeable, JNI-using installer that ran a JRE from a CD-R. It was slow to load at first but it seemed impressive to users.