jdk-24/hotspot
Marcus Larsson 20bfd4cf7c 8066566: Refactor ParNewGeneration to contain ParNewTracer
Reviewed-by: ehelin, kbarrett
2015-02-11 14:47:21 +01:00
..
.jcheck 8030068: Update .jcheck/conf files for JDK 9 2013-12-13 09:35:12 -08:00
agent 8071962: The SA code needs to be updated to support Symbol lookup from the shared archive 2015-01-30 20:31:05 -05:00
make Merge 2015-01-30 16:56:05 -08:00
src 8066566: Refactor ParNewGeneration to contain ParNewTracer 2015-02-11 14:47:21 +01:00
test 8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23) 2015-02-09 09:51:12 +03:00
.hgignore 8058180: .hgignore should be updated with webrev in all repos 2014-09-11 12:18:02 -07:00
.hgtags Added tag jdk9-b48 for changeset adf10d73e78b 2015-01-28 16:45:35 -08:00
ASSEMBLY_EXCEPTION
LICENSE
README
THIRD_PARTY_README 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 2014-01-28 20:09:41 +00:00

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.