https://github.com/ufuu/JDK10/blob/main/src/src/java/util/Da... > private int tm_year; /* years since 1900 */ when you have 4.3 billion years to choose from but decide for 1900.
Java JDK 1.0 (1996)
11–20 of 50 posts
Re: Java JDK 1.0 (1996)
#12https://github.com/ufuu/JDK10/blob/main/src/src/java/util/Da... > private int tm_year; /* years since 1900 */ when you have 4.3 billion years to choose from but decide for 1900.
Re: Java JDK 1.0 (1996)
#13was 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
Might not be exactly what you are looking for, but I just added the original VM spec PDF going over the JVM architecture in C
Re: Java JDK 1.0 (1996)
#14Note 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.
Re: Java JDK 1.0 (1996)
#15https://github.com/ufuu/JDK10/blob/main/src/src/java/util/Da... > private int tm_year; /* years since 1900 */ when you have 4.3 billion years to choose from but decide for 1900.
Re: Java JDK 1.0 (1996)
#16Re: Java JDK 1.0 (1996)
#17Re: Java JDK 1.0 (1996)
#18https://github.com/ufuu/JDK10/blob/main/src/src/java/util/Da... > private int tm_year; /* years since 1900 */ when you have 4.3 billion years to choose from but decide for 1900.
Re: Java JDK 1.0 (1996)
#19https://github.com/ufuu/JDK10/blob/main/src/src/java/util/Da... > private int tm_year; /* years since 1900 */ when you have 4.3 billion years to choose from but decide for 1900.
Re: Java JDK 1.0 (1996)
#20Note 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.