Wed, 31 Jan 2018 11:20:36 -0800 8187742: Minimal set of bootstrap methods for constant dynamic
psandoz [Wed, 31 Jan 2018 11:20:36 -0800] rev 48827
8187742: Minimal set of bootstrap methods for constant dynamic Reviewed-by: jrose, forax Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
Fri, 08 Sep 2017 10:46:46 -0700 8186209: Tool support for ConstantDynamic
psandoz [Fri, 08 Sep 2017 10:46:46 -0700] rev 48826
8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support Reviewed-by: acorn, coleenp, kvn Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com, paul.sandoz@oracle.com
Wed, 31 Jan 2018 10:55:49 -0800 8196508: Add jdeprscan test TestRelease.java to the problem list
psandoz [Wed, 31 Jan 2018 10:55:49 -0800] rev 48825
8196508: Add jdeprscan test TestRelease.java to the problem list Reviewed-by: smarks
Wed, 31 Jan 2018 11:12:12 -0600 8181503: Can't compile hotspot with c++11
gziemski [Wed, 31 Jan 2018 11:12:12 -0600] rev 48824
8181503: Can't compile hotspot with c++11 Summary: Fixed 5 unique c++14 compiler issues Reviewed-by: coleenp, dholmes, kbarrett
Wed, 31 Jan 2018 11:07:55 -0500 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
coleenp [Wed, 31 Jan 2018 11:07:55 -0500] rev 48823
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable Reviewed-by: dholmes, hseigel
Wed, 31 Jan 2018 16:48:41 +0100 8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
clanger [Wed, 31 Jan 2018 16:48:41 +0100] rev 48822
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat Reviewed-by: goetz, stuefe
Wed, 31 Jan 2018 15:10:04 +0100 8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
mdoerr [Wed, 31 Jan 2018 15:10:04 +0100] rev 48821
8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC Reviewed-by: stuefe, goetz
Wed, 31 Jan 2018 11:35:42 +0100 8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
ysuenaga [Wed, 31 Jan 2018 11:35:42 +0100] rev 48820
8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion Summary: Fix conversion of addresses to HeapRegions. Reviewed-by: jgeorge, tschatzl
Tue, 30 Jan 2018 16:41:40 +0100 Merge
jwilhelm [Tue, 30 Jan 2018 16:41:40 +0100] rev 48819
Merge
Tue, 30 Jan 2018 16:26:40 +0100 8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
jwilhelm [Tue, 30 Jan 2018 16:26:40 +0100] rev 48818
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: stefank
Tue, 30 Jan 2018 10:38:17 +0100 8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java
dstewart [Tue, 30 Jan 2018 10:38:17 +0100] rev 48817
8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java Summary: Decrease amount of committed space for the test. Reviewed-by: tschatzl, stuefe
Mon, 29 Jan 2018 16:51:21 -0500 8194898: Move OopStorage inline definitions to an .inline.hpp
kbarrett [Mon, 29 Jan 2018 16:51:21 -0500] rev 48816
8194898: Move OopStorage inline definitions to an .inline.hpp Reviewed-by: coleenp, hseigel
Mon, 29 Jan 2018 15:11:33 +0100 8196217: NMT: add_committed_regions doesn't merge succeeding regions
stefank [Mon, 29 Jan 2018 15:11:33 +0100] rev 48815
8196217: NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: zgu, pliden, coleenp
Mon, 29 Jan 2018 11:55:40 -0500 8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
coleenp [Mon, 29 Jan 2018 11:55:40 -0500] rev 48814
8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class Summary: Use unsigned short to save method_id in stack trace. Reviewed-by: mchung, hseigel
Sun, 28 Jan 2018 19:49:06 -0500 8195857: Remove os::is_headless_jre
mbaesken [Sun, 28 Jan 2018 19:49:06 -0500] rev 48813
8195857: Remove os::is_headless_jre Reviewed-by: goetz, dholmes
Wed, 24 Jan 2018 18:00:36 -0500 8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used
kbarrett [Wed, 24 Jan 2018 18:00:36 -0500] rev 48812
8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used Summary: Reduce JNI oopstorage lock ranks to be more special than "special". Reviewed-by: coleenp, acorn, eosterlund
Wed, 24 Jan 2018 11:33:18 -0500 8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify
coleenp [Wed, 24 Jan 2018 11:33:18 -0500] rev 48811
8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify Summary: protection domain package access cache needs to be walked in unloading Reviewed-by: dholmes, jiangli, zgu, kbarrett
Wed, 24 Jan 2018 11:22:50 +0100 8194861: PPC64 : Need support for VSR spills in ppc.ad
mhorie [Wed, 24 Jan 2018 11:22:50 +0100] rev 48810
8194861: PPC64 : Need support for VSR spills in ppc.ad Reviewed-by: mdoerr, goetz
Thu, 18 Jan 2018 19:21:11 +0100 8191915: JCK tests produce incorrect results with C2
rbackman [Thu, 18 Jan 2018 19:21:11 +0100] rev 48809
8191915: JCK tests produce incorrect results with C2 Reviewed-by: thartmann, vlivanov, goetz
Tue, 23 Jan 2018 14:27:10 -0500 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett [Tue, 23 Jan 2018 14:27:10 -0500] rev 48808
8195690: JNI GetObjectRefType doesn't handle NULL Summary: Properly handle NULL, add some non-NULL preconditions. Reviewed-by: dholmes, mdoerr
Fri, 19 Jan 2018 17:01:34 +0100 8195776: [x86,sparc] A row of minor fixes and enhancements.
goetz [Fri, 19 Jan 2018 17:01:34 +0100] rev 48807
8195776: [x86,sparc] A row of minor fixes and enhancements. Reviewed-by: kvn
Mon, 22 Jan 2018 12:04:12 +0100 8195691: AIX build broken after 8194312
mdoerr [Mon, 22 Jan 2018 12:04:12 +0100] rev 48806
8195691: AIX build broken after 8194312 Reviewed-by: kbarrett, goetz
Tue, 23 Jan 2018 08:18:36 -0800 8194669: jaotc truncates the invalid filename provided to --output
iveresov [Tue, 23 Jan 2018 08:18:36 -0800] rev 48805
8194669: jaotc truncates the invalid filename provided to --output Summary: Do not skip the first character of the linker output Reviewed-by: kvn
Tue, 23 Jan 2018 08:55:47 +0100 8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher
mlarsson [Tue, 23 Jan 2018 08:55:47 +0100] rev 48804
8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher Reviewed-by: rehn, stuefe
Mon, 22 Jan 2018 14:14:26 -0800 8194143: remove unneeded casts in LocationImpl and MirrorImpl classes
sspitsyn [Mon, 22 Jan 2018 14:14:26 -0800] rev 48803
8194143: remove unneeded casts in LocationImpl and MirrorImpl classes Summary: remove unneeded casts in LocationImpl and MirrorImpl classes Reviewed-by: sspitsyn, dholmes Contributed-by: egor.ushakov@jetbrains.com
Mon, 22 Jan 2018 15:29:59 -0500 Merge
bobv [Mon, 22 Jan 2018 15:29:59 -0500] rev 48802
Merge
Mon, 22 Jan 2018 15:05:03 -0500 8193710: jcmd -l and jps commands do not list Java processes running in Docker containers
bobv [Mon, 22 Jan 2018 15:05:03 -0500] rev 48801
8193710: jcmd -l and jps commands do not list Java processes running in Docker containers Reviewed-by: mchung, dholmes, cjplummer
Mon, 22 Jan 2018 14:08:20 -0500 Merge
hseigel [Mon, 22 Jan 2018 14:08:20 -0500] rev 48800
Merge
Mon, 22 Jan 2018 14:04:07 -0500 8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
hseigel [Mon, 22 Jan 2018 14:04:07 -0500] rev 48799
8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap Summary: Remove the option and the code that checks for it. Reviewed-by: dholmes, lfoltan
Fri, 19 Jan 2018 16:57:56 +0000 8195685: AArch64: AArch64 cannot build with JDK-8174962
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48798
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
Wed, 17 Jan 2018 13:21:38 +0800 8195588: AArch64: Codegen fix after JDK-8194256
njian [Wed, 17 Jan 2018 13:21:38 +0800] rev 48797
8195588: AArch64: Codegen fix after JDK-8194256 Summary: Update shift constant usage to align with the assembler change. Reviewed-by: aph
Thu, 18 Jan 2018 16:57:54 -0800 8195729: compiler.aot.AotCompiler should be run as a driver
iignatyev [Thu, 18 Jan 2018 16:57:54 -0800] rev 48796
8195729: compiler.aot.AotCompiler should be run as a driver Reviewed-by: kvn, mseledtsov
Thu, 18 Jan 2018 16:57:51 -0800 8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver
iignatyev [Thu, 18 Jan 2018 16:57:51 -0800] rev 48795
8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver Reviewed-by: kvn
Tue, 16 Jan 2018 16:57:53 -0800 8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared
iklam [Tue, 16 Jan 2018 16:57:53 -0800] rev 48794
8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared Summary: Use a single range check with MetaspaceObj::_shared_metaspace_{base,top} Reviewed-by: jiangli, redestad, shade
Thu, 18 Jan 2018 16:37:43 -0500 8195064: LogCompilation: Chicken and egg startup problem with types
ecaspole [Thu, 18 Jan 2018 16:37:43 -0500] rev 48793
8195064: LogCompilation: Chicken and egg startup problem with types Summary: Removed extra null check that was causing the problem Reviewed-by: thartmann, kvn
Thu, 18 Jan 2018 09:01:00 -0800 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
never [Thu, 18 Jan 2018 09:01:00 -0800] rev 48792
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects Reviewed-by: kvn, sspitsyn, phh
Wed, 17 Jan 2018 21:44:44 -0800 8186635: ClassFileInstaller should be run as a driver
iignatyev [Wed, 17 Jan 2018 21:44:44 -0800] rev 48791
8186635: ClassFileInstaller should be run as a driver Reviewed-by: dholmes
Wed, 17 Jan 2018 16:49:43 -0800 8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function
dtitov [Wed, 17 Jan 2018 16:49:43 -0800] rev 48790
8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function Reviewed-by: sspitsyn, cjplummer
Wed, 17 Jan 2018 13:39:07 -0600 8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message
gziemski [Wed, 17 Jan 2018 13:39:07 -0600] rev 48789
8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message Summary: Only show the actual GC used in the error message. Show exit status in hex as well as decimal. Reviewed-by: dholmes
Wed, 17 Jan 2018 09:43:14 -0800 8187447: 2081 doc issues in jvmti.html
amenkov [Wed, 17 Jan 2018 09:43:14 -0800] rev 48788
8187447: 2081 doc issues in jvmti.html Reviewed-by: sspitsyn, dtitov
Tue, 21 Nov 2017 09:47:55 -0500 8194312: Support parallel and concurrent JNI global handle processing
kbarrett [Tue, 21 Nov 2017 09:47:55 -0500] rev 48787
8194312: Support parallel and concurrent JNI global handle processing Summary: Add OopStorage, change JNI gloabl/weak to use OopStorage. Reviewed-by: coleenp, sspitsyn, eosterlund
Sat, 13 Jan 2018 02:56:22 +0100 Merge
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48786
Merge
Mon, 15 Jan 2018 15:18:27 +0100 8195107: CDS broken due to 8194741
eosterlund [Mon, 15 Jan 2018 15:18:27 +0100] rev 48785
8195107: CDS broken due to 8194741 Reviewed-by: coleenp
Wed, 10 Jan 2018 22:43:42 +0100 8194741: Refactor oops in constant pool from CDS to use the Access API
eosterlund [Wed, 10 Jan 2018 22:43:42 +0100] rev 48784
8194741: Refactor oops in constant pool from CDS to use the Access API Reviewed-by: coleenp, jiangli
Fri, 12 Jan 2018 16:19:56 +0100 8195000: Remove unused left-overs in arguments.hpp
pliden [Fri, 12 Jan 2018 16:19:56 +0100] rev 48783
8195000: Remove unused left-overs in arguments.hpp Reviewed-by: stefank
Fri, 12 Jan 2018 13:56:05 +0100 8194925: NMT: SummarySanityCheck test can't parse values > max_jint
stefank [Fri, 12 Jan 2018 13:56:05 +0100] rev 48782
8194925: NMT: SummarySanityCheck test can't parse values > max_jint Reviewed-by: shade, zgu
Wed, 10 Jan 2018 22:40:47 +0100 8194736: Refactor weak oops in ProtectionDomain table to use the Access API
eosterlund [Wed, 10 Jan 2018 22:40:47 +0100] rev 48781
8194736: Refactor weak oops in ProtectionDomain table to use the Access API Reviewed-by: coleenp, pliden
Fri, 09 Feb 2018 02:23:34 +0000 Merge
lana [Fri, 09 Feb 2018 02:23:34 +0000] rev 48780
Merge
Thu, 08 Feb 2018 20:19:02 +0000 Added tag jdk-10+43 for changeset 107413b070b9
lana [Thu, 08 Feb 2018 20:19:02 +0000] rev 48779
Added tag jdk-10+43 for changeset 107413b070b9
Thu, 08 Feb 2018 10:15:57 +0100 8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
tschatzl [Thu, 08 Feb 2018 10:15:57 +0100] rev 48778
8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Summary: Remove code related to collection set checking in that method. Reviewed-by: kbarrett, ehelin
Tue, 06 Feb 2018 22:26:13 -0800 8196383: JDK 10 L10n resource file update - msgdrop 20
lana [Tue, 06 Feb 2018 22:26:13 -0800] rev 48777
8196383: JDK 10 L10n resource file update - msgdrop 20 Reviewed-by: naoto Contributed-by: yue.l.liu@oracle.com
Wed, 07 Feb 2018 16:49:24 +0100 8194764: javac incorrectly flags deprecated for removal imports jdk-10+43
jlahoda [Wed, 07 Feb 2018 16:49:24 +0100] rev 48776
8194764: javac incorrectly flags deprecated for removal imports Summary: Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT Reviewed-by: mcimadamore
Wed, 07 Feb 2018 09:18:13 +0100 8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
clanger [Wed, 07 Feb 2018 09:18:13 +0100] rev 48775
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX Reviewed-by: dholmes, goetz, clanger Contributed-by: arno.zeller@sap.com
Fri, 02 Feb 2018 14:44:48 -0800 8196717: remove xmlresolver.md
joehw [Fri, 02 Feb 2018 14:44:48 -0800] rev 48774
8196717: remove xmlresolver.md Reviewed-by: lancea, rriggs
Fri, 02 Feb 2018 19:44:29 +0000 8195973: Update JDK 10 repo for FCS build
asaha [Fri, 02 Feb 2018 19:44:29 +0000] rev 48773
8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou@oracle.com
Fri, 02 Feb 2018 08:41:02 -0800 8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz
prr [Fri, 02 Feb 2018 08:41:02 -0800] rev 48772
8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz Reviewed-by: psadhukhan
Fri, 02 Feb 2018 03:02:26 +0000 Added tag jdk-10+42 for changeset 4b62b815b4f4
lana [Fri, 02 Feb 2018 03:02:26 +0000] rev 48771
Added tag jdk-10+42 for changeset 4b62b815b4f4
Mon, 05 Feb 2018 20:20:35 -0800 8196768: RootLoggerHandlers fails when source tree is read-only
martin [Mon, 05 Feb 2018 20:20:35 -0800] rev 48770
8196768: RootLoggerHandlers fails when source tree is read-only Reviewed-by: dfuchs
Thu, 08 Feb 2018 06:19:24 -0800 Merge
shurailine [Thu, 08 Feb 2018 06:19:24 -0800] rev 48769
Merge
Thu, 08 Feb 2018 06:16:49 -0800 8178342: Missing @modules in jdk/jdk/nio/zipfs
shurailine [Thu, 08 Feb 2018 06:16:49 -0800] rev 48768
8178342: Missing @modules in jdk/jdk/nio/zipfs Reviewed-by: mchung
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip