Tue, 07 Nov 2017 23:18:16 +0100 8190865: Require jtreg 4.2 b10
jwilhelm [Tue, 07 Nov 2017 23:18:16 +0100] rev 47806
8190865: Require jtreg 4.2 b10 Reviewed-by: dcubed, erikj
Tue, 07 Nov 2017 18:48:17 -0500 8189840: CheckCachedResolvedReferencesApp has no cached resolved references
jiangli [Tue, 07 Nov 2017 18:48:17 -0500] rev 47805
8189840: CheckCachedResolvedReferencesApp has no cached resolved references Summary: Add WhiteBox.areOpenArchiveHeapObjectsMapped() for CheckCachedResolvedReferencesApp to check and skip test when open archive heap objects are not mapped. Reviewed-by: iklam, ccheung
Tue, 07 Nov 2017 14:13:18 -0800 8059334: nsk/jvmti/scenarios/hotswap/HS201/hs201t001 fails with exit code 0 after timeout
cjplummer [Tue, 07 Nov 2017 14:13:18 -0800] rev 47804
8059334: nsk/jvmti/scenarios/hotswap/HS201/hs201t001 fails with exit code 0 after timeout Summary: check if we are in "interp only" mode before returning an nm for an OSR request Reviewed-by: sspitsyn, dcubed, kvn
Tue, 07 Nov 2017 08:47:47 +0100 Merge
jwilhelm [Tue, 07 Nov 2017 08:47:47 +0100] rev 47803
Merge
Tue, 07 Nov 2017 09:37:45 -0500 8189688: NMT: Report per-class load metadata information
zgu [Tue, 07 Nov 2017 09:37:45 -0500] rev 47802
8189688: NMT: Report per-class load metadata information Summary: Report per-class loader metadata info via NMT jcmd metadata sub-command Reviewed-by: stuefe, coleenp
Tue, 07 Nov 2017 10:30:53 -0500 8190283: Default heap sizing options select a MaxHeapSize larger than available physical memory in some cases
bobv [Tue, 07 Nov 2017 10:30:53 -0500] rev 47801
8190283: Default heap sizing options select a MaxHeapSize larger than available physical memory in some cases Reviewed-by: tschatzl, sjohanss
Tue, 07 Nov 2017 13:51:18 +0100 8190703: TestSystemGCWith* infrequently times out on SPARC
tschatzl [Tue, 07 Nov 2017 13:51:18 +0100] rev 47800
8190703: TestSystemGCWith* infrequently times out on SPARC Summary: Give the test a timeout after which it ends on its own. Reviewed-by: shade, sjohanss
Mon, 06 Nov 2017 21:28:03 -0800 8152470: Add COMPILER2_OR_JVMCI definition
jcm [Mon, 06 Nov 2017 21:28:03 -0800] rev 47799
8152470: Add COMPILER2_OR_JVMCI definition Summary: defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI Reviewed-by: kvn
Mon, 06 Nov 2017 20:29:49 -0800 8190710: Update Graal
dlong [Mon, 06 Nov 2017 20:29:49 -0800] rev 47798
8190710: Update Graal Reviewed-by: kvn
Mon, 06 Nov 2017 14:12:37 -0500 8184206: Resolve all string constants in shared classes at CDS dump time
jiangli [Mon, 06 Nov 2017 14:12:37 -0500] rev 47797
8184206: Resolve all string constants in shared classes at CDS dump time Summary: Change ConstantPool::resolve_class_constants() to resolve all string constants. Reviewed-by: iklam, coleenp
Mon, 06 Nov 2017 21:38:42 +0100 8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
dnsimon [Mon, 06 Nov 2017 21:38:42 +0100] rev 47796
8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint Reviewed-by: kvn, dlong
Mon, 06 Nov 2017 17:56:29 +0100 8190781: ppc64 + s390: Fix CriticalJNINatives
mdoerr [Mon, 06 Nov 2017 17:56:29 +0100] rev 47795
8190781: ppc64 + s390: Fix CriticalJNINatives Reviewed-by: goetz
Mon, 06 Nov 2017 12:53:55 +0100 8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values
dnsimon [Mon, 06 Nov 2017 12:53:55 +0100] rev 47794
8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values Reviewed-by: never, kvn, kbarrett
Mon, 06 Nov 2017 12:17:59 +0100 8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
dnsimon [Mon, 06 Nov 2017 12:17:59 +0100] rev 47793
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable Reviewed-by: kvn, thartmann
Mon, 06 Nov 2017 15:33:54 +0100 Merge
tschatzl [Mon, 06 Nov 2017 15:33:54 +0100] rev 47792
Merge
Mon, 06 Nov 2017 14:35:07 +0100 Merge
tschatzl [Mon, 06 Nov 2017 14:35:07 +0100] rev 47791
Merge
Mon, 06 Nov 2017 14:25:18 +0100 8140255: Move the management of G1YoungRemSetSamplingThread from G1ConcurrentRefine
tschatzl [Mon, 06 Nov 2017 14:25:18 +0100] rev 47790
8140255: Move the management of G1YoungRemSetSamplingThread from G1ConcurrentRefine Reviewed-by: sjohanss, sangheki
Mon, 06 Nov 2017 14:24:31 +0100 8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*
tschatzl [Mon, 06 Nov 2017 14:24:31 +0100] rev 47789
8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.* Reviewed-by: sjohanss, sangheki
Mon, 06 Nov 2017 14:31:22 +0000 8163011: AArch64: NMT detail stack trace cleanup
dsamersoff [Mon, 06 Nov 2017 14:31:22 +0000] rev 47788
8163011: AArch64: NMT detail stack trace cleanup Summary: Makes aarch64 behavior similar to x86 one Reviewed-by: aph, drwhite
Mon, 06 Nov 2017 04:14:22 -0800 8167409: Invalid value passed to critical JNI function
jcm [Mon, 06 Nov 2017 04:14:22 -0800] rev 47787
8167409: Invalid value passed to critical JNI function Summary: the tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit. Reviewed-by: dlong
Mon, 06 Nov 2017 09:41:54 +0100 8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
lkorinth [Mon, 06 Nov 2017 09:41:54 +0100] rev 47786
8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems Reviewed-by: sjohanss, sangheki
Mon, 06 Nov 2017 09:44:42 +0100 8190415: [JVMCI] JVMCIRuntime::adjust_comp_level must not swallow ThreadDeath
dnsimon [Mon, 06 Nov 2017 09:44:42 +0100] rev 47785
8190415: [JVMCI] JVMCIRuntime::adjust_comp_level must not swallow ThreadDeath Reviewed-by: never, thartmann
Mon, 06 Nov 2017 11:11:44 +0100 8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
sjohanss [Mon, 06 Nov 2017 11:11:44 +0100] rev 47784
8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail Reviewed-by: sangheki, eosterlund
Mon, 06 Nov 2017 09:49:30 +0100 Merge
jcm [Mon, 06 Nov 2017 09:49:30 +0100] rev 47783
Merge
Mon, 06 Nov 2017 00:30:36 -0800 8167408: Invalid critical JNI function lookup
jcm [Mon, 06 Nov 2017 00:30:36 -0800] rev 47782
8167408: Invalid critical JNI function lookup Summary: made correction to arg_size calculation in NativeLookup::lookup_critical_entry Reviewed-by: dholmes, dlong, mdoerr, vlivanov
Sun, 05 Nov 2017 22:27:57 +0100 8177397: [JVMCI] remove unnecessary synchronization
dnsimon [Sun, 05 Nov 2017 22:27:57 +0100] rev 47781
8177397: [JVMCI] remove unnecessary synchronization Reviewed-by: thartmann, kvn
Mon, 06 Nov 2017 00:29:08 +0300 8190745: AARCH64: fix for JDK-8189176 may break a build
dchuyko [Mon, 06 Nov 2017 00:29:08 +0300] rev 47780
8190745: AARCH64: fix for JDK-8189176 may break a build Summary: Add missed semicolon Reviewed-by: dsamersoff
Sun, 05 Nov 2017 06:11:10 +0100 8189440: Event tracing macros for allocation and weak oops processing
egahlin [Sun, 05 Nov 2017 06:11:10 +0100] rev 47779
8189440: Event tracing macros for allocation and weak oops processing Reviewed-by: dholmes, mgronlun
Sun, 05 Nov 2017 03:43:15 +0100 8189425: Minor updates in support of closed changes
egahlin [Sun, 05 Nov 2017 03:43:15 +0100] rev 47778
8189425: Minor updates in support of closed changes Reviewed-by: mgronlun, dholmes
Fri, 03 Nov 2017 17:09:25 -0700 8189731: Disable CFLH when there are no transformers
sspitsyn [Fri, 03 Nov 2017 17:09:25 -0700] rev 47777
8189731: Disable CFLH when there are no transformers Summary: Enable CFLH only when there are transformers Reviewed-by: sspitsyn, alanb Contributed-by: ben_walsh@uk.ibm.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip