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
Fri, 15 Feb 2019 11:18:01 -0800 8215363: needless signals in ForkJoinPool
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53780
8215363: needless signals in ForkJoinPool Reviewed-by: martin, chegar, dholmes
Fri, 15 Feb 2019 11:18:01 -0800 8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53779
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
Fri, 15 Feb 2019 11:18:01 -0800 8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53778
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp Reviewed-by: martin, chegar, dholmes
Fri, 15 Feb 2019 12:10:12 -0500 8219006: AArch64: Register corruption in slow subtype check
aph [Fri, 15 Feb 2019 12:10:12 -0500] rev 53777
8219006: AArch64: Register corruption in slow subtype check Reviewed-by: adinn
Fri, 15 Feb 2019 08:21:08 -0500 8218851: JVM crash in custom classloader stress test, JDK 12 & 13
coleenp [Fri, 15 Feb 2019 08:21:08 -0500] rev 53776
8218851: JVM crash in custom classloader stress test, JDK 12 & 13 Summary: Handle NULL and unloaded constraint class in loader constraint table, also cope with unloaded but not cleaned out klass in loader constraint entries. Reviewed-by: hseigel, huntch, stuefe
Fri, 15 Feb 2019 14:15:10 +0100 8203469: Faster safepoints
rehn [Fri, 15 Feb 2019 14:15:10 +0100] rev 53775
8203469: Faster safepoints Reviewed-by: dcubed, pchilanomate, dholmes, acorn, coleenp, eosterlund
Fri, 15 Feb 2019 07:53:03 -0500 8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops
hseigel [Fri, 15 Feb 2019 07:53:03 -0500] rev 53774
8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops Summary: On Windows, don't run sub-tests that can be affected by ASLR. Reviewed-by: coleenp, mseledtsov
Fri, 15 Feb 2019 12:09:53 +0100 8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round
jlahoda [Fri, 15 Feb 2019 12:09:53 +0100] rev 53773
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round Summary: When an annotation processor reports and error, defer reporting recoverable errors from the erroneous round to the last round, to avoid reporting errors that were resolved in the erroneous round. Reviewed-by: jjg
Fri, 15 Feb 2019 05:32:36 -0500 8219002: Some comments and error messages refer to VMDisconnectException
gadams [Fri, 15 Feb 2019 05:32:36 -0500] rev 53772
8219002: Some comments and error messages refer to VMDisconnectException Reviewed-by: cjplummer, sspitsyn
Thu, 14 Feb 2019 14:59:17 +0100 8214947: Assertion error in test: StringCompressInflateTest
phedlin [Thu, 14 Feb 2019 14:59:17 +0100] rev 53771
8214947: Assertion error in test: StringCompressInflateTest Reviewed-by: kvn, neliasso
Fri, 15 Feb 2019 04:12:18 -0500 8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares)
dholmes [Fri, 15 Feb 2019 04:12:18 -0500] rev 53770
8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares) Reviewed-by: iignatyev, dholmes Contributed-by: Wang Haomin <wanghaomin@loongson.cn>
Thu, 14 Feb 2019 23:45:03 -0800 8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
iignatyev [Thu, 14 Feb 2019 23:45:03 -0800] rev 53769
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp Reviewed-by: kvn, thartmann
Thu, 14 Feb 2019 22:57:37 -0500 8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
dholmes [Thu, 14 Feb 2019 22:57:37 -0500] rev 53768
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows Reviewed-by: kbarrett, coleenp, mikael, iignatyev
Thu, 14 Feb 2019 15:27:46 -0800 8161334: C2: Cast nodes hinder memory alias analysis
vlivanov [Thu, 14 Feb 2019 15:27:46 -0800] rev 53767
8161334: C2: Cast nodes hinder memory alias analysis Reviewed-by: kvn, thartmann
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 tip