Wed, 09 Dec 2015 14:49:26 +0100 8144837: Improve the printout of heap regions in hs_err dump files.
david [Wed, 09 Dec 2015 14:49:26 +0100] rev 34671
8144837: Improve the printout of heap regions in hs_err dump files. Reviewed-by: stefank, sjohanss
Wed, 09 Dec 2015 15:31:25 +0530 8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
kevinw [Wed, 09 Dec 2015 15:31:25 +0530] rev 34670
8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot Reviewed-by: dholmes, sla Contributed-by: cheleswer.sahu@oracle.com
Tue, 08 Dec 2015 20:51:09 -0500 8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"
goetz [Tue, 08 Dec 2015 20:51:09 -0500] rev 34669
8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded" Reviewed-by: dholmes
Tue, 08 Dec 2015 21:46:56 +0000 Merge
mikael [Tue, 08 Dec 2015 21:46:56 +0000] rev 34668
Merge
Tue, 08 Dec 2015 11:36:16 -0800 8144881: Various fixes to linux/sparc
mikael [Tue, 08 Dec 2015 11:36:16 -0800] rev 34667
8144881: Various fixes to linux/sparc Summary: Fixed sigflags printing, format specfiers, codeCache includes and some function returns Reviewed-by: dsamersoff, simonis
Tue, 08 Dec 2015 20:04:03 +0100 8140485: Class load and creation cleanup
mgronlun [Tue, 08 Dec 2015 20:04:03 +0100] rev 34666
8140485: Class load and creation cleanup Reviewed-by: hseigel, coleenp, sspitsyn
Tue, 08 Dec 2015 05:50:46 -0800 8140031: SA: Searching for a value in Threads does not work
poonam [Tue, 08 Dec 2015 05:50:46 -0800] rev 34665
8140031: SA: Searching for a value in Threads does not work Summary: Improve the thread and threads commands in CLHSDB Reviewed-by: dsamersoff
Mon, 07 Dec 2015 21:14:56 +0800 8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
fyang [Mon, 07 Dec 2015 21:14:56 +0800] rev 34664
8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto Summary: Fix typo in stub generate_cipherBlockChaining_decryptAESCrypt Reviewed-by: roland
Mon, 07 Dec 2015 21:03:56 +0000 Merge
jwilhelm [Mon, 07 Dec 2015 21:03:56 +0000] rev 34663
Merge
Mon, 07 Dec 2015 17:29:27 +0000 Merge
jwilhelm [Mon, 07 Dec 2015 17:29:27 +0000] rev 34662
Merge
Fri, 04 Dec 2015 15:24:14 -0800 8142341: GC: current flags need ranges to be implemented
sangheki [Fri, 04 Dec 2015 15:24:14 -0800] rev 34661
8142341: GC: current flags need ranges to be implemented Summary: Add explicit ranges and constraint for all gc flags Reviewed-by: jwilhelm, gziemski, ddmitriev, tbenson
Mon, 07 Dec 2015 19:21:40 +0000 Merge
iklam [Mon, 07 Dec 2015 19:21:40 +0000] rev 34660
Merge
Wed, 02 Dec 2015 18:14:54 -0800 8143615: compactHashtable.hpp includes .inline.hpp file
iklam [Wed, 02 Dec 2015 18:14:54 -0800] rev 34659
8143615: compactHashtable.hpp includes .inline.hpp file Reviewed-by: dholmes, stefank
Mon, 07 Dec 2015 17:16:13 +0000 Merge
jprovino [Mon, 07 Dec 2015 17:16:13 +0000] rev 34658
Merge
Mon, 07 Dec 2015 17:04:42 +0000 Merge
jprovino [Mon, 07 Dec 2015 17:04:42 +0000] rev 34657
Merge
Fri, 04 Dec 2015 13:02:25 +0100 8144146: Unified Logging tags cannot be reserved keywords
mlarsson [Fri, 04 Dec 2015 13:02:25 +0100] rev 34656
8144146: Unified Logging tags cannot be reserved keywords Reviewed-by: dholmes, sla
Fri, 04 Dec 2015 09:36:16 -0800 8144605: Invalid format specifier when printing in_cset_state_t
mikael [Fri, 04 Dec 2015 09:36:16 -0800] rev 34655
8144605: Invalid format specifier when printing in_cset_state_t Summary: Use existing CSETSTATE_FORMAT macro in format string Reviewed-by: kbarrett, tschatzl
Sun, 06 Dec 2015 06:08:48 +0000 Merge
mikael [Sun, 06 Dec 2015 06:08:48 +0000] rev 34654
Merge
Fri, 04 Dec 2015 14:32:25 -0800 8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
mikael [Fri, 04 Dec 2015 14:32:25 -0800] rev 34653
8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly Summary: Fix constraints and signedness in comparisons Reviewed-by: kbarrett
Sat, 05 Dec 2015 17:14:02 +0000 Merge
coleenp [Sat, 05 Dec 2015 17:14:02 +0000] rev 34652
Merge
Sat, 05 Dec 2015 10:40:22 -0500 8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
coleenp [Sat, 05 Dec 2015 10:40:22 -0500] rev 34651
8144534: Refactor templateInterpreter and templateInterpreterGenerator functions Summary: merged templateInterpreter_x86_32/64 into templateInterpreterGenerator_x86.cpp (some 32/64 functions remain for the hand coded crc functions). Reviewed-by: goetz, jrose, twisti
Sat, 05 Dec 2015 15:17:29 +0100 8144690: g1Predictions.hpp includes allocation.inline.hpp
tschatzl [Sat, 05 Dec 2015 15:17:29 +0100] rev 34650
8144690: g1Predictions.hpp includes allocation.inline.hpp Summary: Remove offending (and unnecessary) include statement. Reviewed-by: stefank, jmasa
Sat, 05 Dec 2015 15:16:01 +0100 8144583: Test sanity/ExecuteInternalVMTests.java fails
tschatzl [Sat, 05 Dec 2015 15:16:01 +0100] rev 34649
8144583: Test sanity/ExecuteInternalVMTests.java fails Summary: Remove a test that is highly dependent on timing. Reviewed-by: jwilhelm
Sat, 05 Dec 2015 05:15:35 -0500 8144192: Enhancements-to-print_siginfo-windows
stuefe [Sat, 05 Dec 2015 05:15:35 -0500] rev 34648
8144192: Enhancements-to-print_siginfo-windows Summary: some small enhancement to os::print_siginfo for Windows Reviewed-by: dholmes
Mon, 16 Nov 2015 10:58:14 +0100 8143125: [aix] Further Developments for AIX
stuefe [Mon, 16 Nov 2015 10:58:14 +0100] rev 34647
8143125: [aix] Further Developments for AIX Summary: Port newest AIX port developemnts to OpenJDK. Reviewed-by: goetz, simonis
Sat, 05 Dec 2015 07:16:52 +0100 8144702: Using tid decorator in Unified Logging may crash VM
stuefe [Sat, 05 Dec 2015 07:16:52 +0100] rev 34646
8144702: Using tid decorator in Unified Logging may crash VM Summary: LogDecorations::create_tid_decoration should avoid Thread::current() if possible. Reviewed-by: mlarsson, coleenp
Sat, 05 Dec 2015 03:10:50 +0000 Merge
dsamersoff [Sat, 05 Dec 2015 03:10:50 +0000] rev 34645
Merge
Fri, 04 Dec 2015 18:40:03 +0000 Merge
dsamersoff [Fri, 04 Dec 2015 18:40:03 +0000] rev 34644
Merge
Fri, 04 Dec 2015 21:27:12 +0300 8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed
dsamersoff [Fri, 04 Dec 2015 21:27:12 +0300] rev 34643
8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed Summary: backout temporal fix Reviewed-by: dcubed
Sat, 05 Dec 2015 00:07:04 +0000 Merge
iklam [Sat, 05 Dec 2015 00:07:04 +0000] rev 34642
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip