hg: jdk10/client/hotspot: 32 new changesets

philip.race at oracle.com philip.race at oracle.com
Fri May 5 16:25:58 UTC 2017


Changeset: 26d689c621f6
Author:    iignatyev
Date:      2017-04-12 19:28 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/26d689c621f6

8164944: Refactor ProcessTools to get rid of dependency on java.management
Reviewed-by: kvn, gtriantafill, dfazunen, dholmes

! test/compiler/c2/cr7200264/TestDriver.java
! test/compiler/compilercontrol/share/scenario/Executor.java
! test/compiler/jvmci/compilerToVM/DebugOutputTest.java

Changeset: 7587882381ad
Author:    iveresov
Date:      2017-04-03 12:34 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/7587882381ad

8177856: [AOT] EliminateRedundantInitializationPhase is not working
Summary: Looks for constants of a correct type
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/phases/aot/EliminateRedundantInitializationPhase.java

Changeset: 2eef1000e07f
Author:    dnsimon
Date:      2017-04-03 14:58 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/2eef1000e07f

8177673: [JVMCI] missing checks in HotSpotMemoryAccessProviderImpl can cause VM assertions to fail
Reviewed-by: never, iveresov

! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotConstantReflectionProvider.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotMemoryAccessProvider.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotMemoryAccessProviderImpl.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/MemoryAccessProvider.java
! test/compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/MemoryAccessProviderData.java
! test/compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/MemoryAccessProviderTest.java

Changeset: 28e7bb59323e
Author:    thartmann
Date:      2017-04-06 08:19 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/28e7bb59323e

8178033: C1 crashes with -XX:UseAVX = 3: "not a mov [reg+offs], reg instruction"
Summary: Skip the EVEX prefix such that the instruction address points to the prefixed opcode.
Reviewed-by: kvn, mcberg

! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/nativeInst_x86.cpp
! src/cpu/x86/vm/nativeInst_x86.hpp

Changeset: 83f1f2fad2a5
Author:    lana
Date:      2017-04-06 18:00 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/83f1f2fad2a5

Merge


Changeset: afedee84773e
Author:    alanb
Date:      2017-04-07 08:04 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/afedee84773e

8177530: Module system implementation refresh (4/2017)
Reviewed-by: lfoltan, sspitsyn
Contributed-by: alan.bateman at oracle.com, harold.seigel at oracle.com, mandy.chung at oracle.com

! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.services/src/jdk/vm/ci/services/Services.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/util/ModuleAPI.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.test/src/org/graalvm/compiler/test/ExportingClassLoader.java
+ src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.test/src/org/graalvm/compiler/test/JLModule.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.test/src/org/graalvm/compiler/test/JLRModule.java
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/javaClasses.inline.hpp
! src/share/vm/classfile/moduleEntry.cpp
! src/share/vm/classfile/moduleEntry.hpp
! src/share/vm/classfile/modules.cpp
! src/share/vm/classfile/modules.hpp
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/oops/klass.cpp
! src/share/vm/prims/jvmti.xml
! src/share/vm/prims/jvmtiEnv.cpp
! src/share/vm/runtime/reflection.cpp
! src/share/vm/runtime/thread.cpp
! test/TEST.ROOT
! test/compiler/jvmci/common/CTVMUtilities.java
! test/runtime/classFileParserBug/fakeMethodAccessor.jasm
! test/runtime/getSysPackage/GetSysPkgTest.java
! test/runtime/modules/AccModuleTest.java
! test/runtime/modules/AccessCheck/AccessExportTwice.java
! test/runtime/modules/AccessCheck/AccessReadTwice.java
! test/runtime/modules/AccessCheck/CheckRead.java
! test/runtime/modules/AccessCheck/DiffCL_CheckRead.java
! test/runtime/modules/AccessCheck/DiffCL_ExpQualOther.java
! test/runtime/modules/AccessCheck/DiffCL_ExpQualToM1.java
! test/runtime/modules/AccessCheck/DiffCL_ExpUnqual.java
! test/runtime/modules/AccessCheck/DiffCL_PkgNotExp.java
! test/runtime/modules/AccessCheck/DiffCL_Umod.java
! test/runtime/modules/AccessCheck/DiffCL_UmodUpkg.java
! test/runtime/modules/AccessCheck/ExpQualOther.java
! test/runtime/modules/AccessCheck/ExpQualToM1.java
! test/runtime/modules/AccessCheck/ExpUnqual.java
! test/runtime/modules/AccessCheck/ExportAllUnnamed.java
! test/runtime/modules/AccessCheck/PkgNotExp.java
! test/runtime/modules/AccessCheck/Umod.java
! test/runtime/modules/AccessCheck/UmodDiffCL_ExpQualOther.java
! test/runtime/modules/AccessCheck/UmodDiffCL_ExpUnqual.java
! test/runtime/modules/AccessCheck/UmodDiffCL_PkgNotExp.java
! test/runtime/modules/AccessCheck/UmodUPkg.java
! test/runtime/modules/AccessCheck/UmodUpkgDiffCL_ExpQualOther.java
! test/runtime/modules/AccessCheck/UmodUpkgDiffCL_NotExp.java
! test/runtime/modules/AccessCheck/UmodUpkg_ExpQualOther.java
! test/runtime/modules/AccessCheck/UmodUpkg_NotExp.java
! test/runtime/modules/AccessCheck/Umod_ExpQualOther.java
! test/runtime/modules/AccessCheck/Umod_ExpUnqual.java
! test/runtime/modules/AccessCheck/Umod_PkgNotExp.java
! test/runtime/modules/AccessCheck/p1/c1ReadEdge.java
! test/runtime/modules/AccessCheck/p1/c1ReadEdgeDiffLoader.java
! test/runtime/modules/AccessCheck/p3/c3ReadEdge.jcod
! test/runtime/modules/AccessCheck/p3/c3ReadEdgeDiffLoader.jcod
! test/runtime/modules/AccessCheck/p4/c4.java
! test/runtime/modules/AccessCheckAllUnnamed.java
! test/runtime/modules/AccessCheckExp.java
! test/runtime/modules/AccessCheckJavaBase.java
! test/runtime/modules/AccessCheckRead.java
! test/runtime/modules/AccessCheckSuper.java
! test/runtime/modules/AccessCheckUnnamed.java
! test/runtime/modules/AccessCheckWorks.java
! test/runtime/modules/CCE_module_msg.java
! test/runtime/modules/ExportTwice.java
! test/runtime/modules/JVMAddModuleExportToAllUnnamed.java
! test/runtime/modules/JVMAddModuleExports.java
! test/runtime/modules/JVMAddModuleExportsToAll.java
! test/runtime/modules/JVMAddModulePackage.java
! test/runtime/modules/JVMAddReadsModule.java
! test/runtime/modules/JVMDefineModule.java
! test/runtime/modules/JVMGetModuleByPkgName.java
! test/runtime/modules/LoadUnloadModuleStress.java
! test/runtime/modules/ModuleHelper.java
! test/runtime/modules/ModuleStress/ModuleNonBuiltinCLMain.java
! test/runtime/modules/ModuleStress/ModuleSameCLMain.java
! test/runtime/modules/ModuleStress/src/jdk.test/test/Main.java
! test/runtime/modules/ModuleStress/src/jdk.test/test/MainGC.java
! test/runtime/modules/getModuleJNI/GetModule.java
+ test/runtime/modules/java.base/java/lang/ModuleHelper.java
- test/runtime/modules/java.base/java/lang/reflect/ModuleHelper.java
! test/serviceability/jdwp/AllModulesCommandTestDebuggee.java
! test/serviceability/jvmti/AddModuleExportsAndOpens/MyPackage/AddModuleExportsAndOpensTest.java
! test/serviceability/jvmti/AddModuleExportsAndOpens/libAddModuleExportsAndOpensTest.c
! test/serviceability/jvmti/AddModuleReads/MyPackage/AddModuleReadsTest.java
! test/serviceability/jvmti/AddModuleReads/libAddModuleReadsTest.c
! test/serviceability/jvmti/AddModuleUsesAndProvides/MyPackage/AddModuleUsesAndProvidesTest.java
! test/serviceability/jvmti/AddModuleUsesAndProvides/libAddModuleUsesAndProvidesTest.c
! test/serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java
! test/serviceability/jvmti/GetModulesInfo/libJvmtiGetAllModulesTest.c
! test/serviceability/jvmti/GetNamedModule/libGetNamedModuleTest.c

Changeset: 71330a0c7294
Author:    alanb
Date:      2017-04-07 10:58 +0100
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/71330a0c7294

Merge

- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.test/src/org/graalvm/compiler/test/JLRModule.java
- test/runtime/modules/java.base/java/lang/reflect/ModuleHelper.java

