jdk-24/hotspot
Christian Thalinger e970ef6182 7008165: Garbage in ClassFormatError message
When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage.

Reviewed-by: iveresov
2010-12-21 04:37:30 -08:00
..
.jcheck 6669216: Add jcheck configuration directories 2008-02-29 20:03:58 -08:00
agent Merge 2010-12-08 17:50:49 -08:00
make 7006505: Use kstat info to identify SPARC processor 2010-12-16 14:15:12 -08:00
src 7008165: Garbage in ClassFormatError message 2010-12-21 04:37:30 -08:00
test 6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM 2010-12-17 15:55:32 -08:00
.hgignore 6909462: Fix nbproject/private references in .hgignore 2009-12-16 12:51:48 -08:00
.hgtags Merge 2010-12-10 15:46:59 -08:00
ASSEMBLY_EXCEPTION 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07:00
LICENSE 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07:00
README Initial load 2007-12-01 00:00:00 +00:00
THIRD_PARTY_README 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07: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.