jdk-24/hotspot
Claes Redestad d25ad32507 8150044: Generate classlists at build-time
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
2016-05-07 00:43:37 +02:00
..
.jcheck 8030068: Update .jcheck/conf files for JDK 9 2013-12-13 09:35:12 -08:00
.mx.jvmci 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider 2016-03-25 14:46:09 +03:00
make 8153123: Streamline StackWalker code 2016-04-08 12:26:29 -07:00
makefiles 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build 2016-04-13 11:13:14 +02:00
src 8150044: Generate classlists at build-time 2016-05-07 00:43:37 +02:00
test 8150044: Generate classlists at build-time 2016-05-07 00:43:37 +02:00
.hgignore 8149427: Remove .class files from the hotspot repo .hgignore file 2016-02-15 21:57:30 -05:00
.hgtags Added tag jdk-9+117 for changeset 065e8305bdc6 2016-05-05 17:35:47 +00:00
ASSEMBLY_EXCEPTION 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07:00
LICENSE
README
THIRD_PARTY_README

README:
  This file should be located at the top of the hotspot Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:

    cd make && gnumake
     
  The files that will be imported into the jdk build will be in the "build"
  directory.