Changeset: cded24619229
Author:    ysr
Date:      2017-04-07 10:45 +0200
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/cded24619229

8177963: Parallel GC fails fast when per-thread task log overflows
Summary: Instead of exiting the VM when per-thread task log overflows, print warnings once and ignore any further log addition attempt.
Reviewed-by: ysr, kbarrett, sangheki

! src/share/vm/gc/parallel/gcTaskThread.cpp
! src/share/vm/gc/parallel/gcTaskThread.hpp
! src/share/vm/runtime/globals.hpp
! test/gc/parallel/TestPrintGCDetailsVerbose.java
! test/native/runtime/test_globals.cpp

Changeset: d80c43d9a99e
Author:    tschatzl
Date:      2017-04-07 10:51 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/d80c43d9a99e

Merge

- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.test/src/org/graalvm/compiler/test/JLRModule.java
- test/runtime/modules/java.base/java/lang/reflect/ModuleHelper.java

Changeset: f19b6d14a035
Author:    aph
Date:      2017-04-07 13:42 +0100
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/f19b6d14a035

8170812: Metaspace corruption caused by incorrect memory size for MethodCounters
Reviewed-by: kbarrett, coleenp

! src/share/vm/oops/constMethod.hpp
! src/share/vm/oops/constantPool.hpp
! src/share/vm/oops/cpCache.hpp
! src/share/vm/oops/method.hpp
! src/share/vm/oops/methodCounters.hpp

Changeset: 73c72daf8e8d
Author:    iignatyev
Date:      2017-04-07 19:36 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/73c72daf8e8d

8178333: CTW/PathHandler uses == instead of String::equals for string comparison
Reviewed-by: kvn

! test/testlibrary/ctw/src/sun/hotspot/tools/ctw/PathHandler.java

Changeset: c92c6416ca03
Author:    iignatyev
Date:      2017-04-08 02:40 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/c92c6416ca03

Merge


Changeset: e6e90d744553
Author:    lana
Date:      2017-04-13 16:01 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e6e90d744553

Added tag jdk-9+165 for changeset c92c6416ca03

! .hgtags

Changeset: 7b5ca2ff1f78
Author:    lana
Date:      2017-04-13 20:35 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/7b5ca2ff1f78

Merge

! .hgtags
! src/share/vm/runtime/globals.hpp
- test/gc/arguments/TestExplicitGCInvokesConcurrentAndUnloadsClasses.java
- test/gc/startup_warnings/TestDefNewCMS.java
- test/gc/startup_warnings/TestParNewCMS.java
- test/gc/startup_warnings/TestParNewSerialOld.java
- test/gc/startup_warnings/TestUseAutoGCSelectPolicy.java
- test/runtime/NMT/AutoshutdownNMT.java

Changeset: e8699be63872
Author:    iveresov
Date:      2017-04-11 11:34 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/e8699be63872

8176887: AOT: SIGSEGV in AOTCodeHeap::next when using specific configuration
Summary: Derive MethodCounters from Metadata
Reviewed-by: kvn, coleenp

! src/share/vm/oops/metadata.hpp
! src/share/vm/oops/methodCounters.cpp
! src/share/vm/oops/methodCounters.hpp

Changeset: 66ec8add62cd
Author:    dholmes
Date:      2017-04-11 19:39 -0400
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/66ec8add62cd

8135161: Missing commas in copyright notices
Reviewed-by: sspitsyn

! src/cpu/s390/vm/c1_Runtime1_s390.cpp
! src/share/vm/runtime/commandLineFlagConstraintsRuntime.cpp
! src/share/vm/runtime/commandLineFlagConstraintsRuntime.hpp

Changeset: 773e40f3fc21
Author:    never
Date:      2017-04-06 00:03 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/773e40f3fc21

8178119: [JVMCI] when rethrowing exceptions at deopt the exception must be fetched after materialization
Reviewed-by: kvn

! src/share/vm/runtime/deoptimization.cpp

Changeset: 00bf892e5553
Author:    rriggs
Date:      2017-04-12 11:43 -0400
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/00bf892e5553

8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: hseigel

! test/runtime/libadimalloc.solaris.sparc/Testlibadimalloc.java
! test/serviceability/attach/AttachSetGetFlag.java
! test/serviceability/tmtools/jstack/DaemonThreadTest.java
! test/serviceability/tmtools/jstack/SpreadLockTest.java
! test/serviceability/tmtools/jstack/ThreadNamesTest.java
! test/serviceability/tmtools/jstack/TraveledLockTest.java
! test/serviceability/tmtools/jstack/WaitNotifyThreadTest.java
! test/serviceability/tmtools/jstat/GcCapacityTest.java
! test/serviceability/tmtools/jstat/GcCauseTest01.java
! test/serviceability/tmtools/jstat/GcCauseTest02.java
! test/serviceability/tmtools/jstat/GcCauseTest03.java
! test/serviceability/tmtools/jstat/GcNewTest.java
! test/serviceability/tmtools/jstat/GcTest01.java
! test/serviceability/tmtools/jstat/GcTest02.java

Changeset: 4d6df9a75465
Author:    dlong
Date:      2017-04-12 16:36 -0400
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/4d6df9a75465

8158168: Missing bounds checks for some String intrinsics
Reviewed-by: vlivanov, thartmann, sherman

! src/share/vm/opto/library_call.cpp
+ test/compiler/intrinsics/string/TestStringUTF16IntrinsicRangeChecks.java
! test/compiler/patches/java.base/java/lang/Helper.java

Changeset: bbf855a44562
Author:    lana
Date:      2017-04-13 16:26 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/bbf855a44562

Merge


Changeset: 560d7aa083a2
Author:    iignatyev
Date:      2017-04-14 18:31 -0700
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/560d7aa083a2

8178731: compiler/ciReplay/SABase.java does not compile
Reviewed-by: iignatyev, sspitsyn
Contributed-by: ekaterina.pavlova at oracle.com

! test/compiler/ciReplay/SABase.java
! test/serviceability/sa/sadebugd/SADebugDTest.java

Changeset: 443a768ec827
Author:    lana
Date:      2017-04-20 18:14 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/443a768ec827

Added tag jdk-9+166 for changeset 560d7aa083a2

! .hgtags

Changeset: 762465099d93
Author:    lana
Date:      2017-04-22 00:21 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/762465099d93

Merge

! .hgtags
- test/gc/arguments/TestExplicitGCInvokesConcurrentAndUnloadsClasses.java
- test/gc/startup_warnings/TestDefNewCMS.java
- test/gc/startup_warnings/TestParNewCMS.java
- test/gc/startup_warnings/TestParNewSerialOld.java
- test/gc/startup_warnings/TestUseAutoGCSelectPolicy.java
- test/runtime/NMT/AutoshutdownNMT.java

Changeset: 2dfd08baa59e
Author:    lana
Date:      2017-04-25 07:38 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/2dfd08baa59e

Added tag jdk-10+1 for changeset 1ea217626ba0

! .hgtags

Changeset: a05f40bb8608
Author:    lana
Date:      2017-04-25 08:18 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/a05f40bb8608

Merge

! .hgtags

Changeset: f8b62710e186
Author:    sballal
Date:      2017-04-26 14:59 +0530
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/f8b62710e186

8030750: SA: Alternate hashing not implemented
Summary: Implement alternate hashing in SA
Reviewed-by: dsamersoff
Contributed-by: sharath.ballal at oracle.com

+ src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/AltHashing.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/SymbolTable.java
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/hashtable.hpp

Changeset: bc476471160c
Author:    lana
Date:      2017-04-27 05:31 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/bc476471160c

Added tag jdk-10+2 for changeset 48809c513ed5

! .hgtags

Changeset: c65a199452d0
Author:    aph
Date:      2017-04-19 16:41 +0100
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/c65a199452d0

8178968: AArch64: Remove non-standard code cache size
Reviewed-by: roland

! src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp

Changeset: 6f412fc77f23
Author:    aph
Date:      2017-04-28 18:10 +0100
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/6f412fc77f23

Merge


Changeset: c90b1e3de8c7
Author:    lana
Date:      2017-05-03 06:03 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/c90b1e3de8c7

Added tag jdk-10+3 for changeset 6c3b6b3438c4

! .hgtags

Changeset: 03c754da91ec
Author:    lana
Date:      2017-05-03 07:22 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/03c754da91ec

Added tag jdk-10+4 for changeset 8295ca08f5cb

! .hgtags

Changeset: a328abf3c189
Author:    lana
Date:      2017-05-03 08:00 +0000
URL:       http://hg.openjdk.java.net/jdk10/client/hotspot/rev/a328abf3c189

Added tag jdk-10+5 for changeset 7b5ca2ff1f78

! .hgtags



More information about the jdk10-all-changes mailing list