hg: jdk9/hs-comp/hotspot: 3 new changesets
konstantin.shefov at oracle.com
konstantin.shefov at oracle.com
Sat Feb 20 13:58:10 UTC 2016
Changeset: bc4aca25ef2a
Author: kshefov
Date: 2016-02-20 11:44 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bc4aca25ef2a
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk
! src/share/vm/prims/whitebox.cpp
Changeset: ed4f837cee25
Author: kshefov
Date: 2016-02-20 11:49 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ed4f837cee25
8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
Reviewed-by: twisti, dpochepk
! test/compiler/jvmci/common/testcases/MultipleAbstractImplementer.java
! test/compiler/jvmci/common/testcases/MultipleImplementer2.java
! test/compiler/jvmci/common/testcases/MultipleImplementersInterface.java
! test/compiler/jvmci/compilerToVM/ConstantPoolTestCase.java
! test/compiler/jvmci/compilerToVM/ConstantPoolTestsHelper.java
! test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java
! test/compiler/jvmci/compilerToVM/ResolveConstantInPoolTest.java
! test/compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java
Changeset: a8377a286e90
Author: kshefov
Date: 2016-02-20 11:49 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a8377a286e90
8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
Reviewed-by: twisti, dpochepk
+ test/compiler/jvmci/compilerToVM/LookupKlassRefIndexInPoolTest.java
+ test/compiler/jvmci/compilerToVM/LookupMethodInPoolTest.java
+ test/compiler/jvmci/compilerToVM/LookupNameAndTypeRefIndexInPoolTest.java
+ test/compiler/jvmci/compilerToVM/LookupNameInPoolTest.java
+ test/compiler/jvmci/compilerToVM/LookupSignatureInPoolTest.java
+ test/compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java
+ test/compiler/jvmci/compilerToVM/ResolvePossiblyCachedConstantInPoolTest.java
More information about the jdk9-hs-comp-changes
mailing list