Tue, 09 May 2017 11:03:45 +0200 8138888: Remove ExtendedOopClosure::apply_to_weak_ref_discovered_field
sjohanss [Tue, 09 May 2017 11:03:45 +0200] rev 46445
8138888: Remove ExtendedOopClosure::apply_to_weak_ref_discovered_field Reviewed-by: kbarrett, tschatzl
Mon, 08 May 2017 09:45:24 -0400 8154791: Xlog classload too redundant msgs info/debug
rprotacio [Mon, 08 May 2017 09:45:24 -0400] rev 46444
8154791: Xlog classload too redundant msgs info/debug Summary: Removed redundant information from class+load UL messages, ensured side-by-side printing of different levels for same class, cleaned up code Reviewed-by: iklam, dholmes
Mon, 08 May 2017 07:16:10 -0400 8178836: Improve PtrQueue index abstraction
kbarrett [Mon, 08 May 2017 07:16:10 -0400] rev 46443
8178836: Improve PtrQueue index abstraction Summary: Prefer element indexes where possible. Reviewed-by: shade, mgerdin
Sun, 07 May 2017 16:42:03 -0400 8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
gromero [Sun, 07 May 2017 16:42:03 -0400] rev 46442
8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used Reviewed-by: simonis, dholmes
Sat, 06 May 2017 09:36:01 -0700 8179656: [AOT] Add AOT manual test scripts
kvn [Sat, 06 May 2017 09:36:01 -0700] rev 46441
8179656: [AOT] Add AOT manual test scripts Reviewed-by: iveresov
Fri, 05 May 2017 19:28:54 -0700 8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
vdeshpande [Fri, 05 May 2017 19:28:54 -0700] rev 46440
8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86 Reviewed-by: kvn
Sat, 06 May 2017 00:05:32 +0000 Merge
cjplummer [Sat, 06 May 2017 00:05:32 +0000] rev 46439
Merge
Fri, 05 May 2017 14:22:35 -0700 8164563: Test nsk/jvmti/CompiledMethodUnload/compmethunload001 keeps reporting: PRODUCT BUG: class was not unloaded in 5
cjplummer [Fri, 05 May 2017 14:22:35 -0700] rev 46438
8164563: Test nsk/jvmti/CompiledMethodUnload/compmethunload001 keeps reporting: PRODUCT BUG: class was not unloaded in 5 Summary: Removed _pending_list Reviewed-by: dholmes, sspitsyn, dcubed, coleenp
Fri, 05 May 2017 16:20:42 -0400 8179004: Add an efficient implementation of the "count trailing zeros" operation
kbarrett [Fri, 05 May 2017 16:20:42 -0400] rev 46437
8179004: Add an efficient implementation of the "count trailing zeros" operation Summary: Added count_trailing_zeros function, with platform-dependent implementations. Reviewed-by: dholmes, cjplummer
Fri, 05 May 2017 17:48:45 +0200 Merge
jwilhelm [Fri, 05 May 2017 17:48:45 +0200] rev 46436
Merge
Thu, 04 May 2017 16:04:23 -0700 8176863: Remove Hashtable::reverse()
iklam [Thu, 04 May 2017 16:04:23 -0700] rev 46435
8176863: Remove Hashtable::reverse() Reviewed-by: hseigel, sspitsyn, coleenp
Thu, 04 May 2017 14:32:37 -0400 8067728: Flag::unlock_diagnostic() should be called Flag::clear_diagnostic()
rprotacio [Thu, 04 May 2017 14:32:37 -0400] rev 46434
8067728: Flag::unlock_diagnostic() should be called Flag::clear_diagnostic() Summary: Renamed function Reviewed-by: iklam, hseigel
Mon, 19 Dec 2016 10:57:53 +0800 8169697: AArch64: Vectorized MLA instruction not generated for some test cases
njian [Mon, 19 Dec 2016 10:57:53 +0800] rev 46433
8169697: AArch64: Vectorized MLA instruction not generated for some test cases Summary: Add AddVB/S/I/L/F/D node to commut_op_list, as well as other commutative vector operations. Reviewed-by: roland, kvn Contributed-by: yang.zhang@linaro.org
Thu, 04 May 2017 14:54:46 +0000 Merge
hseigel [Thu, 04 May 2017 14:54:46 +0000] rev 46432
Merge
Thu, 04 May 2017 10:05:29 -0400 8056900: Enhance NoClassDefFound exception messaging
hseigel [Thu, 04 May 2017 10:05:29 -0400] rev 46431
8056900: Enhance NoClassDefFound exception messaging Summary: Add text to the message explaining the cause of the exception Reviewed-by: dholmes, sspitsyn, coleenp
Thu, 04 May 2017 06:54:52 -0700 8179625: [BACKOUT] of 8179305 Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
iklam [Thu, 04 May 2017 06:54:52 -0700] rev 46430
8179625: [BACKOUT] of 8179305 Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime Reviewed-by: hseigel
Wed, 03 May 2017 18:44:27 -0400 8169039: Add unit tests for BitMap search operations
kbarrett [Wed, 03 May 2017 18:44:27 -0400] rev 46429
8169039: Add unit tests for BitMap search operations Summary: Added native unit test test_bitMap_search.cpp Reviewed-by: stefank, sjohanss
Wed, 03 May 2017 14:13:48 -0400 8178352: BitMap::get_next_zero_offset may give wrong result on Mac
kbarrett [Wed, 03 May 2017 14:13:48 -0400] rev 46428
8178352: BitMap::get_next_zero_offset may give wrong result on Mac Summary: Invert and search initial word for trailing ones. Reviewed-by: stefank, cjplummer
Fri, 03 Mar 2017 23:08:35 -0800 8171392: Move Klass pointers outside of ConstantPool entries so ConstantPool can be read-only
iklam [Fri, 03 Mar 2017 23:08:35 -0800] rev 46427
8171392: Move Klass pointers outside of ConstantPool entries so ConstantPool can be read-only Summary: Added _resolved_klasses; moved _resolved_references to ConstantPoolCache, etc. Reviewed-by: coleenp, lfoltan, simonis, aph
Wed, 03 May 2017 02:32:02 +0000 Merge
sspitsyn [Wed, 03 May 2017 02:32:02 +0000] rev 46426
Merge
Tue, 02 May 2017 19:27:26 -0700 8172970: TESTBUG: need test coverage for the JVMTI functions allowed in the start phase
sspitsyn [Tue, 02 May 2017 19:27:26 -0700] rev 46425
8172970: TESTBUG: need test coverage for the JVMTI functions allowed in the start phase Summary: New JTreg test provides the necessary coverage during the start phase Reviewed-by: dholmes, dcubed
Mon, 01 May 2017 11:16:01 -0700 8179305: Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
iklam [Mon, 01 May 2017 11:16:01 -0700] rev 46424
8179305: Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime Summary: Added LastFrameAccessor class Reviewed-by: dlong, dholmes
Mon, 01 May 2017 10:50:38 -0400 8178542: G1: VM hangs during shutdown due to mark stack overflow
aharlap [Mon, 01 May 2017 10:50:38 -0400] rev 46423
8178542: G1: VM hangs during shutdown due to mark stack overflow Summary: Removed not needed call to clear_has_overflown() to avoid inconsistent state Reviewed-by: kbarrett, sangheki
Fri, 28 Apr 2017 09:50:47 +0200 8179019: Correct range checks for command-line options ArraycopySrcPrefetchDistance and ArraycopyDstPrefetchDistance
zmajo [Fri, 28 Apr 2017 09:50:47 +0200] rev 46422
8179019: Correct range checks for command-line options ArraycopySrcPrefetchDistance and ArraycopyDstPrefetchDistance Summary: Update constraint for the command-line options. Change stubs to use register values instead of immediates. Reviewed-by: kvn
Thu, 27 Apr 2017 14:15:30 +0000 Merge
hseigel [Thu, 27 Apr 2017 14:15:30 +0000] rev 46421
Merge
Thu, 27 Apr 2017 10:08:02 -0400 8179235: PackageEntryTables should be created eagerly
hseigel [Thu, 27 Apr 2017 10:08:02 -0400] rev 46420
8179235: PackageEntryTables should be created eagerly Summary: Create the PackageEntryTables in the constructor for ClassLoaderData. Reviewed-by: dholmes, sspitsyn
Thu, 27 Apr 2017 14:40:21 +0200 Merge
jwilhelm [Thu, 27 Apr 2017 14:40:21 +0200] rev 46419
Merge
Wed, 26 Apr 2017 21:28:22 -0700 8177958: Possible uninitialized char* in vm_version_solaris_sparc.cpp
shshahma [Wed, 26 Apr 2017 21:28:22 -0700] rev 46418
8177958: Possible uninitialized char* in vm_version_solaris_sparc.cpp Reviewed-by: shade, dholmes, kevinw
Wed, 26 Apr 2017 11:26:11 -0700 8179243: [TESTBUG] CDS tests should be excluded from running with -UseCompressedOops
mseledtsov [Wed, 26 Apr 2017 11:26:11 -0700] rev 46417
8179243: [TESTBUG] CDS tests should be excluded from running with -UseCompressedOops Summary: Used at-requires statements to exclude the affected tests Reviewed-by: dholmes, jiangli, sspitsyn
Wed, 26 Apr 2017 13:20:23 +0200 8179224: Cache strlen of Flag::_name
redestad [Wed, 26 Apr 2017 13:20:23 +0200] rev 46416
8179224: Cache strlen of Flag::_name Reviewed-by: dsamersoff, jiangli, iklam, rehn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip