jdk-24/hotspot
Tobias Hartmann af2e00ae90 8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps
Before merging uncommon traps we have to check for proper bci domination and compatible JVMStates to guarantee correct re-execution of the checks.

Reviewed-by: kvn, roland
2015-11-06 09:36:47 +01:00
..
.jcheck
agent 8135284: Remove Method::_method_size field 2015-10-14 08:12:33 -07:00
make Merge 2015-10-27 01:45:01 -04:00
src 8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps 2015-11-06 09:36:47 +01:00
test 8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps 2015-11-06 09:36:47 +01:00
.hgignore 8075492: adopt recent IGV 2015-05-05 13:06:10 +02:00
.hgtags Added tag jdk9-b88 for changeset 9f14b17a8956 2015-10-22 08:47:43 -07:00
ASSEMBLY_EXCEPTION
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.