Mon, 22 Jan 2018 11:15:51 -0800 8195796: Reduce the size of relative URLs in generated docs
jjg [Mon, 22 Jan 2018 11:15:51 -0800] rev 48654
8195796: Reduce the size of relative URLs in generated docs Reviewed-by: ksrini
Mon, 22 Jan 2018 20:31:19 +0530 8195829: Parsing a nameless ES6 class results in a thrown NullPointerException.
sundar [Mon, 22 Jan 2018 20:31:19 +0530] rev 48653
8195829: Parsing a nameless ES6 class results in a thrown NullPointerException. Reviewed-by: jlaskey, hannesw
Fri, 19 Jan 2018 16:57:56 +0000 8195685: AArch64: AArch64 cannot build with JDK-8174962
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48652
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
Mon, 22 Jan 2018 12:00:41 +0800 8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
weijun [Mon, 22 Jan 2018 12:00:41 +0800] rev 48651
8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5 Reviewed-by: mullan
Fri, 19 Jan 2018 15:05:18 -0800 8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError
goetz [Fri, 19 Jan 2018 15:05:18 -0800] rev 48650
8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError Reviewed-by: ksrini, dholmes
Fri, 19 Jan 2018 21:05:23 +0100 8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail
jlahoda [Fri, 19 Jan 2018 21:05:23 +0100] rev 48649
8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail Summary: Adding proper @modules tag. Reviewed-by: vromero
Fri, 19 Jan 2018 09:32:10 -0800 Merge
prr [Fri, 19 Jan 2018 09:32:10 -0800] rev 48648
Merge
Thu, 18 Jan 2018 11:22:28 +0530 8176795: Wrong color drawn when painting translucent colors on volatile images using XRender.
jdv [Thu, 18 Jan 2018 11:22:28 +0530] rev 48647
8176795: Wrong color drawn when painting translucent colors on volatile images using XRender. Reviewed-by: prr, ceisserer, pnarayanan
Wed, 17 Jan 2018 09:08:44 -0800 Merge
prr [Wed, 17 Jan 2018 09:08:44 -0800] rev 48646
Merge
Wed, 17 Jan 2018 10:58:22 +0530 8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper
jdv [Wed, 17 Jan 2018 10:58:22 +0530] rev 48645
8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper Reviewed-by: serb, bpb, pnarayanan
Tue, 16 Jan 2018 10:49:49 +0530 8194489: Incorrect size computation at BandedSampleModel.createDataBuffer()
pnarayanan [Tue, 16 Jan 2018 10:49:49 +0530] rev 48644
8194489: Incorrect size computation at BandedSampleModel.createDataBuffer() Reviewed-by: bpb, jdv Contributed-by: prahalad.kumar.narayanan@oracle.com
Wed, 10 Jan 2018 12:45:14 +0530 8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image
jdv [Wed, 10 Jan 2018 12:45:14 +0530] rev 48643
8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image Reviewed-by: bpb, pnarayanan
Mon, 08 Jan 2018 08:53:14 -0800 Merge
prr [Mon, 08 Jan 2018 08:53:14 -0800] rev 48642
Merge
Tue, 26 Dec 2017 13:38:31 +0530 8190997: PNGImageReader throws NullPointerException when PLTE section is missing
jdv [Tue, 26 Dec 2017 13:38:31 +0530] rev 48641
8190997: PNGImageReader throws NullPointerException when PLTE section is missing Reviewed-by: serb, bpb, pnarayanan
Fri, 22 Dec 2017 11:00:06 +0530 8190192: Double click on the title bar no longer repositions the window
sveerabhadra [Fri, 22 Dec 2017 11:00:06 +0530] rev 48640
8190192: Double click on the title bar no longer repositions the window Reviewed-by: serb, prr
Wed, 20 Dec 2017 18:08:44 +0530 8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java
kaddepalli [Wed, 20 Dec 2017 18:08:44 +0530] rev 48639
8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java Reviewed-by: psadhukhan, serb, ssadetsky
Wed, 17 Jan 2018 19:05:58 +0100 8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
ehelin [Wed, 17 Jan 2018 19:05:58 +0100] rev 48638
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc() Reviewed-by: sjohanss, eosterlund
Sat, 13 Jan 2018 02:56:22 +0100 Merge
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48637
Merge
Thu, 11 Jan 2018 21:49:51 -0500 Merge
coleenp [Thu, 11 Jan 2018 21:49:51 -0500] rev 48636
Merge
Thu, 11 Jan 2018 18:42:36 -0500 8130039: Move the platform-specific [OS]Semaphore code
coleenp [Thu, 11 Jan 2018 18:42:36 -0500] rev 48635
8130039: Move the platform-specific [OS]Semaphore code 8130038: Unify the semaphore usage in os_xxx.cpp 8194763: os::signal_lookup is unused Reviewed-by: dholmes, kbarrett
Thu, 11 Jan 2018 20:25:13 -0500 8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
dstewart [Thu, 11 Jan 2018 20:25:13 -0500] rev 48634
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java" Reviewed-by: dholmes, zgu
Thu, 11 Jan 2018 11:28:51 +0100 8129440: G1 crash during concurrent root region scan
tschatzl [Thu, 11 Jan 2018 11:28:51 +0100] rev 48633
8129440: G1 crash during concurrent root region scan Summary: Make concurrent memory accesses to oops on the heap volatile to avoid reloading by the compiler duplicating oop loading code. Reviewed-by: ehelin, eosterlund
Thu, 11 Jan 2018 11:05:17 +0100 8180280: [TESTBUG] Test for JDK-8180048
tschatzl [Thu, 11 Jan 2018 11:05:17 +0100] rev 48632
8180280: [TESTBUG] Test for JDK-8180048 Summary: Add test at is executed only at higher tiers to allow more time for execution. Reviewed-by: kbarrett, eosterlund
Thu, 11 Jan 2018 10:40:01 +0100 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
tschatzl [Thu, 11 Jan 2018 10:40:01 +0100] rev 48631
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME Summary: During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME. Reviewed-by: ehelin, sjohanss, phh Contributed-by: thomas.schatzl@oracle.com, axel.siebenborn@sap.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 tip