hg: jdk9/hs-comp/hotspot: 67 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Tue Aug 2 07:28:46 UTC 2016
Changeset: 9c79a0b316f2
Author: mchernov
Date: 2016-07-19 18:15 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9c79a0b316f2
8160827: gc/stress/TestStressG1Humongous.java fails with OOME
Reviewed-by: tschatzl
! test/gc/stress/TestStressG1Humongous.java
Changeset: 2e59f4f1c16d
Author: gziemski
Date: 2016-07-19 11:00 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2e59f4f1c16d
8138760: [JVMCI] VM warning: Performance bug: SystemDictionary lookup_count=21831450 lookup_length=1275207287 average=58.411479 load=5.572844
Summary: Added debug details to the warning message.
Reviewed-by: dholmes, iklam, twisti
! src/share/vm/classfile/dictionary.cpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp
! src/share/vm/utilities/hashtable.inline.hpp
Changeset: 7d487ce63875
Author: gziemski
Date: 2016-07-19 17:26 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/7d487ce63875
Merge
Changeset: db986141fb99
Author: jmasa
Date: 2016-07-06 13:23 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/db986141fb99
8155263: DisableStartThread should not be applied to GC worker threads
Reviewed-by: tschatzl, sangheki
! src/share/vm/gc/shared/concurrentGCThread.cpp
Changeset: c364feaa4923
Author: jmasa
Date: 2016-07-19 19:05 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/c364feaa4923
Merge
Changeset: 21adec88f848
Author: jiangli
Date: 2016-07-19 13:52 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/21adec88f848
8141341: CDS should be disabled if JvmtiExport::should_post_class_file_load_hook() is true.
Summary: Disable loading shared class if JvmtiExport::should_post_class_file_load_hook is true.
Reviewed-by: iklam, acorn, sspitsyn
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/memory/metaspace.cpp
Changeset: c96a75f89342
Author: jiangli
Date: 2016-07-19 20:07 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/c96a75f89342
Merge
Changeset: 6d8dfd0e5d04
Author: jiangli
Date: 2016-07-19 20:39 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/6d8dfd0e5d04
Merge
Changeset: 8be974d4b673
Author: jiangli
Date: 2016-07-19 22:14 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8be974d4b673
Merge
Changeset: 9f5a448947a4
Author: bmoloden
Date: 2016-07-20 14:47 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9f5a448947a4
8160119: Utils.tryFindJvmPid sometimes find incorrect pid
Summary: Fixed pattern
Reviewed-by: iignatyev, dholmes
! test/testlibrary/jdk/test/lib/Utils.java
Changeset: ebe61a744dad
Author: mgerdin
Date: 2016-07-21 14:06 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ebe61a744dad
8161915: Linking gtestLauncher may end up linking with non-gtest libjvm
Reviewed-by: dholmes, ehelin
! make/lib/CompileGtest.gmk
Changeset: 2ea13db80d5c
Author: psandoz
Date: 2016-07-21 16:29 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2ea13db80d5c
8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
Reviewed-by: alanb, dholmes
- test/runtime/Unsafe/GetUnsafe.java
Changeset: 1a5ddb441adb
Author: dfazunen
Date: 2016-07-21 17:12 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/1a5ddb441adb
8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K.
Reviewed-by: tschatzl, jmasa, zmajo
! test/gc/TestSmallHeap.java
! test/gc/arguments/TestMaxHeapSizeTools.java
Changeset: 314b9b21d52c
Author: dfazunen
Date: 2016-07-21 16:45 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/314b9b21d52c
Merge
Changeset: f184e692e094
Author: ccheung
Date: 2016-07-21 19:29 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f184e692e094
8161539: 8159666 breaks minimal VM
Summary: replaces the shouldNotReachHere() with an assert
Reviewed-by: coleenp, dholmes, cjplummer, gziemski
! src/share/vm/oops/instanceKlass.hpp
Changeset: 4c809569da7a
Author: zmajo
Date: 2016-07-18 15:53 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/4c809569da7a
8161581: Quarantine compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Summary: Quarantine test.
Reviewed-by: goetz, thartmann
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Changeset: 51197f12039f
Author: zmajo
Date: 2016-07-19 10:14 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/51197f12039f
8161660: Quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
Summary: Quarantine test.
Reviewed-by: dholmes, thartmann
! test/gc/TestSmallHeap.java
! test/gc/arguments/TestParallelHeapSizeFlags.java
Changeset: c54e33226cd9
Author: zmajo
Date: 2016-07-19 11:02 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/c54e33226cd9
Merge
Changeset: 97d2ff49eb68
Author: hseigel
Date: 2016-04-06 07:55 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/97d2ff49eb68
8152479: Coded byte streams
Reviewed-by: acorn, mschoene, asmotrak
Contributed-by: harold.seigel at oracle.com
! src/share/vm/interpreter/bytecodeStream.cpp
! src/share/vm/interpreter/bytecodeStream.hpp
Changeset: 727970489c6c
Author: iklam
Date: 2016-04-06 21:53 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/727970489c6c
8150752: Share Class Data
Reviewed-by: acorn, hseigel, mschoene
! src/share/vm/classfile/compactHashtable.hpp
! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/classfile/systemDictionaryShared.hpp
! src/share/vm/classfile/verificationType.cpp
! src/share/vm/classfile/verificationType.hpp
! src/share/vm/memory/metaspaceShared.cpp
! src/share/vm/oops/instanceKlass.cpp
Changeset: 5d717aca1f9e
Author: jiangli
Date: 2016-04-20 16:39 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/5d717aca1f9e
8153312: Constrain AppCDS behavior
Reviewed-by: iklam, acorn, mschoene
! src/share/vm/memory/metaspaceShared.cpp
! src/share/vm/memory/metaspaceShared.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/klassVtable.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/oops/method.hpp
Changeset: 9b01ac7cc018
Author: hseigel
Date: 2016-05-11 12:03 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9b01ac7cc018
8155981: Bolster bytecode verification
Reviewed-by: acorn, jdn
Contributed-by: harold.seigel at oracle.com
! src/share/vm/classfile/verifier.cpp
Changeset: 5570f9d8e0a1
Author: dcubed
Date: 2016-07-20 10:55 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/5570f9d8e0a1
8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
Reviewed-by: jiangli, gtriantafill
! test/runtime/Unsafe/GetUnsafe.java
Changeset: 19277b56bc7d
Author: amurillo
Date: 2016-07-21 16:42 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/19277b56bc7d
Added tag jdk-9+128 for changeset 22bf6db9767b
! .hgtags
Changeset: 14d36b8b6157
Author: amurillo
Date: 2016-07-21 17:14 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/14d36b8b6157
Merge
Changeset: cde17b3e2e70
Author: vlivanov
Date: 2016-07-21 20:18 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/cde17b3e2e70
8155781: C2: opaque unsafe access triggers an assert
Reviewed-by: kvn, lmesnik, ppunegov
! src/share/vm/opto/library_call.cpp
+ test/compiler/unsafe/OpaqueAccesses.java
Changeset: e96b34b76d86
Author: vlivanov
Date: 2016-07-21 21:42 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e96b34b76d86
Merge
Changeset: ae3843827c16
Author: amurillo
Date: 2016-07-21 19:50 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ae3843827c16
Merge
Changeset: d7e01b16d661
Author: amurillo
Date: 2016-07-21 20:09 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/d7e01b16d661
Merge
! test/gc/TestSmallHeap.java
Changeset: 3f92ff05329e
Author: amurillo
Date: 2016-07-22 04:05 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/3f92ff05329e
Merge
Changeset: ca241ed18db8
Author: sspitsyn
Date: 2016-07-22 02:36 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ca241ed18db8
8145627: sun.jvm.hotspot.oops.InstanceKlass::getSize() returns the incorrect size and has no test
Summary: fix the size and add a test
Reviewed-by: sspitsyn
Contributed-by: jini.george at oracle.com
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
+ test/serviceability/sa/TestInstanceKlassSize.java
+ test/serviceability/sa/TestInstanceKlassSizeForInterface.java
Changeset: 75aefcbe4878
Author: ehelin
Date: 2016-07-21 14:55 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/75aefcbe4878
8159464: DumpHeap.java hits assert in G1 code
Reviewed-by: mgerdin, tschatzl
! src/share/vm/gc/g1/g1DefaultPolicy.cpp
Changeset: bb8313c75de8
Author: bchristi
Date: 2016-07-22 10:15 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bb8313c75de8
8161028: GPL header missing comma after year
Reviewed-by: dcubed
! src/share/vm/prims/stackwalk.cpp
! src/share/vm/prims/stackwalk.hpp
Changeset: 047ad22e7be5
Author: mockner
Date: 2016-07-25 09:40 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/047ad22e7be5
8038332: The trace event vm/class/load is not always being sent
Summary: Added trace event vm/class/define
Reviewed-by: coleenp, egahlin, acorn
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/trace/traceevents.xml
Changeset: 6f477213a2e5
Author: akulyakh
Date: 2016-07-22 16:55 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/6f477213a2e5
8153978: New test to verify the modules info as returned by the JVMTI
Summary: A new JVMTI test
Reviewed-by: ctornqvi, sspitsyn
! make/test/JtregNative.gmk
+ test/serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java
+ test/serviceability/jvmti/GetModulesInfo/libJvmtiGetAllModulesTest.c
Changeset: 592eb3d44565
Author: ddmitriev
Date: 2016-07-25 17:35 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/592eb3d44565
Merge
Changeset: cfe3d8e11547
Author: amurillo
Date: 2016-07-22 10:14 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/cfe3d8e11547
Merge
Changeset: f62b9582d4bd
Author: amurillo
Date: 2016-07-22 10:35 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/f62b9582d4bd
Merge
Changeset: 67401d52d060
Author: amurillo
Date: 2016-07-22 19:04 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/67401d52d060
Merge
Changeset: e74926fb7ceb
Author: amurillo
Date: 2016-07-25 15:30 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/e74926fb7ceb
Merge
Changeset: 6167e670dd21
Author: amurillo
Date: 2016-07-25 18:52 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/6167e670dd21
Merge
Changeset: 8a5735c11a84
Author: goetz
Date: 2016-07-13 12:23 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8a5735c11a84
8161258: Simplify including platform files.
Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett
! make/gensrc/GensrcAdlc.gmk
! make/lib/CompileJvm.gmk
! src/cpu/aarch64/vm/bytes_aarch64.hpp
! src/cpu/aarch64/vm/copy_aarch64.hpp
! src/cpu/aarch64/vm/vm_version_aarch64.cpp
! src/cpu/ppc/vm/bytes_ppc.hpp
! src/cpu/ppc/vm/globalDefinitions_ppc.hpp
+ src/cpu/ppc/vm/interp_masm_ppc.hpp
! src/cpu/ppc/vm/interp_masm_ppc_64.cpp
- src/cpu/ppc/vm/interp_masm_ppc_64.hpp
- src/cpu/ppc/vm/ppc_64.ad
! src/cpu/ppc/vm/sharedRuntime_ppc.cpp
+ src/cpu/ppc/vm/stubRoutines_ppc.hpp
- src/cpu/ppc/vm/stubRoutines_ppc_64.hpp
+ src/cpu/ppc/vm/templateTable_ppc.hpp
- src/cpu/ppc/vm/templateTable_ppc_64.hpp
! src/cpu/ppc/vm/vm_version_ppc.cpp
! src/cpu/ppc/vm/vtableStubs_ppc_64.cpp
! src/cpu/x86/vm/bytes_x86.hpp
! src/cpu/x86/vm/copy_x86.hpp
+ src/cpu/x86/vm/macroAssembler_x86.inline.hpp
! src/cpu/x86/vm/register_definitions_x86.cpp
! src/cpu/x86/vm/stubRoutines_x86.hpp
- src/cpu/x86/vm/stubRoutines_x86_32.hpp
- src/cpu/x86/vm/stubRoutines_x86_64.hpp
! src/cpu/zero/vm/bytes_zero.hpp
+ src/cpu/zero/vm/macroAssembler_zero.hpp
+ src/cpu/zero/vm/macroAssembler_zero.inline.hpp
- src/os/aix/vm/mutex_aix.inline.hpp
! src/os/aix/vm/os_aix.cpp
- src/os/bsd/vm/mutex_bsd.cpp
- src/os/bsd/vm/mutex_bsd.inline.hpp
! src/os/bsd/vm/os_bsd.cpp
- src/os/linux/vm/mutex_linux.cpp
- src/os/linux/vm/mutex_linux.inline.hpp
! src/os/linux/vm/os_linux.cpp
! src/os/posix/vm/os_posix.cpp
! src/os/posix/vm/vmError_posix.cpp
- src/os/solaris/vm/mutex_solaris.cpp
- src/os/solaris/vm/mutex_solaris.inline.hpp
! src/os/solaris/vm/os_solaris.cpp
- src/os/windows/vm/mutex_windows.cpp
- src/os/windows/vm/mutex_windows.inline.hpp
! src/os/windows/vm/os_windows.cpp
+ src/os_cpu/aix_ppc/vm/bytes_aix_ppc.inline.hpp
! src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp
! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
! src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp
! src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp
! src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp
! src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
! src/os_cpu/linux_x86/vm/os_linux_x86.cpp
! src/os_cpu/linux_zero/vm/os_linux_zero.cpp
! src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
! src/os_cpu/windows_x86/vm/os_windows_x86.cpp
! src/share/vm/asm/assembler.hpp
! src/share/vm/asm/assembler.inline.hpp
! src/share/vm/asm/codeBuffer.hpp
! src/share/vm/asm/macroAssembler.hpp
! src/share/vm/asm/macroAssembler.inline.hpp
! src/share/vm/asm/register.hpp
! src/share/vm/c1/c1_Defs.hpp
! src/share/vm/c1/c1_FpuStackSim.hpp
! src/share/vm/c1/c1_FrameMap.hpp
! src/share/vm/c1/c1_LIRAssembler.hpp
! src/share/vm/c1/c1_LinearScan.hpp
! src/share/vm/c1/c1_MacroAssembler.hpp
! src/share/vm/c1/c1_globals.hpp
! src/share/vm/code/nativeInst.hpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/code/relocInfo.hpp
! src/share/vm/code/vmreg.hpp
! src/share/vm/code/vmreg.inline.hpp
! src/share/vm/compiler/disassembler.cpp
! src/share/vm/compiler/disassembler.hpp
! src/share/vm/gc/g1/g1PageBasedVirtualSpace.cpp
! src/share/vm/gc/shared/memset_with_concurrent_readers.hpp
! src/share/vm/interpreter/bytecodeInterpreter.hpp
! src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
! src/share/vm/interpreter/cppInterpreter.hpp
! src/share/vm/interpreter/interp_masm.hpp
! src/share/vm/interpreter/interpreterRuntime.hpp
! src/share/vm/interpreter/templateInterpreterGenerator.cpp
! src/share/vm/interpreter/templateTable.hpp
! src/share/vm/jvmci/jvmciCodeInstaller.cpp
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/jvmci/vmStructs_jvmci.cpp
! src/share/vm/opto/ad.hpp
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/optoreg.hpp
! src/share/vm/prims/jni_md.h
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm.h
! src/share/vm/prims/methodHandles.hpp
! src/share/vm/runtime/atomic.inline.hpp
! src/share/vm/runtime/frame.hpp
! src/share/vm/runtime/frame.inline.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/icache.hpp
! src/share/vm/runtime/interfaceSupport.hpp
! src/share/vm/runtime/javaCalls.hpp
! src/share/vm/runtime/javaFrameAnchor.hpp
! src/share/vm/runtime/mutex.cpp
! src/share/vm/runtime/orderAccess.inline.hpp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/runtime/os.inline.hpp
! src/share/vm/runtime/osThread.hpp
! src/share/vm/runtime/prefetch.inline.hpp
! src/share/vm/runtime/registerMap.hpp
! src/share/vm/runtime/semaphore.hpp
! src/share/vm/runtime/stubRoutines.hpp
! src/share/vm/runtime/thread.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/runtime/vm_version.hpp
! src/share/vm/shark/sharkRuntime.cpp
! src/share/vm/shark/shark_globals.hpp
! src/share/vm/utilities/bytes.hpp
! src/share/vm/utilities/copy.hpp
! src/share/vm/utilities/globalDefinitions.hpp
! src/share/vm/utilities/macros.hpp
Changeset: 42bdfbb535a2
Author: tschatzl
Date: 2016-07-26 11:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/42bdfbb535a2
8147910: Cache initial active_processor_count
Summary: Introduce and initialize active_processor_count variable in VM.
Reviewed-by: dholmes, jprovino
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp
Changeset: 8986e5b85e73
Author: tschatzl
Date: 2016-07-26 11:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8986e5b85e73
8161993: G1 crashes if active_processor_count changes during startup
Summary: Use the initial active processor count for memory initialization instead of the current active one.
Reviewed-by: dholmes, mgerdin
! src/share/vm/gc/g1/dirtyCardQueue.cpp
! src/share/vm/gc/g1/g1ConcurrentMark.cpp
! src/share/vm/runtime/vm_version.cpp
Changeset: 7033b767fd7c
Author: lfoltan
Date: 2016-07-26 10:29 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/7033b767fd7c
8154239: -Xbootclasspath/a breaks exploded build
Summary: Correct exploded modules build system class path search for the boot loader
Reviewed-by: acorn, ccheung, hseigel, jiangli
! src/share/vm/classfile/classLoader.cpp
! src/share/vm/classfile/classLoader.hpp
! src/share/vm/classfile/classLoaderExt.hpp
! src/share/vm/classfile/modules.cpp
! src/share/vm/classfile/sharedPathsMiscInfo.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/memory/filemap.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
! src/share/vm/runtime/init.cpp
! src/share/vm/runtime/os.cpp
Changeset: b4945107f0fa
Author: jiangli
Date: 2016-07-26 17:25 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/b4945107f0fa
8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134.
Summary: Remove invalid assert in SensorInfo::process_pending_requests.
Reviewed-by: dholmes, coleenp
! src/share/vm/services/lowMemoryDetector.cpp
Changeset: d3d20ddd3ff3
Author: dholmes
Date: 2016-07-26 23:52 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/d3d20ddd3ff3
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Reviewed-by: twisti, fparain, cjplummer
! src/cpu/x86/vm/globalDefinitions_x86.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/vm_version.cpp
! src/share/vm/utilities/macros.hpp
! test/compiler/rtm/cli/RTMGenericCommandLineOptionTest.java
! test/compiler/testlibrary/rtm/predicate/SupportedVM.java
! test/gc/arguments/TestSelectDefaultGC.java
! test/runtime/logging/MonitorMismatchTest.java
! test/testlibrary/jdk/test/lib/Platform.java
! test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
Changeset: 53f2e6ca643b
Author: acorn
Date: 2016-07-27 08:31 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/53f2e6ca643b
8162340: Better class stream parsing
Summary: Check platform and boot loader for java/* packages
Reviewed-by: lfoltan, coleenp, dholmes
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
! src/share/vm/classfile/classLoader.cpp
! src/share/vm/classfile/klassFactory.cpp
! src/share/vm/classfile/klassFactory.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/symbol.hpp
Changeset: 8da4f8f1c17b
Author: acorn
Date: 2016-07-27 13:33 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8da4f8f1c17b
Merge
Changeset: 439215426e1c
Author: dfazunen
Date: 2016-07-27 21:16 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/439215426e1c
8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java.
Reviewed-by: tschatzl
! test/gc/TestSmallHeap.java
! test/gc/arguments/TestParallelHeapSizeFlags.java
Changeset: 619094aa62ab
Author: mchernov
Date: 2016-07-27 18:43 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/619094aa62ab
8159606: gc/g1/TestShrinkAuxiliaryData* tests fail because GC triggered before VM initialization completed
Reviewed-by: tschatzl
! test/gc/g1/TestShrinkAuxiliaryData.java
Changeset: 76114ca3c57b
Author: lfoltan
Date: 2016-07-28 09:57 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/76114ca3c57b
8160487: JVM should validate a module by checking for an instance of java.lang.reflect.Module
Summary: Correct the checking of an instance of java.lang.reflect.Module to validate a module
Reviewed-by: alanb, coleenp, redestad
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/javaClasses.inline.hpp
! src/share/vm/classfile/modules.cpp
! test/runtime/modules/JVMDefineModule.java
Changeset: 82e3a58aca6f
Author: thartmann
Date: 2016-07-29 08:36 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/82e3a58aca6f
8162540: Crash in C2 escape analysis with assert: "node should be registered"
Summary: GetAndSet, CompareAndExchange and CompareAndSwap intrinsics emit unsafe accesses to oop fields.
Reviewed-by: kvn
! src/share/vm/opto/escape.cpp
Changeset: 1f9a767f006d
Author: rbackman
Date: 2016-07-29 09:23 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/1f9a767f006d
Merge
! make/test/JtregNative.gmk
! src/cpu/aarch64/vm/vm_version_aarch64.cpp
! src/cpu/ppc/vm/vtableStubs_ppc_64.cpp
! src/cpu/x86/vm/register_definitions_x86.cpp
! src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
! src/share/vm/asm/assembler.hpp
! src/share/vm/jvmci/jvmciCodeInstaller.cpp
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/jvmci/vmStructs_jvmci.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/globalDefinitions.hpp
- test/compiler/c1/6478991/NullCheckTest.java
- test/compiler/c1/6579789/Test6579789.java
- test/compiler/c1/6756768/Test6756768.java
- test/compiler/c1/6756768/Test6756768_2.java
- test/compiler/c1/6757316/Test6757316.java
- test/compiler/c1/6758234/Test6758234.java
- test/compiler/c1/6769124/TestArrayCopy6769124.java
- test/compiler/c1/6769124/TestDeoptInt6769124.java
- test/compiler/c1/6769124/TestUnalignedLoad6769124.java
- test/compiler/c1/6795465/Test6795465.java
- test/compiler/c1/6849574/Test.java
- test/compiler/c1/6855215/Test6855215.java
- test/compiler/c1/6932496/Test6932496.java
- test/compiler/c1/7042153/Test7042153.java
- test/compiler/c1/7090976/Test7090976.java
- test/compiler/c1/7103261/Test7103261.java
- test/compiler/c1/7123108/Test7123108.java
- test/compiler/c1/8004051/Test8004051.java
- test/compiler/c1/8011706/Test8011706.java
- test/compiler/c1/8011771/Test8011771.java
- test/compiler/c2/5057225/Test5057225.java
- test/compiler/c2/5091921/Test5091921.java
- test/compiler/c2/5091921/Test6186134.java
- test/compiler/c2/5091921/Test6196102.java
- test/compiler/c2/5091921/Test6357214.java
- test/compiler/c2/5091921/Test6559156.java
- test/compiler/c2/5091921/Test6753639.java
- test/compiler/c2/5091921/Test6850611.java
- test/compiler/c2/5091921/Test6890943.java
- test/compiler/c2/5091921/Test6897150.java
- test/compiler/c2/5091921/Test6905845.java
- test/compiler/c2/5091921/Test6931567.java
- test/compiler/c2/5091921/Test6935022.java
- test/compiler/c2/5091921/Test6959129.java
- test/compiler/c2/5091921/Test6985295.java
- test/compiler/c2/5091921/Test6992759.java
- test/compiler/c2/5091921/Test7005594.java
- test/compiler/c2/5091921/Test7005594.sh
- test/compiler/c2/5091921/Test7020614.java
- test/compiler/c2/5091921/input6890943.txt
- test/compiler/c2/5091921/output6890943.txt
- test/compiler/c2/6340864/TestByteVect.java
- test/compiler/c2/6340864/TestDoubleVect.java
- test/compiler/c2/6340864/TestFloatVect.java
- test/compiler/c2/6340864/TestIntVect.java
- test/compiler/c2/6340864/TestLongVect.java
- test/compiler/c2/6340864/TestShortVect.java
- test/compiler/c2/6443505/Test6443505.java
- test/compiler/c2/6589834/InlinedArrayCloneTestCase.java
- test/compiler/c2/6589834/Test_ia32.java
- test/compiler/c2/6603011/Test.java
- test/compiler/c2/6636138/Test1.java
- test/compiler/c2/6636138/Test2.java
- test/compiler/c2/6646019/Test.java
- test/compiler/c2/6646020/Tester.java
- test/compiler/c2/6661247/Test.java
- test/compiler/c2/6663621/IVTest.java
- test/compiler/c2/6663848/Tester.java
- test/compiler/c2/6663854/Test6663854.java
- test/compiler/c2/6695810/Test.java
- test/compiler/c2/6700047/Test6700047.java
- test/compiler/c2/6711100/Test.java
- test/compiler/c2/6711117/Test.java
- test/compiler/c2/6712835/Test6712835.java
- test/compiler/c2/6714694/Tester.java
- test/compiler/c2/6724218/Test.java
- test/compiler/c2/6732154/Test6732154.java
- test/compiler/c2/6741738/Tester.java
- test/compiler/c2/6772683/InterruptedTest.java
- test/compiler/c2/6792161/Test6792161.java
- test/compiler/c2/6795362/Test6795362.java
- test/compiler/c2/6796786/Test6796786.java
- test/compiler/c2/6799693/Test.java
- test/compiler/c2/6800154/Test6800154.java
- test/compiler/c2/6805724/Test6805724.java
- test/compiler/c2/6823453/Test.java
- test/compiler/c2/6832293/Test.java
- test/compiler/c2/6837011/Test6837011.java
- test/compiler/c2/6837094/Test.java
- test/compiler/c2/6843752/Test.java
- test/compiler/c2/6851282/Test.java
- test/compiler/c2/6852078/Test6852078.java
- test/compiler/c2/6857159/Test6857159.java
- test/compiler/c2/6863155/Test6863155.java
- test/compiler/c2/6865031/Test.java
- test/compiler/c2/6866651/Test.java
- test/compiler/c2/6877254/Test.java
- test/compiler/c2/6880034/Test6880034.java
- test/compiler/c2/6885584/Test6885584.java
- test/compiler/c2/6894807/IsInstanceTest.java
- test/compiler/c2/6901572/Test.java
- test/compiler/c2/6910484/Test.java
- test/compiler/c2/6910605/Test.java
- test/compiler/c2/6910618/Test.java
- test/compiler/c2/6912517/Test.java
- test/compiler/c2/6916644/Test6916644.java
- test/compiler/c2/6921969/TestMultiplyLongHiZero.java
- test/compiler/c2/6930043/Test6930043.java
- test/compiler/c2/6946040/TestCharShortByteSwap.java
- test/compiler/c2/6956668/Test6956668.java
- test/compiler/c2/6958485/Test.java
- test/compiler/c2/6968348/Test6968348.java
- test/compiler/c2/6973329/Test.java
- test/compiler/c2/7002666/Test7002666.java
- test/compiler/c2/7009359/Test7009359.java
- test/compiler/c2/7017746/Test.java
- test/compiler/c2/7024475/Test7024475.java
- test/compiler/c2/7029152/Test.java
- test/compiler/c2/7041100/Test7041100.java
- test/compiler/c2/7046096/Test7046096.java
- test/compiler/c2/7047069/Test7047069.java
- test/compiler/c2/7048332/Test7048332.java
- test/compiler/c2/7068051/Test7068051.java
- test/compiler/c2/7070134/Stemmer.java
- test/compiler/c2/7070134/words
- test/compiler/c2/7110586/Test7110586.java
- test/compiler/c2/7125879/Test7125879.java
- test/compiler/c2/7160610/Test7160610.java
- test/compiler/c2/7169782/Test7169782.java
- test/compiler/c2/7174363/Test7174363.java
- test/compiler/c2/7177917/Test7177917.java
- test/compiler/c2/7179138/Test7179138_1.java
- test/compiler/c2/7179138/Test7179138_2.java
- test/compiler/c2/7190310/Test7190310.java
- test/compiler/c2/7190310/Test7190310_unsafe.java
- test/compiler/c2/7192963/TestByteVect.java
- test/compiler/c2/7192963/TestDoubleVect.java
- test/compiler/c2/7192963/TestFloatVect.java
- test/compiler/c2/7192963/TestIntVect.java
- test/compiler/c2/7192963/TestLongVect.java
- test/compiler/c2/7192963/TestShortVect.java
- test/compiler/c2/7199742/Test7199742.java
- test/compiler/c2/7200264/Test7200264.sh
- test/compiler/c2/7200264/TestIntVect.java
- test/compiler/c2/8000805/Test8000805.java
- test/compiler/c2/8002069/Test8002069.java
- test/compiler/c2/8004741/Test8004741.java
- test/compiler/c2/8004867/TestIntAtomicCAS.java
- test/compiler/c2/8004867/TestIntAtomicOrdered.java
- test/compiler/c2/8004867/TestIntAtomicVolatile.java
- test/compiler/c2/8004867/TestIntUnsafeCAS.java
- test/compiler/c2/8004867/TestIntUnsafeOrdered.java
- test/compiler/c2/8004867/TestIntUnsafeVolatile.java
- test/compiler/c2/8005956/PolynomialRoot.java
- test/compiler/c2/8007294/Test8007294.java
- test/compiler/c2/8007722/Test8007722.java
- test/compiler/codegen/6378821/Test6378821.java
- test/compiler/codegen/6431242/Test.java
- test/compiler/codegen/6797305/Test6797305.java
- test/compiler/codegen/6814842/Test6814842.java
- test/compiler/codegen/6823354/Test6823354.java
- test/compiler/codegen/6875866/Test.java
- test/compiler/codegen/6879902/Test6879902.java
- test/compiler/codegen/6896617/Test6896617.java
- test/compiler/codegen/6909839/Test6909839.java
- test/compiler/codegen/6935535/Test.java
- test/compiler/codegen/6942326/Test.java
- test/compiler/codegen/7009231/Test7009231.java
- test/compiler/codegen/7088419/CRCTest.java
- test/compiler/codegen/7100757/Test7100757.java
- test/compiler/codegen/7119644/TestBooleanVect.java
- test/compiler/codegen/7119644/TestByteDoubleVect.java
- test/compiler/codegen/7119644/TestByteFloatVect.java
- test/compiler/codegen/7119644/TestByteIntVect.java
- test/compiler/codegen/7119644/TestByteLongVect.java
- test/compiler/codegen/7119644/TestByteShortVect.java
- test/compiler/codegen/7119644/TestByteVect.java
- test/compiler/codegen/7119644/TestCharShortVect.java
- test/compiler/codegen/7119644/TestCharVect.java
- test/compiler/codegen/7119644/TestDoubleVect.java
- test/compiler/codegen/7119644/TestFloatDoubleVect.java
- test/compiler/codegen/7119644/TestFloatVect.java
- test/compiler/codegen/7119644/TestIntDoubleVect.java
- test/compiler/codegen/7119644/TestIntFloatVect.java
- test/compiler/codegen/7119644/TestIntLongVect.java
- test/compiler/codegen/7119644/TestIntVect.java
- test/compiler/codegen/7119644/TestLongDoubleVect.java
- test/compiler/codegen/7119644/TestLongFloatVect.java
- test/compiler/codegen/7119644/TestLongVect.java
- test/compiler/codegen/7119644/TestShortDoubleVect.java
- test/compiler/codegen/7119644/TestShortFloatVect.java
- test/compiler/codegen/7119644/TestShortIntVect.java
- test/compiler/codegen/7119644/TestShortLongVect.java
- test/compiler/codegen/7119644/TestShortVect.java
- test/compiler/codegen/7184394/TestAESBase.java
- test/compiler/codegen/7184394/TestAESDecode.java
- test/compiler/codegen/7184394/TestAESEncode.java
- test/compiler/codegen/7184394/TestAESMain.java
- test/compiler/codegen/8001183/TestCharVect.java
- test/compiler/codegen/8005033/Test8005033.java
- test/compiler/codegen/8011901/Test8011901.java
- test/compiler/codegen/8144028/BitTests.java
- test/compiler/eliminateAutobox/6934604/TestByteBoxing.java
- test/compiler/eliminateAutobox/6934604/TestDoubleBoxing.java
- test/compiler/eliminateAutobox/6934604/TestFloatBoxing.java
- test/compiler/eliminateAutobox/6934604/TestIntBoxing.java
- test/compiler/eliminateAutobox/6934604/TestLongBoxing.java
- test/compiler/eliminateAutobox/6934604/TestShortBoxing.java
- test/compiler/escapeAnalysis/6689060/Test.java
- test/compiler/escapeAnalysis/6716441/Tester.java
- test/compiler/escapeAnalysis/6726999/Test.java
- test/compiler/escapeAnalysis/6775880/Test.java
- test/compiler/escapeAnalysis/6795161/Test.java
- test/compiler/escapeAnalysis/6895383/Test.java
- test/compiler/escapeAnalysis/6896727/Test.java
- test/compiler/interpreter/6539464/Test.java
- test/compiler/interpreter/6833129/Test.java
- test/compiler/interpreter/7116216/LargeFrame.java
- test/compiler/interpreter/7116216/StackOverflow.java
- test/compiler/intrinsics/6982370/Test6982370.java
- test/compiler/intrinsics/8005419/Test8005419.java
- test/compiler/intrinsics/adler32/TestAdler32.java
- test/compiler/intrinsics/class/TestClassIsPrimitive.java
- test/compiler/intrinsics/classcast/NullCheckDroppingsTest.java
- test/compiler/intrinsics/clone/TestObjectClone.java
- test/compiler/intrinsics/crc32/TestCRC32.java
- test/compiler/intrinsics/crc32c/TestCRC32C.java
- test/compiler/intrinsics/hashcode/TestHashCode.java
- test/compiler/intrinsics/montgomerymultiply/MontgomeryMultiplyTest.java
- test/compiler/intrinsics/muladd/TestMulAdd.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLen.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLenReturnProfile.java
- test/compiler/intrinsics/squaretolen/TestSquareToLen.java
- test/compiler/intrinsics/stringequals/TestStringEqualsBadLength.java
- test/compiler/jsr292/6990212/Test6990212.java
- test/compiler/jsr292/7082949/Test7082949.java
! test/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
- test/compiler/loopopts/6659207/Test.java
- test/compiler/loopopts/6855164/Test.java
- test/compiler/loopopts/6860469/Test.java
- test/compiler/loopopts/7044738/Test7044738.java
- test/compiler/loopopts/7052494/Test7052494.java
- test/compiler/native/TestDirtyInt.java
- test/compiler/native/libTestDirtyInt.c
! test/compiler/rtm/cli/RTMGenericCommandLineOptionTest.java
- test/compiler/runtime/6778657/Test.java
- test/compiler/runtime/6826736/Test.java
- test/compiler/runtime/6859338/Test6859338.java
- test/compiler/runtime/6863420/Test.java
- test/compiler/runtime/6865265/StackOverflowBug.java
- test/compiler/runtime/6891750/Test6891750.java
- test/compiler/runtime/6892265/Test.java
- test/compiler/runtime/7088020/Test7088020.java
- test/compiler/runtime/7141637/SpreadNullArg.java
- test/compiler/runtime/7196199/Test7196199.java
- test/compiler/runtime/8010927/Test8010927.java
- test/compiler/runtime/8015436/Test8015436.java
- test/compiler/uncommontrap/8009761/Test8009761.java
! test/testlibrary/jdk/test/lib/Platform.java
! test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
Changeset: 15915717849b
Author: rbackman
Date: 2016-07-29 08:17 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/15915717849b
Merge
! src/share/vm/opto/escape.cpp
- test/compiler/c1/6478991/NullCheckTest.java
- test/compiler/c1/6579789/Test6579789.java
- test/compiler/c1/6756768/Test6756768.java
- test/compiler/c1/6756768/Test6756768_2.java
- test/compiler/c1/6757316/Test6757316.java
- test/compiler/c1/6758234/Test6758234.java
- test/compiler/c1/6769124/TestArrayCopy6769124.java
- test/compiler/c1/6769124/TestDeoptInt6769124.java
- test/compiler/c1/6769124/TestUnalignedLoad6769124.java
- test/compiler/c1/6795465/Test6795465.java
- test/compiler/c1/6849574/Test.java
- test/compiler/c1/6855215/Test6855215.java
- test/compiler/c1/6932496/Test6932496.java
- test/compiler/c1/7042153/Test7042153.java
- test/compiler/c1/7090976/Test7090976.java
- test/compiler/c1/7103261/Test7103261.java
- test/compiler/c1/7123108/Test7123108.java
- test/compiler/c1/8004051/Test8004051.java
- test/compiler/c1/8011706/Test8011706.java
- test/compiler/c1/8011771/Test8011771.java
- test/compiler/c2/5057225/Test5057225.java
- test/compiler/c2/5091921/Test5091921.java
- test/compiler/c2/5091921/Test6186134.java
- test/compiler/c2/5091921/Test6196102.java
- test/compiler/c2/5091921/Test6357214.java
- test/compiler/c2/5091921/Test6559156.java
- test/compiler/c2/5091921/Test6753639.java
- test/compiler/c2/5091921/Test6850611.java
- test/compiler/c2/5091921/Test6890943.java
- test/compiler/c2/5091921/Test6897150.java
- test/compiler/c2/5091921/Test6905845.java
- test/compiler/c2/5091921/Test6931567.java
- test/compiler/c2/5091921/Test6935022.java
- test/compiler/c2/5091921/Test6959129.java
- test/compiler/c2/5091921/Test6985295.java
- test/compiler/c2/5091921/Test6992759.java
- test/compiler/c2/5091921/Test7005594.java
- test/compiler/c2/5091921/Test7005594.sh
- test/compiler/c2/5091921/Test7020614.java
- test/compiler/c2/5091921/input6890943.txt
- test/compiler/c2/5091921/output6890943.txt
- test/compiler/c2/6340864/TestByteVect.java
- test/compiler/c2/6340864/TestDoubleVect.java
- test/compiler/c2/6340864/TestFloatVect.java
- test/compiler/c2/6340864/TestIntVect.java
- test/compiler/c2/6340864/TestLongVect.java
- test/compiler/c2/6340864/TestShortVect.java
- test/compiler/c2/6443505/Test6443505.java
- test/compiler/c2/6589834/InlinedArrayCloneTestCase.java
- test/compiler/c2/6589834/Test_ia32.java
- test/compiler/c2/6603011/Test.java
- test/compiler/c2/6636138/Test1.java
- test/compiler/c2/6636138/Test2.java
- test/compiler/c2/6646019/Test.java
- test/compiler/c2/6646020/Tester.java
- test/compiler/c2/6661247/Test.java
- test/compiler/c2/6663621/IVTest.java
- test/compiler/c2/6663848/Tester.java
- test/compiler/c2/6663854/Test6663854.java
- test/compiler/c2/6695810/Test.java
- test/compiler/c2/6700047/Test6700047.java
- test/compiler/c2/6711100/Test.java
- test/compiler/c2/6711117/Test.java
- test/compiler/c2/6712835/Test6712835.java
- test/compiler/c2/6714694/Tester.java
- test/compiler/c2/6724218/Test.java
- test/compiler/c2/6732154/Test6732154.java
- test/compiler/c2/6741738/Tester.java
- test/compiler/c2/6772683/InterruptedTest.java
- test/compiler/c2/6792161/Test6792161.java
- test/compiler/c2/6795362/Test6795362.java
- test/compiler/c2/6796786/Test6796786.java
- test/compiler/c2/6799693/Test.java
- test/compiler/c2/6800154/Test6800154.java
- test/compiler/c2/6805724/Test6805724.java
- test/compiler/c2/6823453/Test.java
- test/compiler/c2/6832293/Test.java
- test/compiler/c2/6837011/Test6837011.java
- test/compiler/c2/6837094/Test.java
- test/compiler/c2/6843752/Test.java
- test/compiler/c2/6851282/Test.java
- test/compiler/c2/6852078/Test6852078.java
- test/compiler/c2/6857159/Test6857159.java
- test/compiler/c2/6863155/Test6863155.java
- test/compiler/c2/6865031/Test.java
- test/compiler/c2/6866651/Test.java
- test/compiler/c2/6877254/Test.java
- test/compiler/c2/6880034/Test6880034.java
- test/compiler/c2/6885584/Test6885584.java
- test/compiler/c2/6894807/IsInstanceTest.java
- test/compiler/c2/6901572/Test.java
- test/compiler/c2/6910484/Test.java
- test/compiler/c2/6910605/Test.java
- test/compiler/c2/6910618/Test.java
- test/compiler/c2/6912517/Test.java
- test/compiler/c2/6916644/Test6916644.java
- test/compiler/c2/6921969/TestMultiplyLongHiZero.java
- test/compiler/c2/6930043/Test6930043.java
- test/compiler/c2/6946040/TestCharShortByteSwap.java
- test/compiler/c2/6956668/Test6956668.java
- test/compiler/c2/6958485/Test.java
- test/compiler/c2/6968348/Test6968348.java
- test/compiler/c2/6973329/Test.java
- test/compiler/c2/7002666/Test7002666.java
- test/compiler/c2/7009359/Test7009359.java
- test/compiler/c2/7017746/Test.java
- test/compiler/c2/7024475/Test7024475.java
- test/compiler/c2/7029152/Test.java
- test/compiler/c2/7041100/Test7041100.java
- test/compiler/c2/7046096/Test7046096.java
- test/compiler/c2/7047069/Test7047069.java
- test/compiler/c2/7048332/Test7048332.java
- test/compiler/c2/7068051/Test7068051.java
- test/compiler/c2/7070134/Stemmer.java
- test/compiler/c2/7070134/words
- test/compiler/c2/7110586/Test7110586.java
- test/compiler/c2/7125879/Test7125879.java
- test/compiler/c2/7160610/Test7160610.java
- test/compiler/c2/7169782/Test7169782.java
- test/compiler/c2/7174363/Test7174363.java
- test/compiler/c2/7177917/Test7177917.java
- test/compiler/c2/7179138/Test7179138_1.java
- test/compiler/c2/7179138/Test7179138_2.java
- test/compiler/c2/7190310/Test7190310.java
- test/compiler/c2/7190310/Test7190310_unsafe.java
- test/compiler/c2/7192963/TestByteVect.java
- test/compiler/c2/7192963/TestDoubleVect.java
- test/compiler/c2/7192963/TestFloatVect.java
- test/compiler/c2/7192963/TestIntVect.java
- test/compiler/c2/7192963/TestLongVect.java
- test/compiler/c2/7192963/TestShortVect.java
- test/compiler/c2/7199742/Test7199742.java
- test/compiler/c2/7200264/Test7200264.sh
- test/compiler/c2/7200264/TestIntVect.java
- test/compiler/c2/8000805/Test8000805.java
- test/compiler/c2/8002069/Test8002069.java
- test/compiler/c2/8004741/Test8004741.java
- test/compiler/c2/8004867/TestIntAtomicCAS.java
- test/compiler/c2/8004867/TestIntAtomicOrdered.java
- test/compiler/c2/8004867/TestIntAtomicVolatile.java
- test/compiler/c2/8004867/TestIntUnsafeCAS.java
- test/compiler/c2/8004867/TestIntUnsafeOrdered.java
- test/compiler/c2/8004867/TestIntUnsafeVolatile.java
- test/compiler/c2/8005956/PolynomialRoot.java
- test/compiler/c2/8007294/Test8007294.java
- test/compiler/c2/8007722/Test8007722.java
- test/compiler/codegen/6378821/Test6378821.java
- test/compiler/codegen/6431242/Test.java
- test/compiler/codegen/6797305/Test6797305.java
- test/compiler/codegen/6814842/Test6814842.java
- test/compiler/codegen/6823354/Test6823354.java
- test/compiler/codegen/6875866/Test.java
- test/compiler/codegen/6879902/Test6879902.java
- test/compiler/codegen/6896617/Test6896617.java
- test/compiler/codegen/6909839/Test6909839.java
- test/compiler/codegen/6935535/Test.java
- test/compiler/codegen/6942326/Test.java
- test/compiler/codegen/7009231/Test7009231.java
- test/compiler/codegen/7088419/CRCTest.java
- test/compiler/codegen/7100757/Test7100757.java
- test/compiler/codegen/7119644/TestBooleanVect.java
- test/compiler/codegen/7119644/TestByteDoubleVect.java
- test/compiler/codegen/7119644/TestByteFloatVect.java
- test/compiler/codegen/7119644/TestByteIntVect.java
- test/compiler/codegen/7119644/TestByteLongVect.java
- test/compiler/codegen/7119644/TestByteShortVect.java
- test/compiler/codegen/7119644/TestByteVect.java
- test/compiler/codegen/7119644/TestCharShortVect.java
- test/compiler/codegen/7119644/TestCharVect.java
- test/compiler/codegen/7119644/TestDoubleVect.java
- test/compiler/codegen/7119644/TestFloatDoubleVect.java
- test/compiler/codegen/7119644/TestFloatVect.java
- test/compiler/codegen/7119644/TestIntDoubleVect.java
- test/compiler/codegen/7119644/TestIntFloatVect.java
- test/compiler/codegen/7119644/TestIntLongVect.java
- test/compiler/codegen/7119644/TestIntVect.java
- test/compiler/codegen/7119644/TestLongDoubleVect.java
- test/compiler/codegen/7119644/TestLongFloatVect.java
- test/compiler/codegen/7119644/TestLongVect.java
- test/compiler/codegen/7119644/TestShortDoubleVect.java
- test/compiler/codegen/7119644/TestShortFloatVect.java
- test/compiler/codegen/7119644/TestShortIntVect.java
- test/compiler/codegen/7119644/TestShortLongVect.java
- test/compiler/codegen/7119644/TestShortVect.java
- test/compiler/codegen/7184394/TestAESBase.java
- test/compiler/codegen/7184394/TestAESDecode.java
- test/compiler/codegen/7184394/TestAESEncode.java
- test/compiler/codegen/7184394/TestAESMain.java
- test/compiler/codegen/8001183/TestCharVect.java
- test/compiler/codegen/8005033/Test8005033.java
- test/compiler/codegen/8011901/Test8011901.java
- test/compiler/codegen/8144028/BitTests.java
- test/compiler/eliminateAutobox/6934604/TestByteBoxing.java
- test/compiler/eliminateAutobox/6934604/TestDoubleBoxing.java
- test/compiler/eliminateAutobox/6934604/TestFloatBoxing.java
- test/compiler/eliminateAutobox/6934604/TestIntBoxing.java
- test/compiler/eliminateAutobox/6934604/TestLongBoxing.java
- test/compiler/eliminateAutobox/6934604/TestShortBoxing.java
- test/compiler/escapeAnalysis/6689060/Test.java
- test/compiler/escapeAnalysis/6716441/Tester.java
- test/compiler/escapeAnalysis/6726999/Test.java
- test/compiler/escapeAnalysis/6775880/Test.java
- test/compiler/escapeAnalysis/6795161/Test.java
- test/compiler/escapeAnalysis/6895383/Test.java
- test/compiler/escapeAnalysis/6896727/Test.java
- test/compiler/interpreter/6539464/Test.java
- test/compiler/interpreter/6833129/Test.java
- test/compiler/interpreter/7116216/LargeFrame.java
- test/compiler/interpreter/7116216/StackOverflow.java
- test/compiler/intrinsics/6982370/Test6982370.java
- test/compiler/intrinsics/8005419/Test8005419.java
- test/compiler/intrinsics/adler32/TestAdler32.java
- test/compiler/intrinsics/class/TestClassIsPrimitive.java
- test/compiler/intrinsics/classcast/NullCheckDroppingsTest.java
- test/compiler/intrinsics/clone/TestObjectClone.java
- test/compiler/intrinsics/crc32/TestCRC32.java
- test/compiler/intrinsics/crc32c/TestCRC32C.java
- test/compiler/intrinsics/hashcode/TestHashCode.java
- test/compiler/intrinsics/montgomerymultiply/MontgomeryMultiplyTest.java
- test/compiler/intrinsics/muladd/TestMulAdd.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLen.java
- test/compiler/intrinsics/multiplytolen/TestMultiplyToLenReturnProfile.java
- test/compiler/intrinsics/squaretolen/TestSquareToLen.java
- test/compiler/intrinsics/stringequals/TestStringEqualsBadLength.java
- test/compiler/jsr292/6990212/Test6990212.java
- test/compiler/jsr292/7082949/Test7082949.java
- test/compiler/loopopts/6659207/Test.java
- test/compiler/loopopts/6855164/Test.java
- test/compiler/loopopts/6860469/Test.java
- test/compiler/loopopts/7044738/Test7044738.java
- test/compiler/loopopts/7052494/Test7052494.java
- test/compiler/native/TestDirtyInt.java
- test/compiler/native/libTestDirtyInt.c
- test/compiler/runtime/6778657/Test.java
- test/compiler/runtime/6826736/Test.java
- test/compiler/runtime/6859338/Test6859338.java
- test/compiler/runtime/6863420/Test.java
- test/compiler/runtime/6865265/StackOverflowBug.java
- test/compiler/runtime/6891750/Test6891750.java
- test/compiler/runtime/6892265/Test.java
- test/compiler/runtime/7088020/Test7088020.java
- test/compiler/runtime/7141637/SpreadNullArg.java
- test/compiler/runtime/7196199/Test7196199.java
- test/compiler/runtime/8010927/Test8010927.java
- test/compiler/runtime/8015436/Test8015436.java
- test/compiler/uncommontrap/8009761/Test8009761.java
Changeset: ae67f85487cb
Author: dcubed
Date: 2016-07-29 11:38 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ae67f85487cb
8161601: Solaris: __USE_LEGACY_PROTOTYPES__ is redundant and should be removed
Reviewed-by: redestad, dcubed, gthornbr, dholmes
! src/os/solaris/vm/jvm_solaris.h
! src/os/solaris/vm/perfMemory_solaris.cpp
! src/share/vm/utilities/globalDefinitions_sparcWorks.hpp
Changeset: 21acfabce864
Author: jmasa
Date: 2016-06-08 14:11 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/21acfabce864
8159073: : Error handling incomplete when creating GC threads lazily
Reviewed-by: drwhite, tschatzl, sangheki
! src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc/cms/parNewGeneration.cpp
! src/share/vm/gc/g1/g1CollectedHeap.cpp
! src/share/vm/gc/g1/g1ConcurrentMark.cpp
! src/share/vm/gc/parallel/gcTaskManager.cpp
! src/share/vm/gc/parallel/gcTaskManager.hpp
! src/share/vm/gc/parallel/psScavenge.cpp
! src/share/vm/gc/shared/workerManager.hpp
! src/share/vm/gc/shared/workgroup.cpp
! src/share/vm/gc/shared/workgroup.hpp
! src/share/vm/runtime/globals.hpp
! test/gc/stress/TestGCOld.java
Changeset: bc914ca2f62c
Author: jmasa
Date: 2016-07-29 20:23 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/bc914ca2f62c
Merge
Changeset: 7d54c7056328
Author: amurillo
Date: 2016-07-28 16:08 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/7d54c7056328
Added tag jdk-9+129 for changeset e96b34b76d86
! .hgtags
Changeset: a790acb551b8
Author: amurillo
Date: 2016-07-29 16:11 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a790acb551b8
Merge
- src/cpu/ppc/vm/interp_masm_ppc_64.hpp
- src/cpu/ppc/vm/ppc_64.ad
- src/cpu/ppc/vm/stubRoutines_ppc_64.hpp
- src/cpu/ppc/vm/templateTable_ppc_64.hpp
- src/cpu/x86/vm/stubRoutines_x86_32.hpp
- src/cpu/x86/vm/stubRoutines_x86_64.hpp
- src/os/aix/vm/mutex_aix.inline.hpp
- src/os/bsd/vm/mutex_bsd.cpp
- src/os/bsd/vm/mutex_bsd.inline.hpp
- src/os/linux/vm/mutex_linux.cpp
- src/os/linux/vm/mutex_linux.inline.hpp
- src/os/solaris/vm/mutex_solaris.cpp
- src/os/solaris/vm/mutex_solaris.inline.hpp
- src/os/windows/vm/mutex_windows.cpp
- src/os/windows/vm/mutex_windows.inline.hpp
- test/runtime/7107135/Test.java
- test/runtime/7107135/Test7107135.sh
- test/runtime/7107135/TestMT.java
- test/runtime/7107135/test.c
- test/runtime/StackGuardPages/invoke.c
- test/runtime/Unsafe/GetUnsafe.java
- test/runtime/jsig/Test8017498.sh
- test/runtime/jsig/TestJNI.c
Changeset: 183943d25cd4
Author: amurillo
Date: 2016-07-29 16:50 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/183943d25cd4
Merge
Changeset: 2e21095f80c6
Author: dsamersoff
Date: 2016-08-01 10:51 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2e21095f80c6
8158050: Remove SA-JDI
Summary: Remove SA-JDI
Reviewed-by: alanb, dsamersoff
Contributed-by: sharath.ballal at oracle.com
- src/jdk.hotspot.agent/doc/ReadMe-JavaScript.text
! src/jdk.hotspot.agent/share/classes/module-info.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SDE.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/OopUtilities.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/java_lang_Class.java
- src/jdk.hotspot.agent/test/jdi/README.jjh
- src/jdk.hotspot.agent/test/jdi/SASanityChecker.java
- src/jdk.hotspot.agent/test/jdi/TEST.ROOT
- src/jdk.hotspot.agent/test/jdi/TargetAdapter.java
- src/jdk.hotspot.agent/test/jdi/TargetListener.java
- src/jdk.hotspot.agent/test/jdi/TestScaffold.java
- src/jdk.hotspot.agent/test/jdi/VMConnection.java
- src/jdk.hotspot.agent/test/jdi/jstack.sh
- src/jdk.hotspot.agent/test/jdi/jstack64.sh
- src/jdk.hotspot.agent/test/jdi/multivm.java
- src/jdk.hotspot.agent/test/jdi/multivm.sh
- src/jdk.hotspot.agent/test/jdi/runjdb.sh
- src/jdk.hotspot.agent/test/jdi/runjpda.sh
- src/jdk.hotspot.agent/test/jdi/runsa.sh
- src/jdk.hotspot.agent/test/jdi/sagclient.java
- src/jdk.hotspot.agent/test/jdi/sagdoit.java
- src/jdk.hotspot.agent/test/jdi/sagtarg.java
- src/jdk.hotspot.agent/test/jdi/sagtest.java
- src/jdk.hotspot.agent/test/jdi/sasanity.sh
- src/jdk.hotspot.agent/test/jdi/serialvm.java
- src/jdk.hotspot.agent/test/jdi/serialvm.sh
- test/serviceability/sa/TestClassLoaderStats.java
- test/serviceability/sa/TestStackTrace.java
Changeset: a2812668bf38
Author: dsamersoff
Date: 2016-08-01 15:38 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a2812668bf38
8160817: Add jsadebugd functionality to jhsdb
Summary: add jsadebugd functionality to jhsdb
Reviewed-by: dsamersoff
Contributed-by: sharath.ballal at oracle.com
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/SALauncher.java
Changeset: 02527f3cfc5d
Author: coleenp
Date: 2016-08-01 16:28 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/02527f3cfc5d
8161445: [BACKOUT] MemberNameTable doesn't purge stale entries
Summary: Original change caused performance regression in microbenchmarks after GC
Reviewed-by: dholmes, ecaspole
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/methodHandles.hpp
Changeset: 5ff3c0f8fb8b
Author: clanger
Date: 2016-08-01 20:41 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/5ff3c0f8fb8b
8162869: Small fixes for AIX perf memory and attach listener
Reviewed-by: dsamersoff, dholmes
! src/os/aix/vm/attachListener_aix.cpp
! src/os/aix/vm/perfMemory_aix.cpp
! src/os/bsd/vm/perfMemory_bsd.cpp
! src/os/linux/vm/perfMemory_linux.cpp
! src/os/solaris/vm/perfMemory_solaris.cpp
Changeset: 8434f901a207
Author: kvn
Date: 2016-08-01 20:47 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8434f901a207
Merge
- src/cpu/ppc/vm/interp_masm_ppc_64.hpp
- src/cpu/ppc/vm/ppc_64.ad
- src/cpu/ppc/vm/stubRoutines_ppc_64.hpp
- src/cpu/ppc/vm/templateTable_ppc_64.hpp
- src/cpu/x86/vm/stubRoutines_x86_32.hpp
- src/cpu/x86/vm/stubRoutines_x86_64.hpp
- src/jdk.hotspot.agent/doc/ReadMe-JavaScript.text
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ArrayReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ArrayTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BaseLineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BooleanTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/BooleanValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ByteTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ByteValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/CharTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/CharValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassLoaderReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassObjectReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ClassTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ConcreteMethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/DoubleTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/DoubleValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FieldImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FloatTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/FloatValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/IntegerTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/IntegerValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/InterfaceTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/JNITypeParser.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LocalVariableImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LocationImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LongTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/LongValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MirrorImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/MonitorInfoImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/NonConcreteMethodImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ObjectReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/PrimitiveTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/PrimitiveValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ReferenceTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SACoreAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SADebugServer.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SADebugServerAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SAJDIClassLoader.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SAPIDAttachingConnector.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/SDE.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ShortTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ShortValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StackFrameImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StratumLineInfo.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/StringReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ThreadGroupReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ThreadReferenceImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/TypeComponentImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/TypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VMModifiers.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ValueContainer.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/ValueImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VirtualMachineImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VoidTypeImpl.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/jdi/VoidValueImpl.java
- src/jdk.hotspot.agent/test/jdi/README.jjh
- src/jdk.hotspot.agent/test/jdi/SASanityChecker.java
- src/jdk.hotspot.agent/test/jdi/TEST.ROOT
- src/jdk.hotspot.agent/test/jdi/TargetAdapter.java
- src/jdk.hotspot.agent/test/jdi/TargetListener.java
- src/jdk.hotspot.agent/test/jdi/TestScaffold.java
- src/jdk.hotspot.agent/test/jdi/VMConnection.java
- src/jdk.hotspot.agent/test/jdi/jstack.sh
- src/jdk.hotspot.agent/test/jdi/jstack64.sh
- src/jdk.hotspot.agent/test/jdi/multivm.java
- src/jdk.hotspot.agent/test/jdi/multivm.sh
- src/jdk.hotspot.agent/test/jdi/runjdb.sh
- src/jdk.hotspot.agent/test/jdi/runjpda.sh
- src/jdk.hotspot.agent/test/jdi/runsa.sh
- src/jdk.hotspot.agent/test/jdi/sagclient.java
- src/jdk.hotspot.agent/test/jdi/sagdoit.java
- src/jdk.hotspot.agent/test/jdi/sagtarg.java
- src/jdk.hotspot.agent/test/jdi/sagtest.java
- src/jdk.hotspot.agent/test/jdi/sasanity.sh
- src/jdk.hotspot.agent/test/jdi/serialvm.java
- src/jdk.hotspot.agent/test/jdi/serialvm.sh
- src/os/aix/vm/mutex_aix.inline.hpp
- src/os/bsd/vm/mutex_bsd.cpp
- src/os/bsd/vm/mutex_bsd.inline.hpp
- src/os/linux/vm/mutex_linux.cpp
- src/os/linux/vm/mutex_linux.inline.hpp
- src/os/solaris/vm/mutex_solaris.cpp
- src/os/solaris/vm/mutex_solaris.inline.hpp
- src/os/windows/vm/mutex_windows.cpp
- src/os/windows/vm/mutex_windows.inline.hpp
- test/runtime/Unsafe/GetUnsafe.java
- test/serviceability/sa/TestClassLoaderStats.java
- test/serviceability/sa/TestStackTrace.java
Changeset: 2d959c8d4804
Author: kvn
Date: 2016-08-01 22:34 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/2d959c8d4804
Merge
More information about the jdk9-hs-comp-changes
mailing list