rbackman [Thu, 18 Jan 2018 19:21:11 +0100] rev 48809
8191915: JCK tests produce incorrect results with C2
Reviewed-by: thartmann, vlivanov, goetz
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
goetz [Fri, 19 Jan 2018 17:01:34 +0100] rev 48807
8195776: [x86,sparc] A row of minor fixes and enhancements.
Reviewed-by: kvn
mdoerr [Mon, 22 Jan 2018 12:04:12 +0100] rev 48806
8195691: AIX build broken after 8194312
Reviewed-by: kbarrett, goetz
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
mlarsson [Tue, 23 Jan 2018 08:55:47 +0100] rev 48804
8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher
Reviewed-by: rehn, stuefe
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
bobv [Mon, 22 Jan 2018 15:29:59 -0500] rev 48802
Merge
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
hseigel [Mon, 22 Jan 2018 14:08:20 -0500] rev 48800
Merge
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
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48798
8195685: AArch64: AArch64 cannot build with JDK-8174962
Reviewed-by: adinn, njian
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
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
iignatyev [Thu, 18 Jan 2018 16:57:51 -0800] rev 48795
8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver
Reviewed-by: kvn
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
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
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
iignatyev [Wed, 17 Jan 2018 21:44:44 -0800] rev 48791
8186635: ClassFileInstaller should be run as a driver
Reviewed-by: dholmes
dtitov [Wed, 17 Jan 2018 16:49:43 -0800] rev 48790
8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function
Reviewed-by: sspitsyn, cjplummer
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
amenkov [Wed, 17 Jan 2018 09:43:14 -0800] rev 48788
8187447: 2081 doc issues in jvmti.html
Reviewed-by: sspitsyn, dtitov
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
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48786
Merge
eosterlund [Mon, 15 Jan 2018 15:18:27 +0100] rev 48785
8195107: CDS broken due to 8194741
Reviewed-by: coleenp
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
pliden [Fri, 12 Jan 2018 16:19:56 +0100] rev 48783
8195000: Remove unused left-overs in arguments.hpp
Reviewed-by: stefank
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