igerasim [Wed, 13 Jan 2016 11:43:07 +0300] rev 35487
8145127: VM warning: WaitForMultipleObjects timed out (0) ...
Summary: Increase number of tracked threads, and set exiting-process flag earlier
Reviewed-by: dholmes, dcubed
dholmes [Wed, 13 Jan 2016 03:18:06 +0100] rev 35486
Merge
dholmes [Tue, 12 Jan 2016 19:48:00 -0500] rev 35485
8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
Reviewed-by: dcubed, gthornbr
jiangli [Wed, 13 Jan 2016 01:45:14 +0100] rev 35484
Merge
jiangli [Tue, 12 Jan 2016 19:15:42 -0500] rev 35483
8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory
Summary: Skip tracking release for unmapped CDS shared space.
Reviewed-by: dholmes, coleenp, iklam, gtriantafill
jmasa [Tue, 12 Jan 2016 22:50:57 +0000] rev 35482
Merge
aharlap [Mon, 11 Jan 2016 14:26:00 -0500] rev 35481
8145038: Simplify mut_process_buffer worker id management
Summary: Remove some wasted code
Reviewed-by: kbarrett, tschatzl
coleenp [Tue, 12 Jan 2016 21:01:22 +0000] rev 35480
Merge
coleenp [Tue, 12 Jan 2016 13:14:41 -0500] rev 35479
8146410: Interpreter functions are declared and defined in the wrong files
Summary: Moved functions to the correct files.
Reviewed-by: goetz, aph, twisti, mockner
coleenp [Tue, 12 Jan 2016 19:11:39 +0000] rev 35478
Merge
rprotacio [Tue, 12 Jan 2016 12:35:08 -0500] rev 35477
8144953: runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
Summary: Added long-form logging message to three places in code, allowing TraceExceptionsTest.java to pass with compiled code.
Reviewed-by: dholmes, coleenp, lfoltan
kbarrett [Tue, 12 Jan 2016 17:02:10 +0000] rev 35476
Merge
kbarrett [Mon, 28 Dec 2015 13:59:20 -0500] rev 35475
8143847: Remove REF_CLEANER reference category
Summary: Remove REF_CLEANER.
Reviewed-by: jwilhelm, mchung, tbenson
mgronlun [Tue, 12 Jan 2016 16:01:54 +0100] rev 35474
Merge
mgronlun [Tue, 12 Jan 2016 15:38:56 +0100] rev 35473
8145788: JVM crashes with -XX:+EnableTracing
Reviewed-by: dholmes, ysuenaga, mlarsson
jbachorik [Tue, 12 Jan 2016 11:11:21 +0100] rev 35472
8146620: CodelistTest.java fails with "Test failed on: jdk.internal.misc.Unsafe.getUnsafe()Ljdk/internal/misc/Unsafe;"
Reviewed-by: sla
sangheki [Fri, 08 Jan 2016 08:51:18 -0800] rev 35471
8146695: FinalizeTest04 crashes VM with EXCEPTION_INT_DIVIDE_BY_ZERO
Reviewed-by: jwilhelm, jprovino
sangheki [Thu, 07 Jan 2016 16:19:41 -0800] rev 35470
8144573: TLABWasteIncrement=max_jint fires an assert on SPARC for non-G1 GC mode
Summary: Changed to use set64 if TLABWasteIncrement is larger than 4095 before add
Reviewed-by: tschatzl, iveresov
david [Mon, 11 Jan 2016 09:14:01 +0100] rev 35469
8146694: Break out shared constants and static BOT functions.
Reviewed-by: jwilhelm, tbenson
dholmes [Sun, 10 Jan 2016 20:02:50 -0500] rev 35468
8146222: assert(_initialized) failed: TLS not initialized yet!
Reviewed-by: dcubed
dcubed [Sat, 09 Jan 2016 02:23:04 +0000] rev 35467
Merge
rdurbin [Fri, 08 Jan 2016 15:38:08 -0800] rev 35466
8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
Reviewed-by: dcubed, ddmitriev, ahgross, gthornbr, coleenp
aharlap [Fri, 08 Jan 2016 15:41:44 -0500] rev 35465
8145037: Clean up FreeIdSet usage
Summary: Avoid wasting space for the unused sets
Reviewed-by: tschatzl
coleenp [Fri, 08 Jan 2016 12:56:16 +0000] rev 35464
Merge
rprotacio [Thu, 07 Jan 2016 13:53:20 -0500] rev 35463
8141564: Convert TraceItables and PrintVtables to Unified Logging
Summary: The former -XX:+TraceItables and +PrintVtables flags have been converted to UL options -Xlog:itables=trace and vtables=trace
Reviewed-by: acorn, coleenp, dholmes
sangheki [Tue, 05 Jan 2016 10:41:56 -0800] rev 35462
8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536
Summary: Add protect_pages_individually() to protect memory per chunk on Windows
Reviewed-by: jwilhelm, tbenson
david [Thu, 07 Jan 2016 16:25:53 +0100] rev 35461
8146399: Refactor the BlockOffsetTable classes.
Reviewed-by: mgerdin, jwilhelm, tschatzl
david [Thu, 07 Jan 2016 14:55:12 +0100] rev 35460
8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity
Reviewed-by: tschatzl, jwilhelm