Wed, 23 Dec 2015 13:12:15 +0300 8067194: Restructure hotspot/agent/src to conform the modular source layout
dsamersoff [Wed, 23 Dec 2015 13:12:15 +0300] rev 35217
8067194: Restructure hotspot/agent/src to conform the modular source layout Summary: Move sources under jdk.hotspot.agent Reviewed-by: ihse, erikj, jbachorik
Tue, 22 Dec 2015 16:29:48 -0500 8141211: Convert TraceExceptions to Unified Logging
rprotacio [Tue, 22 Dec 2015 16:29:48 -0500] rev 35216
8141211: Convert TraceExceptions to Unified Logging Summary: The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option. Reviewed-by: dholmes, coleenp, mockner
Tue, 22 Dec 2015 19:33:01 +0000 Merge
coleenp [Tue, 22 Dec 2015 19:33:01 +0000] rev 35215
Merge
Tue, 22 Dec 2015 11:11:29 -0500 8074457: Remove the non-Zero CPP Interpreter
coleenp [Tue, 22 Dec 2015 11:11:29 -0500] rev 35214
8074457: Remove the non-Zero CPP Interpreter Summary: Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes Reviewed-by: goetz, bdelsart
Tue, 22 Dec 2015 15:53:42 +0000 Merge
ctornqvi [Tue, 22 Dec 2015 15:53:42 +0000] rev 35213
Merge
Tue, 22 Dec 2015 05:26:55 -0800 8048521: Remove obsolete code from os_windows.cpp/hpp
ctornqvi [Tue, 22 Dec 2015 05:26:55 -0800] rev 35212
8048521: Remove obsolete code from os_windows.cpp/hpp Reviewed-by: coleenp, rdurbin
Tue, 22 Dec 2015 11:03:37 +0100 8145774: Move scrubbing setup code away out of ConcurrentMark
tschatzl [Tue, 22 Dec 2015 11:03:37 +0100] rev 35211
8145774: Move scrubbing setup code away out of ConcurrentMark Summary: Remove dependency of ConcurrentMark to G1RemSet. Reviewed-by: jmasa, mgerdin
Tue, 22 Dec 2015 11:02:04 +0100 8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
tschatzl [Tue, 22 Dec 2015 11:02:04 +0100] rev 35210
8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet Summary: Move HeapRegionRemSet::num_par_rem_sets() to G1RemSet, and document it. Reviewed-by: mgerdin, jmasa
Tue, 22 Dec 2015 00:08:38 +0000 Merge
iklam [Tue, 22 Dec 2015 00:08:38 +0000] rev 35209
Merge
Mon, 21 Dec 2015 13:58:56 -0800 8145271: stand-alone hotspot build is broken
iklam [Mon, 21 Dec 2015 13:58:56 -0800] rev 35208
8145271: stand-alone hotspot build is broken Reviewed-by: ihse
Mon, 21 Dec 2015 22:45:54 +0100 Merge
iignatyev [Mon, 21 Dec 2015 22:45:54 +0100] rev 35207
Merge
Thu, 17 Dec 2015 16:46:41 +0300 8132723: Add tests which check that soft references to humongous objects should work correctly
kzhaldyb [Thu, 17 Dec 2015 16:46:41 +0300] rev 35206
8132723: Add tests which check that soft references to humongous objects should work correctly 8132724: Add tests which check that weak references to humongous objects should work correctly Reviewed-by: jmasa, dfazunen
Mon, 21 Dec 2015 19:43:52 +0000 Merge
jmasa [Mon, 21 Dec 2015 19:43:52 +0000] rev 35205
Merge
Fri, 18 Dec 2015 08:17:30 -0800 8068394: Trace event for concurrent GC phases
sangheki [Fri, 18 Dec 2015 08:17:30 -0800] rev 35204
8068394: Trace event for concurrent GC phases Summary: Add concurrent phase events for CMS and G1 Reviewed-by: brutisso, stefank
Wed, 16 Dec 2015 22:06:52 -0800 8144949: TestOptionsWithRanges -XX:NUMAInterleaveGranularity=2147483648 crashes VM
sangheki [Wed, 16 Dec 2015 22:06:52 -0800] rev 35203
8144949: TestOptionsWithRanges -XX:NUMAInterleaveGranularity=2147483648 crashes VM Summary: Changed max range to 2G/8192G for NUMAInterleaveGranularity and removed constraint function Reviewed-by: jwilhelm, jmasa
Mon, 21 Dec 2015 14:09:21 +0000 Merge
coleenp [Mon, 21 Dec 2015 14:09:21 +0000] rev 35202
Merge
Sun, 20 Dec 2015 10:37:23 -0500 8139864: Improve handling of stack protection zones.
goetz [Sun, 20 Dec 2015 10:37:23 -0500] rev 35201
8139864: Improve handling of stack protection zones. Reviewed-by: stuefe, coleenp, fparain
Mon, 21 Dec 2015 12:04:32 +0100 8145671: Rename FromCardCache to G1FromCardCache
tschatzl [Mon, 21 Dec 2015 12:04:32 +0100] rev 35200
8145671: Rename FromCardCache to G1FromCardCache Reviewed-by: jmasa, mgerdin
Mon, 21 Dec 2015 12:02:08 +0100 8145667: Move FromCardCache into separate files
tschatzl [Mon, 21 Dec 2015 12:02:08 +0100] rev 35199
8145667: Move FromCardCache into separate files Reviewed-by: mgerdin, stefank
Mon, 21 Dec 2015 12:02:03 +0100 8145674: Fix includes and forward declarations in g1Remset files
tschatzl [Mon, 21 Dec 2015 12:02:03 +0100] rev 35198
8145674: Fix includes and forward declarations in g1Remset files Reviewed-by: simonis, stefank
Sat, 19 Dec 2015 03:07:31 +0000 Merge
kbarrett [Sat, 19 Dec 2015 03:07:31 +0000] rev 35197
Merge
Wed, 18 Nov 2015 11:31:59 +0100 8143215: gcc 4.1.2: fix three issues breaking the build.
goetz [Wed, 18 Nov 2015 11:31:59 +0100] rev 35196
8143215: gcc 4.1.2: fix three issues breaking the build. Summary: Also fix some more recent introduced missing casts. Reviewed-by: stuefe, simonis, kbarrett, tschatzl
Sat, 19 Dec 2015 02:32:27 +0100 Merge
coleenp [Sat, 19 Dec 2015 02:32:27 +0100] rev 35195
Merge
Fri, 18 Dec 2015 15:50:33 -0500 8144256: compiler/uncommontrap/TestStackBangRbp.java crashes VM on Solaris
coleenp [Fri, 18 Dec 2015 15:50:33 -0500] rev 35194
8144256: compiler/uncommontrap/TestStackBangRbp.java crashes VM on Solaris Summary: Take out inlining of methodHandle copy constructors and destructors Reviewed-by: hseigel, gtriantafill
Fri, 18 Dec 2015 14:30:13 -0500 8145445: [TESTBUG] runtime/logging tests need to properly build and import libraries
rprotacio [Fri, 18 Dec 2015 14:30:13 -0500] rev 35193
8145445: [TESTBUG] runtime/logging tests need to properly build and import libraries Summary: Adds the proper @build and import lines to the jtreg tests in the runtime/logging directory. Reviewed-by: iklam, hseigel
Fri, 18 Dec 2015 13:38:49 +0000 Merge
tschatzl [Fri, 18 Dec 2015 13:38:49 +0000] rev 35192
Merge
Fri, 18 Dec 2015 14:32:16 +0100 8145752: Fix include guards in GC code
tschatzl [Fri, 18 Dec 2015 14:32:16 +0100] rev 35191
8145752: Fix include guards in GC code Reviewed-by: mgerdin, stefank
Fri, 18 Dec 2015 14:27:51 +0100 8145673: G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY
tschatzl [Fri, 18 Dec 2015 14:27:51 +0100] rev 35190
8145673: G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY Summary: Move destructor work into cpp file Reviewed-by: mgerdin, stefank
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip