Fri, 17 Apr 2015 16:08:41 -0700 8078017: Introduce hotspot_basicvmtest
mikael [Fri, 17 Apr 2015 16:08:41 -0700] rev 30267
8078017: Introduce hotspot_basicvmtest Reviewed-by: dholmes, kvn
Fri, 17 Apr 2015 17:10:38 +0000 Merge
stefank [Fri, 17 Apr 2015 17:10:38 +0000] rev 30266
Merge
Fri, 17 Apr 2015 11:46:56 +0200 8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code"
goetz [Fri, 17 Apr 2015 11:46:56 +0200] rev 30265
8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code" Reviewed-by: stefank, ehelin
Fri, 17 Apr 2015 10:08:32 -0400 8077265: Modify assert to help debug JDK-8068448
ecaspole [Fri, 17 Apr 2015 10:08:32 -0400] rev 30264
8077265: Modify assert to help debug JDK-8068448 Summary: Added relevant asserts on covered_region for allocation methods in psOldGen.hpp Reviewed-by: tschatzl, stefank
Fri, 17 Apr 2015 10:46:41 +0200 8077936: Remove the unused java_lang_invoke_CallSite::target_volatile
stefank [Fri, 17 Apr 2015 10:46:41 +0200] rev 30263
8077936: Remove the unused java_lang_invoke_CallSite::target_volatile Reviewed-by: vlivanov, jrose
Fri, 17 Apr 2015 08:09:41 +0200 8077938: Remove TraceMarkSweep
brutisso [Fri, 17 Apr 2015 08:09:41 +0200] rev 30262
8077938: Remove TraceMarkSweep Reviewed-by: sjohanss, jmasa
Wed, 15 Apr 2015 11:42:20 -0400 8074545: Rename and clean up the ParGCAllocBuffer class
jprovino [Wed, 15 Apr 2015 11:42:20 -0400] rev 30261
8074545: Rename and clean up the ParGCAllocBuffer class Summary: Rename ParGCAllocBuffer to PLAB and rename affected files. Reviewed-by: tschatzl, kbarrett
Thu, 16 Apr 2015 15:31:20 +0200 8077417: Cleanup of Universe::initialize_heap()
pliden [Thu, 16 Apr 2015 15:31:20 +0200] rev 30260
8077417: Cleanup of Universe::initialize_heap() Reviewed-by: stefank, kbarrett
Thu, 16 Apr 2015 10:38:06 +0000 Merge
pliden [Thu, 16 Apr 2015 10:38:06 +0000] rev 30259
Merge
Thu, 16 Apr 2015 09:28:18 +0200 8077415: Remove duplicate variables holding the CollectedHeap
pliden [Thu, 16 Apr 2015 09:28:18 +0200] rev 30258
8077415: Remove duplicate variables holding the CollectedHeap Reviewed-by: stefank, kbarrett
Thu, 16 Apr 2015 09:16:19 +0200 8077841: G1: Remove PrintReachable support
brutisso [Thu, 16 Apr 2015 09:16:19 +0200] rev 30257
8077841: G1: Remove PrintReachable support Reviewed-by: stefank, tschatzl
Thu, 16 Apr 2015 09:13:14 +0200 8077873: G1: Remove G1SATBPrintStubs
brutisso [Thu, 16 Apr 2015 09:13:14 +0200] rev 30256
8077873: G1: Remove G1SATBPrintStubs Reviewed-by: kbarrett, tschatzl
Wed, 15 Apr 2015 16:37:57 -0400 8075466: SATB queue pre-filter verify found reclaimed humongous object
kbarrett [Wed, 15 Apr 2015 16:37:57 -0400] rev 30255
8075466: SATB queue pre-filter verify found reclaimed humongous object Summary: Removed pre-filter verify, and made filtering more careful. Reviewed-by: brutisso, tschatzl
Tue, 21 Apr 2015 10:23:13 +0200 8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean
sjiang [Tue, 21 Apr 2015 10:23:13 +0200] rev 30254
8078144: many nightly tests failed due to NoSuchMethodError: sun.management.ManagementFactoryHelper.getDiagnosticMXBean Reviewed-by: alanb, sla
Mon, 20 Apr 2015 22:07:09 -0400 8074026: Deprecated UseBoundThreads, DefaultThreadPriority and NoYieldsInMicrolock VM options still defined in globals.hpp
ddmitriev [Mon, 20 Apr 2015 22:07:09 -0400] rev 30253
8074026: Deprecated UseBoundThreads, DefaultThreadPriority and NoYieldsInMicrolock VM options still defined in globals.hpp Reviewed-by: dholmes, mseledtsov
Mon, 20 Apr 2015 21:32:28 -0400 8077674: BSD build failures due to undefined macros
dholmes [Mon, 20 Apr 2015 21:32:28 -0400] rev 30252
8077674: BSD build failures due to undefined macros Reviewed-by: dsamersoff, kbarrett, hseigel
Fri, 17 Apr 2015 22:50:10 -0400 8077308: Fix warning: increase O_BUFLEN in ostream.hpp -- output truncated
dholmes [Fri, 17 Apr 2015 22:50:10 -0400] rev 30251
8077308: Fix warning: increase O_BUFLEN in ostream.hpp -- output truncated Reviewed-by: dholmes, hseigel Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2015 23:55:04 +0000 Merge
ctornqvi [Fri, 17 Apr 2015 23:55:04 +0000] rev 30250
Merge
Fri, 17 Apr 2015 16:12:16 -0700 8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
ctornqvi [Fri, 17 Apr 2015 16:12:16 -0700] rev 30249
8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode Reviewed-by: sla, gtriantafill
Fri, 17 Apr 2015 14:37:20 -0700 Merge
ccheung [Fri, 17 Apr 2015 14:37:20 -0700] rev 30248
Merge
Fri, 17 Apr 2015 10:53:31 +0200 8042901: Allow com.sun.management to be in a different module to java.lang.management
sjiang [Fri, 17 Apr 2015 10:53:31 +0200] rev 30247
8042901: Allow com.sun.management to be in a different module to java.lang.management Reviewed-by: mchung, dfuchs, erikj, jbachorik
Thu, 16 Apr 2015 19:27:43 +0000 Merge
dcubed [Thu, 16 Apr 2015 19:27:43 +0000] rev 30246
Merge
Thu, 16 Apr 2015 17:57:18 +0000 Merge
dcubed [Thu, 16 Apr 2015 17:57:18 +0000] rev 30245
Merge
Thu, 16 Apr 2015 08:23:26 -0700 8073165: Contended Locking fast exit bucket
dcubed [Thu, 16 Apr 2015 08:23:26 -0700] rev 30244
8073165: Contended Locking fast exit bucket Summary: JEP-143/JDK-8073165 Contended Locking fast exit bucket Reviewed-by: dholmes, acorn, dice, dcubed Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
Thu, 16 Apr 2015 17:44:26 +0000 Merge
hseigel [Thu, 16 Apr 2015 17:44:26 +0000] rev 30243
Merge
Thu, 16 Apr 2015 11:00:10 -0400 8073989: Deprecated integer options are considered as invalid instead of deprecated in Java 9
mockner [Thu, 16 Apr 2015 11:00:10 -0400] rev 30242
8073989: Deprecated integer options are considered as invalid instead of deprecated in Java 9 Summary: Deprecated integer options are now recognized as being deprecated. Reviewed-by: dholmes, hseigel, ddmitriev
Thu, 16 Apr 2015 10:30:59 -0400 8029630: Thread id should be displayed as a hex number in error report
mockner [Thu, 16 Apr 2015 10:30:59 -0400] rev 30241
8029630: Thread id should be displayed as a hex number in error report Summary: Thread id is now displayed as a hex number in error report. Reviewed-by: dholmes, hseigel, stuefe
Wed, 15 Apr 2015 17:34:28 -0700 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi [Wed, 15 Apr 2015 17:34:28 -0700] rev 30240
8074354: Make CreateMinidumpOnCrash a new name and available on all platforms Summary: Rename CreateMinidumpOnCrash which is used only for Windows as CreateCoredumpOnCrash and make it available for all platforms. Changed order for dumping core on Windows to be similar on other platforms. Also reviewed by thomas.stuefe@gmail.com Reviewed-by: dcubed Contributed-by: yumin.qi@oracle.com, thomas.stuefe@gmail.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip