Tue, 19 Feb 2019 10:02:00 +0100 8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
stefank [Tue, 19 Feb 2019 10:02:00 +0100] rev 53810
8218733: SA: CollectedHeap provides broken implementation for used() and capacity() Reviewed-by: shade, jgeorge, eosterlund
Tue, 19 Feb 2019 10:01:50 +0100 8218732: SA: Resolves ZPageAllocator::_physical incorrectly
stefank [Tue, 19 Feb 2019 10:01:50 +0100] rev 53809
8218732: SA: Resolves ZPageAllocator::_physical incorrectly Reviewed-by: eosterlund, jgeorge
Tue, 19 Feb 2019 10:00:51 +0100 8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject
stefank [Tue, 19 Feb 2019 10:00:51 +0100] rev 53808
8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject Reviewed-by: eosterlund
Mon, 18 Feb 2019 09:38:43 +0100 8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
mbaesken [Mon, 18 Feb 2019 09:38:43 +0100] rev 53807
8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark Reviewed-by: shade, lucy
Tue, 19 Feb 2019 08:58:55 +0100 8218721: C1's CEE optimization produces safepoint poll with invalid debug information
thartmann [Tue, 19 Feb 2019 08:58:55 +0100] rev 53806
8218721: C1's CEE optimization produces safepoint poll with invalid debug information Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not. Reviewed-by: vlivanov, mdoerr
Tue, 19 Feb 2019 11:52:19 +0530 Merge
psadhukhan [Tue, 19 Feb 2019 11:52:19 +0530] rev 53805
Merge
Mon, 18 Feb 2019 10:45:21 +0530 Merge
psadhukhan [Mon, 18 Feb 2019 10:45:21 +0530] rev 53804
Merge
Sun, 17 Feb 2019 15:15:30 -0800 8212678: Windows IME related patch
itakiguchi [Sun, 17 Feb 2019 15:15:30 -0800] rev 53803
8212678: Windows IME related patch Reviewed-by: serb, naoto
Fri, 15 Feb 2019 10:06:25 -0800 8218473: JOptionPane display issue with GTKLookAndFeel
ssadetsky [Fri, 15 Feb 2019 10:06:25 -0800] rev 53802
8218473: JOptionPane display issue with GTKLookAndFeel Reviewed-by: prr, serb
Fri, 15 Feb 2019 10:01:16 -0800 8218479: JTextPane display issue with GTKLookAndFeel
ssadetsky [Fri, 15 Feb 2019 10:01:16 -0800] rev 53801
8218479: JTextPane display issue with GTKLookAndFeel Reviewed-by: prr, serb
Fri, 15 Feb 2019 10:58:57 +0530 8218469: JSlider display issue with slider for GTKLookAndFeel
pbansal [Fri, 15 Feb 2019 10:58:57 +0530] rev 53800
8218469: JSlider display issue with slider for GTKLookAndFeel 8218470: JScrollBar display issue with GTKLookAndFeel 8218472: JProgressBar display issue with GTKLookAndFeel 8203627: Swing applications with JRadioButton and JCheckbox fail to render correctly when using GTK3 and the GTK L&F Reviewed-by: serb, prr
Thu, 14 Feb 2019 20:20:49 +0000 8218682: [TEST_BUG] DashOffset fails in mach5
aivanov [Thu, 14 Feb 2019 20:20:49 +0000] rev 53799
8218682: [TEST_BUG] DashOffset fails in mach5 8198411: [TEST_BUG] Two java2d tests are unstable in mach5 Summary: Skip testing VolatileImage if IndexColorModel is detected Reviewed-by: prr, serb
Wed, 13 Feb 2019 22:40:08 -0800 8218599: Add test group jdk_client_sanity under jdk_desktop group
akolarkunnu [Wed, 13 Feb 2019 22:40:08 -0800] rev 53798
8218599: Add test group jdk_client_sanity under jdk_desktop group Reviewed-by: serb, prr
Fri, 08 Feb 2019 16:37:35 +0300 8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
dchuyko [Fri, 08 Feb 2019 16:37:35 +0300] rev 53797
8215130: Fix errors in LittleCMS 2.9 reported by GCC 8 Reviewed-by: prr
Thu, 07 Feb 2019 13:57:12 +0000 8217263: Automate DashOffset test
aivanov [Thu, 07 Feb 2019 13:57:12 +0000] rev 53796
8217263: Automate DashOffset test Reviewed-by: prr, serb
Thu, 07 Feb 2019 12:16:41 +0530 Merge
psadhukhan [Thu, 07 Feb 2019 12:16:41 +0530] rev 53795
Merge
Wed, 06 Feb 2019 17:28:37 +0530 8207938: At step6,Click Add button,case failed automatically.
mhalder [Wed, 06 Feb 2019 17:28:37 +0530] rev 53794
8207938: At step6,Click Add button,case failed automatically. Reviewed-by: kaddepalli, psadhukhan
Tue, 05 Feb 2019 14:54:06 -0800 8216592: Removal of the class sun.awt.AWTSecurityManager
serb [Tue, 05 Feb 2019 14:54:06 -0800] rev 53793
8216592: Removal of the class sun.awt.AWTSecurityManager Reviewed-by: prr
Mon, 18 Feb 2019 16:34:46 -0500 8214363: HeapWord should not be a fake class
kbarrett [Mon, 18 Feb 2019 16:34:46 -0500] rev 53792
8214363: HeapWord should not be a fake class Summary: Change HeapWord and MetaWord to be pointers to incomplete types. Reviewed-by: tschatzl, mikael, coleenp, pliden
Mon, 18 Feb 2019 09:31:07 -0800 8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac
iignatyev [Mon, 18 Feb 2019 09:31:07 -0800] rev 53791
8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac Reviewed-by: thartmann
Mon, 18 Feb 2019 15:33:43 +0100 8219232: Unit of concurrent active time logging is wrong
thartmann [Mon, 18 Feb 2019 15:33:43 +0100] rev 53790
8219232: Unit of concurrent active time logging is wrong Summary: Changed value from seconds to milliseconds. Reviewed-by: shade
Mon, 18 Feb 2019 12:16:02 +0100 8218991: s390: Add intrinsic for GHASH algorithm
mdoerr [Mon, 18 Feb 2019 12:16:02 +0100] rev 53789
8218991: s390: Add intrinsic for GHASH algorithm Reviewed-by: lucy, simonis
Mon, 18 Feb 2019 12:08:08 +0100 8217389: JTREG: Clean up, remove unused variable warnings
lkorinth [Mon, 18 Feb 2019 12:08:08 +0100] rev 53788
8217389: JTREG: Clean up, remove unused variable warnings Reviewed-by: lmesnik, tschatzl
Mon, 18 Feb 2019 10:48:48 +0100 8217385: JTREG: Clean up, make sure to close resources
lkorinth [Mon, 18 Feb 2019 10:48:48 +0100] rev 53787
8217385: JTREG: Clean up, make sure to close resources Reviewed-by: tschatzl, sangheki
Wed, 13 Feb 2019 13:27:17 +0100 8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
goetz [Wed, 13 Feb 2019 13:27:17 +0100] rev 53786
8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java Reviewed-by: prr, serb
Sat, 16 Feb 2019 21:15:33 +0100 8216049: stringTable::intern creates redundant String when looking up existing one
shade [Sat, 16 Feb 2019 21:15:33 +0100] rev 53785
8216049: stringTable::intern creates redundant String when looking up existing one Reviewed-by: redestad, gziemski, rehn, zgu, jiangli
Sat, 16 Feb 2019 11:40:34 +0900 8204551: Event descriptions are truncated in logs
ysuenaga [Sat, 16 Feb 2019 11:40:34 +0900] rev 53784
8204551: Event descriptions are truncated in logs Reviewed-by: coleenp, coleenp
Fri, 15 Feb 2019 11:46:15 -0300 8219011: Implement MacroAssembler::warn method on AArch64
mbalao [Fri, 15 Feb 2019 11:46:15 -0300] rev 53783
8219011: Implement MacroAssembler::warn method on AArch64 Reviewed-by: adinn
Fri, 15 Feb 2019 12:33:11 -0800 8218941: jdb should support a dbgtrace command that acts the same as the dbgtrace command line option
cjplummer [Fri, 15 Feb 2019 12:33:11 -0800] rev 53782
8218941: jdb should support a dbgtrace command that acts the same as the dbgtrace command line option Summary: added dbgtrace command. Reviewed-by: sspitsyn, amenkov, gadams
Fri, 15 Feb 2019 11:18:01 -0800 8215249: Miscellaneous changes imported from jsr166 CVS 2019-02
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53781
8215249: Miscellaneous changes imported from jsr166 CVS 2019-02 Reviewed-by: martin, chegar, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip