Mon, 05 Feb 2018 11:12:09 +0800 8195981: Move some tests to OpenJDK for jdk_lang test group
amlu [Mon, 05 Feb 2018 11:12:09 +0800] rev 48742
8195981: Move some tests to OpenJDK for jdk_lang test group Reviewed-by: alanb, mchung
Sun, 04 Feb 2018 21:00:19 -0500 8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11
dholmes [Sun, 04 Feb 2018 21:00:19 -0500] rev 48741
8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11 Reviewed-by: alanb, iklam, ccheung
Sat, 03 Feb 2018 21:12:37 -0800 8196740: Character.digit(int,int) returns wrong value for out of range radix
igerasim [Sat, 03 Feb 2018 21:12:37 -0800] rev 48740
8196740: Character.digit(int,int) returns wrong value for out of range radix Reviewed-by: redestad
Fri, 02 Feb 2018 12:34:58 -0800 8196609: Improve javadoc for java.time.Instant.getEpochSecond
martin [Fri, 02 Feb 2018 12:34:58 -0800] rev 48739
8196609: Improve javadoc for java.time.Instant.getEpochSecond Reviewed-by: dfuchs
Fri, 02 Feb 2018 13:44:26 -0800 8166253: (ch) FileLock object can get GC'd and result in unexpected release of file lock
bpb [Fri, 02 Feb 2018 13:44:26 -0800] rev 48738
8166253: (ch) FileLock object can get GC'd and result in unexpected release of file lock Reviewed-by: alanb, dfuchs, mli, rriggs
Fri, 02 Feb 2018 14:17:07 -0500 8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
rriggs [Fri, 02 Feb 2018 14:17:07 -0500] rev 48737
8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner Reviewed-by: chegar, plevart
Fri, 02 Feb 2018 10:32:59 -0800 Merge
prr [Fri, 02 Feb 2018 10:32:59 -0800] rev 48736
Merge
Fri, 02 Feb 2018 09:04:45 -0800 Merge
prr [Fri, 02 Feb 2018 09:04:45 -0800] rev 48735
Merge
Fri, 02 Feb 2018 17:02:45 +0530 8196443: javax/swing/JList/BasicListTest.java has invalid tag
pbansal [Fri, 02 Feb 2018 17:02:45 +0530] rev 48734
8196443: javax/swing/JList/BasicListTest.java has invalid tag Reviewed-by: psadhukhan, ssadetsky
Thu, 01 Feb 2018 16:38:25 +0530 7007967: DefaultRowSorter: incorrect sorting due to not updating comparator cache
pbansal [Thu, 01 Feb 2018 16:38:25 +0530] rev 48733
7007967: DefaultRowSorter: incorrect sorting due to not updating comparator cache Reviewed-by: serb, jdv
Wed, 31 Jan 2018 15:36:44 -0800 8196468: Client jtreg ProblemList updates
prr [Wed, 31 Jan 2018 15:36:44 -0800] rev 48732
8196468: Client jtreg ProblemList updates Reviewed-by: serb
Wed, 31 Jan 2018 09:20:54 -0800 8196509: Linux UI applications broken by the build change for JDK-8196218
prr [Wed, 31 Jan 2018 09:20:54 -0800] rev 48731
8196509: Linux UI applications broken by the build change for JDK-8196218 Reviewed-by: serb
Fri, 26 Jan 2018 16:45:08 +0100 8196218: [linux] libfontmanager should be linked against headless awt library
sgehwolf [Fri, 26 Jan 2018 16:45:08 +0100] rev 48730
8196218: [linux] libfontmanager should be linked against headless awt library Summary: Also remove linker flags filtering (technical dept). Reviewed-by: prr, erikj
Tue, 30 Jan 2018 09:03:47 -0800 Merge
prr [Tue, 30 Jan 2018 09:03:47 -0800] rev 48729
Merge
Tue, 30 Jan 2018 11:53:00 +0530 8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size
jdv [Tue, 30 Jan 2018 11:53:00 +0530] rev 48728
8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size Reviewed-by: serb, pnarayanan
Fri, 26 Jan 2018 15:38:18 -0800 8193483: Update client-libs ProblemList.txt
prr [Fri, 26 Jan 2018 15:38:18 -0800] rev 48727
8193483: Update client-libs ProblemList.txt Reviewed-by: serb
Fri, 26 Jan 2018 10:49:37 -0800 8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization
ssadetsky [Fri, 26 Jan 2018 10:49:37 -0800] rev 48726
8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization Reviewed-by: serb, prr
Mon, 22 Jan 2018 08:00:43 -0800 6990210: [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome
serb [Mon, 22 Jan 2018 08:00:43 -0800] rev 48725
6990210: [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome Reviewed-by: serb Contributed-by: Michal Vala <mvala@redhat.com>
Fri, 02 Feb 2018 10:31:05 -0800 8196627: Update MultiReleaseJarAwareSJFM.java to be version agnostic
darcy [Fri, 02 Feb 2018 10:31:05 -0800] rev 48724
8196627: Update MultiReleaseJarAwareSJFM.java to be version agnostic Reviewed-by: vromero
Fri, 02 Feb 2018 10:29:25 -0800 8196623: Update JavaBaseTest.java to be version agnostic
darcy [Fri, 02 Feb 2018 10:29:25 -0800] rev 48723
8196623: Update JavaBaseTest.java to be version agnostic Reviewed-by: vromero
Fri, 02 Feb 2018 09:18:16 -0800 8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb [Fri, 02 Feb 2018 09:18:16 -0800] rev 48722
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList Reviewed-by: alanb, psandoz
Fri, 02 Feb 2018 07:43:54 -0500 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero [Fri, 02 Feb 2018 07:43:54 -0500] rev 48721
8196403: remove the remaining use of string keys for errors and warnings in the compiler Reviewed-by: mcimadamore, jlahoda
Fri, 02 Feb 2018 23:21:12 +0530 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama [Fri, 02 Feb 2018 23:21:12 +0530] rev 48720
8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one Summary: Sort ScriptEngineFactory by name so that same engine is retrieved across all OS Reviewed-by: alanb, sundar Contributed-by: srinivas.dama@oracle.com
Fri, 02 Feb 2018 02:55:00 +0000 Merge
lana [Fri, 02 Feb 2018 02:55:00 +0000] rev 48719
Merge
Fri, 02 Feb 2018 01:52:03 +0000 Merge
lana [Fri, 02 Feb 2018 01:52:03 +0000] rev 48718
Merge
Thu, 01 Feb 2018 11:58:38 +0100 8196503: PPC64: vtableStubs gtest fails after 8174962
mdoerr [Thu, 01 Feb 2018 11:58:38 +0100] rev 48717
8196503: PPC64: vtableStubs gtest fails after 8174962 Reviewed-by: goetz
Wed, 31 Jan 2018 22:55:12 -0800 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil [Wed, 31 Jan 2018 22:55:12 -0800] rev 48716
8195837: (tz) Upgrade time-zone data to tzdata2018c Reviewed-by: coffeys, naoto
Tue, 30 Jan 2018 19:13:26 -0800 8195852: The usage of permissions in Desktop API should be clarified jdk-10+42
serb [Tue, 30 Jan 2018 19:13:26 -0800] rev 48715
8195852: The usage of permissions in Desktop API should be clarified Reviewed-by: prr
Fri, 26 Jan 2018 16:38:21 +0000 8196221: AArch64: Mistake in committed patch for JDK-8195859
adinn [Fri, 26 Jan 2018 16:38:21 +0000] rev 48714
8196221: AArch64: Mistake in committed patch for JDK-8195859 Summary: The wrong patch was committed for JDK-8195859 Reviewed-by: aph
Tue, 30 Jan 2018 09:08:44 +0100 8196296: Lucene test crashes C2 compilation
roland [Tue, 30 Jan 2018 09:08:44 +0100] rev 48713
8196296: Lucene test crashes C2 compilation Summary: Prevent merging of back to back ifs if one is a counted loop end. Reviewed-by: kvn, thartmann
Fri, 26 Jan 2018 13:13:19 -0800 8196295: [Graal] remove unused org.graalvm.options package
iveresov [Fri, 26 Jan 2018 13:13:19 -0800] rev 48712
8196295: [Graal] remove unused org.graalvm.options package Reviewed-by: thartmann, kvn
Fri, 26 Jan 2018 12:07:35 -0800 8196287: Update src/java.desktop/share/legal/libpng.md for libpng 1.6.34
prr [Fri, 26 Jan 2018 12:07:35 -0800] rev 48711
8196287: Update src/java.desktop/share/legal/libpng.md for libpng 1.6.34 Reviewed-by: ssadetsky
Fri, 26 Jan 2018 09:35:15 -0800 8195970: Crash passing null to a VarHandle
psandoz [Fri, 26 Jan 2018 09:35:15 -0800] rev 48710
8195970: Crash passing null to a VarHandle Reviewed-by: mchung, alanb
Thu, 25 Jan 2018 14:47:27 +0000 8195859: AArch64: vtableStubs gtest fails after 8174962
adinn [Thu, 25 Jan 2018 14:47:27 +0000] rev 48709
8195859: AArch64: vtableStubs gtest fails after 8174962 Summary: gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding Reviewed-by: duke
Thu, 25 Jan 2018 20:56:49 +0000 Added tag jdk-10+41 for changeset 3eae36c6baa5
lana [Thu, 25 Jan 2018 20:56:49 +0000] rev 48708
Added tag jdk-10+41 for changeset 3eae36c6baa5
Thu, 25 Jan 2018 11:56:32 +0000 8196136: AArch64: Correct register use in patch for JDK-8195685
adinn [Thu, 25 Jan 2018 11:56:32 +0000] rev 48707
8196136: AArch64: Correct register use in patch for JDK-8195685 Summary: itable stubs must not use java argument registers as scratch registers Reviewed-by: aph
Mon, 22 Jan 2018 15:19:02 +0000 8194739: Zero port of 8174962: Better interface invocations
aph [Mon, 22 Jan 2018 15:19:02 +0000] rev 48706
8194739: Zero port of 8174962: Better interface invocations Reviewed-by: adinn, coleenp
Tue, 19 Dec 2017 17:31:53 -0500 8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48705
8193840: Add compiler/c2/Test8007294.java to the problem list Reviewed-by: coleenp
Thu, 18 Jan 2018 19:21:11 +0100 8191915: JCK tests produce incorrect results with C2
rbackman [Thu, 18 Jan 2018 19:21:11 +0100] rev 48704
8191915: JCK tests produce incorrect results with C2 Reviewed-by: thartmann, vlivanov, goetz
Tue, 23 Jan 2018 12:23:55 +0000 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data jdk-10+41
chegar [Tue, 23 Jan 2018 12:23:55 +0000] rev 48703
8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data Reviewed-by: dfuchs, michaelm
Tue, 23 Jan 2018 13:46:34 +0530 8194135: The content in textArea can not be pasted after clicking "Copy" button.
sveerabhadra [Tue, 23 Jan 2018 13:46:34 +0530] rev 48702
8194135: The content in textArea can not be pasted after clicking "Copy" button. Reviewed-by: serb, ssadetsky
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 48701
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
Fri, 19 Jan 2018 09:49:35 -0500 8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
mullan [Fri, 19 Jan 2018 09:49:35 -0500] rev 48700
8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password Reviewed-by: weijun, vinnie
Thu, 18 Jan 2018 16:15:16 -0800 8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows
mchung [Thu, 18 Jan 2018 16:15:16 -0800] rev 48699
8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows Reviewed-by: alanb
Thu, 01 Feb 2018 21:03:37 -0500 8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
dholmes [Thu, 01 Feb 2018 21:03:37 -0500] rev 48698
8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings Reviewed-by: sspitsyn
Thu, 01 Feb 2018 15:53:51 -0800 8193830: Xalan Update: Xalan Java 2.7.2
joehw [Thu, 01 Feb 2018 15:53:51 -0800] rev 48697
8193830: Xalan Update: Xalan Java 2.7.2 Reviewed-by: lancea
Thu, 01 Feb 2018 09:40:38 -0800 8139206: Add InputStream readNBytes(int len)
bpb [Thu, 01 Feb 2018 09:40:38 -0800] rev 48696
8139206: Add InputStream readNBytes(int len) Reviewed-by: alanb, chegar, plevart, apetcher, rriggs, weijun
Thu, 01 Feb 2018 09:20:40 -0800 8196585: Make custom extension point additions
erikj [Thu, 01 Feb 2018 09:20:40 -0800] rev 48695
8196585: Make custom extension point additions Reviewed-by: erikj Contributed-by: andrew_m_leonard@uk.ibm.com
Thu, 01 Feb 2018 09:16:03 -0800 8196551: Update TestSourceVersion.java to be robust across version changes
darcy [Thu, 01 Feb 2018 09:16:03 -0800] rev 48694
8196551: Update TestSourceVersion.java to be robust across version changes Reviewed-by: vromero
Thu, 01 Feb 2018 09:07:25 -0800 8196524: Align MaxRAMPercentage settings between open and closed
erikj [Thu, 01 Feb 2018 09:07:25 -0800] rev 48693
8196524: Align MaxRAMPercentage settings between open and closed Reviewed-by: dholmes, tbell
Wed, 31 Jan 2018 15:15:09 -0800 8196310: jlink --suggest-providers fails with missing resource if --output specified
mchung [Wed, 31 Jan 2018 15:15:09 -0800] rev 48692
8196310: jlink --suggest-providers fails with missing resource if --output specified Reviewed-by: alanb, lancea, sundar
Wed, 31 Jan 2018 14:21:52 -0800 8193802: NullPointerException from JarFileSystem.getVersionMap()
sherman [Wed, 31 Jan 2018 14:21:52 -0800] rev 48691
8193802: NullPointerException from JarFileSystem.getVersionMap() Reviewed-by: mchung
Wed, 31 Jan 2018 11:25:34 -0800 8194070: Update various tests to pass under JDK 11
darcy [Wed, 31 Jan 2018 11:25:34 -0800] rev 48690
8194070: Update various tests to pass under JDK 11 Reviewed-by: alanb, sherman, psandoz
Wed, 31 Jan 2018 10:34:59 -0800 8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
sherman [Wed, 31 Jan 2018 10:34:59 -0800] rev 48689
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3 Reviewed-by: rriggs, alanb, psandoz
Wed, 31 Jan 2018 08:42:59 -0800 8166339: Code conversion working behavior was changed for x-IBM834
sherman [Wed, 31 Jan 2018 08:42:59 -0800] rev 48688
8166339: Code conversion working behavior was changed for x-IBM834 Reviewed-by: coffeys
Wed, 31 Jan 2018 12:04:53 +0800 8196211: Move two sun/nio/cs tests into OpenJDK
amlu [Wed, 31 Jan 2018 12:04:53 +0800] rev 48687
8196211: Move two sun/nio/cs tests into OpenJDK Reviewed-by: psandoz
Tue, 30 Jan 2018 11:08:50 -0800 8196207: Inefficient ArrayList.subList().toArray()
dl [Tue, 30 Jan 2018 11:08:50 -0800] rev 48686
8196207: Inefficient ArrayList.subList().toArray() Reviewed-by: martin, psandoz, jrose, redestad Contributed-by: Sergei Tsypanov <sergei.tsypanov@yandex.ru>
Tue, 30 Jan 2018 10:42:13 -0800 8196414: Update ProviderVersionCheck.java to pass on updated JDK versions
darcy [Tue, 30 Jan 2018 10:42:13 -0800] rev 48685
8196414: Update ProviderVersionCheck.java to pass on updated JDK versions Reviewed-by: mullan
Tue, 30 Jan 2018 18:57:49 +0100 8196331: Optimize Character.digit for latin1 input
redestad [Tue, 30 Jan 2018 18:57:49 +0100] rev 48684
8196331: Optimize Character.digit for latin1 input Reviewed-by: psandoz, martin, sherman
Fri, 26 Jan 2018 11:27:53 -0800 8194268: Incorrect parameter names for synthetic methods
cushon [Fri, 26 Jan 2018 11:27:53 -0800] rev 48683
8194268: Incorrect parameter names for synthetic methods Reviewed-by: jlahoda, vromero
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip