hg: hsx/hotspot-comp/hotspot: 8006683: Add WhiteBox API to testing of compiler
vladimir.x.ivanov at oracle.com
vladimir.x.ivanov at oracle.com
Wed Feb 13 12:52:35 PST 2013
Changeset: 12e01444ca2d
Author: iignatyev
Date: 2013-02-13 08:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/12e01444ca2d
8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov
! src/share/tools/whitebox/sun/hotspot/WhiteBox.java
! src/share/vm/prims/wbtestmethods/parserTests.hpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/prims/whitebox.hpp
+ test/compiler/whitebox/CompilerWhiteBoxTest.java
+ test/compiler/whitebox/DeoptimizeAllTest.java
+ test/compiler/whitebox/DeoptimizeMethodTest.java
+ test/compiler/whitebox/IsMethodCompilableTest.java
+ test/compiler/whitebox/MakeMethodNotCompilableTest.java
+ test/compiler/whitebox/SetDontInlineMethodTest.java
More information about the hotspot-compiler-dev
mailing list