hg: graal/graal-jvmci-9/hotspot: 6 new changesets
christian.thalinger at oracle.com
christian.thalinger at oracle.com
Thu Sep 24 00:05:18 UTC 2015
Changeset: 438852f359e5
Author: tpivovarova
Date: 2015-09-23 13:48 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/438852f359e5
8078353: required WhiteBox changes -- add nmethod address
! src/share/vm/prims/whitebox.cpp
Changeset: 2f56f561ded9
Author: tpivovarova
Date: 2015-09-23 13:49 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/2f56f561ded9
8078353: common part for tests for compilerToVM methods related to compiled code
+ test/compiler/jvmci/compilerToVM/CompileCodeTestCase.java
Changeset: da432c8a5dc7
Author: tpivovarova
Date: 2015-09-23 13:49 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/da432c8a5dc7
8078353: test for CompilerToVM::disassembleCodeBlob
+ test/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java
Changeset: 6449e0ade0bc
Author: tpivovarova
Date: 2015-09-23 13:49 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/6449e0ade0bc
8078353: test for CompilerToVM::invalidateInstalledCode method
+ test/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java
Changeset: 740dc85e6e78
Author: twisti
Date: 2015-09-23 13:49 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/740dc85e6e78
workaround for CODETOOLS-7901514 : os.simpleArch is x64 for linux-aarch64 in @require context
! test/compiler/jvmci/jdk.internal.jvmci.options.test/src/jdk/internal/jvmci/options/test/NestedBooleanOptionValueTest.java
! test/compiler/jvmci/jdk.internal.jvmci.options.test/src/jdk/internal/jvmci/options/test/TestOptionValue.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/ConstantTest.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/RedefineClassTest.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/ResolvedJavaTypeResolveConcreteMethodTest.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/ResolvedJavaTypeResolveMethodTest.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestConstantReflectionProvider.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestJavaField.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestJavaMethod.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestJavaType.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestMetaAccessProvider.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaField.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaMethod.java
! test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java
Changeset: a2b580a32fb6
Author: twisti
Date: 2015-09-23 14:04 -1000
URL: http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/a2b580a32fb6
Rename lookupNameRefInPool and lookupSignatureRefInPool to lookupNameInPool and lookupSignatureInPool.
! test/compiler/jvmci/common/CompilerToVMHelper.java
More information about the graal-dev
mailing list