hg: jigsaw/jake/hotspot: 7 new changesets
christian.tornqvist at oracle.com
christian.tornqvist at oracle.com
Tue Feb 2 14:37:48 UTC 2016
Changeset: e69f047abf8f
Author: iignatyev
Date: 2016-02-02 06:27 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/e69f047abf8f
8077176: compiler/stable/TestStable* fails in Jake with: Prohibited package name: java.lang.invoke
- test/compiler/stable/StableConfiguration.java
! test/compiler/stable/TestStableBoolean.java
! test/compiler/stable/TestStableByte.java
! test/compiler/stable/TestStableChar.java
! test/compiler/stable/TestStableDouble.java
! test/compiler/stable/TestStableFloat.java
! test/compiler/stable/TestStableInt.java
! test/compiler/stable/TestStableLong.java
! test/compiler/stable/TestStableObject.java
! test/compiler/stable/TestStableShort.java
+ test/compiler/stable/java.base/java/lang/invoke/StableBoolean.java
+ test/compiler/stable/java.base/java/lang/invoke/StableByte.java
+ test/compiler/stable/java.base/java/lang/invoke/StableChar.java
+ test/compiler/stable/java.base/java/lang/invoke/StableConfiguration.java
+ test/compiler/stable/java.base/java/lang/invoke/StableDouble.java
+ test/compiler/stable/java.base/java/lang/invoke/StableFloat.java
+ test/compiler/stable/java.base/java/lang/invoke/StableInt.java
+ test/compiler/stable/java.base/java/lang/invoke/StableLong.java
+ test/compiler/stable/java.base/java/lang/invoke/StableObject.java
+ test/compiler/stable/java.base/java/lang/invoke/StableShort.java
Changeset: 53dee96e310e
Author: iignatyev
Date: 2016-02-02 06:29 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/53dee96e310e
8134101: [TESTBUG] compiler/jsr292/CallSiteDepContextTest.java fails in Jake
! test/compiler/jsr292/CallSiteDepContextTest.java
+ test/compiler/jsr292/java.base/java/lang/invoke/CallSiteDepContext.java
Changeset: f819cf7b7963
Author: iignatyev
Date: 2016-02-02 06:29 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/f819cf7b7963
8134102: [TESTBUG] compiler/unsafe/UnsafeGetConstantField.java test fails in Jake
Reviewed-by: vlivanov
! test/compiler/unsafe/UnsafeGetConstantField.java
Changeset: 85982fe1c251
Author: iignatyev
Date: 2016-02-02 06:30 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/85982fe1c251
8143238: [TESTBUG] jvmci tests missing @modules
! test/compiler/jvmci/JVM_GetJVMCIRuntimeTest.java
! test/compiler/jvmci/SecurityRestrictionsTest.java
! test/compiler/jvmci/common/CTVMUtilities.java
- test/compiler/jvmci/common/CompilerToVMHelper.java
- test/compiler/jvmci/common/PublicMetaspaceWrapperObject.java
+ test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
+ test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/MetaAccessWrapper.java
+ test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/PublicMetaspaceWrapperObject.java
! test/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
! test/compiler/jvmci/compilerToVM/CanInlineMethodTest.java
! test/compiler/jvmci/compilerToVM/CollectCountersTest.java
! test/compiler/jvmci/compilerToVM/DebugOutputTest.java
! test/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java
! test/compiler/jvmci/compilerToVM/DoNotInlineOrCompileTest.java
! test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
! test/compiler/jvmci/compilerToVM/FindUniqueConcreteMethodTest.java
! test/compiler/jvmci/compilerToVM/GetBytecodeTest.java
! test/compiler/jvmci/compilerToVM/GetClassInitializerTest.java
! test/compiler/jvmci/compilerToVM/GetConstantPoolTest.java
! test/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
! test/compiler/jvmci/compilerToVM/GetImplementorTest.java
! test/compiler/jvmci/compilerToVM/GetLineNumberTableTest.java
! test/compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java
! test/compiler/jvmci/compilerToVM/GetMaxCallTargetOffsetTest.java
! test/compiler/jvmci/compilerToVM/GetNextStackFrameTest.java
! test/compiler/jvmci/compilerToVM/GetResolvedJavaMethodAtSlotTest.java
! test/compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java
! test/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java
! test/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java
! test/compiler/jvmci/compilerToVM/GetSymbolTest.java
! test/compiler/jvmci/compilerToVM/GetVtableIndexForInterfaceTest.java
! test/compiler/jvmci/compilerToVM/HasCompiledCodeForOSRTest.java
! test/compiler/jvmci/compilerToVM/HasFinalizableSubclassTest.java
! test/compiler/jvmci/compilerToVM/InitializeConfigurationTest.java
! test/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java
! test/compiler/jvmci/compilerToVM/IsMatureTest.java
! test/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java
! test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java
! test/compiler/jvmci/compilerToVM/LookupTypeTest.java
! test/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java
! test/compiler/jvmci/compilerToVM/MethodIsIgnoredBySecurityStackWalkTest.java
! test/compiler/jvmci/compilerToVM/ReadUncompressedOopTest.java
! test/compiler/jvmci/compilerToVM/ReprofileTest.java
! test/compiler/jvmci/compilerToVM/ResolveConstantInPoolTest.java
! test/compiler/jvmci/compilerToVM/ResolveMethodTest.java
! test/compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.java
! test/compiler/jvmci/compilerToVM/ShouldDebugNonSafepointsTest.java
! test/compiler/jvmci/compilerToVM/ShouldInlineMethodTest.java
! test/compiler/jvmci/events/JvmciCreateMetaAccessContextTest.java
! test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java
! test/compiler/jvmci/events/JvmciShutdownEventTest.java
- test/compiler/jvmci/events/MetaAccessWrapper.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ConstantTest.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/RedefineClassTest.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveConcreteMethodTest.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveMethodTest.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestConstantReflectionProvider.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaField.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaMethod.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestJavaType.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestMetaAccessProvider.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
! test/testlibrary/jdk/test/lib/cli/CommandLineOptionTest.java
Changeset: d780fdc29a98
Author: iignatyev
Date: 2016-02-02 06:31 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/d780fdc29a98
8146711: remove WhiteBox::deoptimize method
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/library_call.cpp
Changeset: e22bfd0e7851
Author: iignatyev
Date: 2016-02-02 06:34 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/e22bfd0e7851
8147871: test/compiler/jvmci/errors/Test* error: package jdk.vm.ci.code does not exist
! test/compiler/jvmci/errors/TestInvalidCompilationResult.java
! test/compiler/jvmci/errors/TestInvalidDebugInfo.java
! test/compiler/jvmci/errors/TestInvalidOopMap.java
Changeset: fcae15d894d9
Author: iignatyev
Date: 2016-02-02 06:34 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/hotspot/rev/fcae15d894d9
8147873: compiler/stable/TestStableMemoryBarrier.java error: package exists in another module: java.base
! test/compiler/stable/TestStableMemoryBarrier.java
+ test/compiler/stable/java.base/java/lang/invoke/StableMemoryBarrier.java
More information about the jigsaw-dev
mailing list