Fri, 06 May 2016 15:41:15 +0300 8156068: Unsafe.{get|set}Opaque should be single copy atomic
shade [Fri, 06 May 2016 15:41:15 +0300] rev 38278
8156068: Unsafe.{get|set}Opaque should be single copy atomic Reviewed-by: psandoz, vlivanov
Fri, 06 May 2016 09:10:47 +0200 8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1"
goetz [Fri, 06 May 2016 09:10:47 +0200] rev 38277
8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1" Summary: New function was placed within other function. Reviewed-by: mdoerr
Tue, 10 May 2016 23:23:55 +0000 Merge
dfazunen [Tue, 10 May 2016 23:23:55 +0000] rev 38276
Merge
Tue, 10 May 2016 21:23:33 +0300 8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
kzhaldyb [Tue, 10 May 2016 21:23:33 +0300] rev 38275
8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything Reviewed-by: jwilhelm, dfazunen
Tue, 10 May 2016 20:56:31 +0000 Merge
gziemski [Tue, 10 May 2016 20:56:31 +0000] rev 38274
Merge
Tue, 10 May 2016 12:10:21 -0500 8073500: Prevent certain commercial flags from being changed at runtime
gziemski [Tue, 10 May 2016 12:10:21 -0500] rev 38273
8073500: Prevent certain commercial flags from being changed at runtime Summary: Implement new writeable mechanism for flag control Reviewed-by: coleenp, iklam
Tue, 10 May 2016 18:30:03 +0200 Merge
tschatzl [Tue, 10 May 2016 18:30:03 +0200] rev 38272
Merge
Tue, 10 May 2016 16:42:14 +0200 8047328: Improve memory usage for cards in SparsePRTEntry
tschatzl [Tue, 10 May 2016 16:42:14 +0200] rev 38271
8047328: Improve memory usage for cards in SparsePRTEntry Summary: Use uint16_t for cards in a SparsePRTEntry, and use an additional integer to record the current position on where to add the next card. Reviewed-by: mgerdin, ehelin Contributed-by: Andreas Sjoberg <andreas.sjoberg@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Tue, 10 May 2016 16:40:15 +0200 8155810: Bound the number of root region scan threads to the number of survivor regions
tschatzl [Tue, 10 May 2016 16:40:15 +0200] rev 38270
8155810: Bound the number of root region scan threads to the number of survivor regions Reviewed-by: jmasa, sjohanss
Tue, 10 May 2016 16:40:09 +0200 8155721: Sparse remset wastes half of entry memory
tschatzl [Tue, 10 May 2016 16:40:09 +0200] rev 38269
8155721: Sparse remset wastes half of entry memory Summary: Only allocate as much SparsePRTEntry memory as required, not for the theoretical maximum. Reviewed-by: mgerdin, sjohanss
Tue, 10 May 2016 16:40:04 +0200 8156660: JDK-8150393 does not set _scan_in_progress properly
tschatzl [Tue, 10 May 2016 16:40:04 +0200] rev 38268
8156660: JDK-8150393 does not set _scan_in_progress properly Reviewed-by: ehelin, mgerdin
Tue, 10 May 2016 14:26:31 +0000 Merge
dsamersoff [Tue, 10 May 2016 14:26:31 +0000] rev 38267
Merge
Fri, 06 May 2016 09:13:31 +0900 8156133: FindCrashesAction in HSDB does not work except Solaris platform
ysuenaga [Fri, 06 May 2016 09:13:31 +0900] rev 38266
8156133: FindCrashesAction in HSDB does not work except Solaris platform Reviewed-by: dsamersoff
Tue, 10 May 2016 11:50:45 +0000 Merge
dsamersoff [Tue, 10 May 2016 11:50:45 +0000] rev 38265
Merge
Sat, 07 May 2016 10:29:16 +0900 8156033: jhsdb jmap cannot set heapdump name
ysuenaga [Sat, 07 May 2016 10:29:16 +0900] rev 38264
8156033: jhsdb jmap cannot set heapdump name Reviewed-by: dsamersoff
Mon, 09 May 2016 15:46:12 +0200 8145934: Make ttyLocker equivalent for Unified Logging framework
mlarsson [Mon, 09 May 2016 15:46:12 +0200] rev 38263
8145934: Make ttyLocker equivalent for Unified Logging framework Reviewed-by: rprotacio, stuefe, jrose
Tue, 10 May 2016 03:37:36 +0000 Merge
dsamersoff [Tue, 10 May 2016 03:37:36 +0000] rev 38262
Merge
Mon, 09 May 2016 23:41:41 +0300 8155091: Remove SA related functions from tmtools
dsamersoff [Mon, 09 May 2016 23:41:41 +0300] rev 38261
8155091: Remove SA related functions from tmtools Summary: Remove options that enables support for non-cooperative mode Reviewed-by: alanb, mchung, sla
Mon, 09 May 2016 23:06:05 +0000 Merge
coleenp [Mon, 09 May 2016 23:06:05 +0000] rev 38260
Merge
Mon, 09 May 2016 22:22:15 +0200 8153535: Convert TraceRedefineClasses to Unified Logging
rehn [Mon, 09 May 2016 22:22:15 +0200] rev 38259
8153535: Convert TraceRedefineClasses to Unified Logging Reviewed-by: rprotacio, coleenp
Mon, 09 May 2016 23:53:11 +0200 Merge
iignatyev [Mon, 09 May 2016 23:53:11 +0200] rev 38258
Merge
Mon, 09 May 2016 22:03:04 +0200 Merge
iignatyev [Mon, 09 May 2016 22:03:04 +0200] rev 38257
Merge
Fri, 06 May 2016 17:51:11 +0300 8132710: Add tests which check that Humongous objects behave as expected after Young GC
kzhaldyb [Fri, 06 May 2016 17:51:11 +0300] rev 38256
8132710: Add tests which check that Humongous objects behave as expected after Young GC 8132712: Add tests which check that Humongous objects behave as expected after Full GC Reviewed-by: jmasa, dfazunen
Mon, 09 May 2016 14:15:40 +0300 8148244: Finalize and integrate GTest implementation
iignatyev [Mon, 09 May 2016 14:15:40 +0300] rev 38255
8148244: Finalize and integrate GTest implementation Reviewed-by: jwilhelm, erikj Contributed-by: stefan.karlsson@oracle.com, stefan.sarne@oracle.com, jesper.wilhelmsson@oracle.com, erik.helin@oracle.com, alexandre.iline@oracle.com, igor.ignatyev@oracle.com, erik.joelsson@oracle.com
Mon, 09 May 2016 14:15:39 +0300 8149591: Prepare hotspot for GTest
iignatyev [Mon, 09 May 2016 14:15:39 +0300] rev 38254
8149591: Prepare hotspot for GTest Reviewed-by: jwilhelm Contributed-by: stefan.karlsson@oracle.com, stefan.sarne@oracle.com, jesper.wilhelmsson@oracle.com, erik.helin@oracle.com, alexandre.iline@oracle.com, igor.ignatyev@oracle.com
Mon, 09 May 2016 21:27:19 +0200 Merge
ccheung [Mon, 09 May 2016 21:27:19 +0200] rev 38253
Merge
Mon, 09 May 2016 12:20:02 -0700 8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated
ccheung [Mon, 09 May 2016 12:20:02 -0700] rev 38252
8155574: ClassLoader::initialize_module_loader_map crashes if the char_buf is not NULL terminated Reviewed-by: jiangli, iklam
Mon, 09 May 2016 17:36:13 +0000 Merge
jmasa [Mon, 09 May 2016 17:36:13 +0000] rev 38251
Merge
Fri, 06 May 2016 14:35:59 -0700 8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task.
jmasa [Fri, 06 May 2016 14:35:59 -0700] rev 38250
8155992: Change name of StealRegionCompactionTask to something that emphasizes the compaction task. Reviewed-by: kbarrett, ehelin, drwhite
Wed, 04 May 2016 11:29:05 +0200 8156022: Add prediction for cost_per_byte_ms to G1Analytics
ehelin [Wed, 04 May 2016 11:29:05 +0200] rev 38249
8156022: Add prediction for cost_per_byte_ms to G1Analytics Reviewed-by: sjohanss, mgerdin
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip