jjg [Mon, 05 Feb 2018 11:35:56 -0800] rev 48747
8196736: Refactor HelpWriter and properties
Reviewed-by: ksrini
cushon [Mon, 05 Feb 2018 10:43:31 -0500] rev 48746
8190452: javac should not add MethodParameters attributes to v51 and earlier class files
Reviewed-by: vromero, jjg
dholmes [Mon, 05 Feb 2018 06:43:23 -0500] rev 48745
8196739: Disable obsolete/expired VM flag transitional warnings
Reviewed-by: kbarrett
dholmes [Mon, 05 Feb 2018 06:42:42 -0500] rev 48744
8196657: [Testbug] TestOptionsWithRanges will fail for newly obsoleted flags that have not yet been removed
Reviewed-by: kbarrett, tschatzl
ihse [Mon, 05 Feb 2018 09:15:32 +0100] rev 48743
8195689: Remove generated-configure.sh and instead use autoconf
Reviewed-by: erikj
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
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
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
martin [Fri, 02 Feb 2018 12:34:58 -0800] rev 48739
8196609: Improve javadoc for java.time.Instant.getEpochSecond
Reviewed-by: dfuchs
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
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
prr [Fri, 02 Feb 2018 10:32:59 -0800] rev 48736
Merge
prr [Fri, 02 Feb 2018 09:04:45 -0800] rev 48735
Merge
pbansal [Fri, 02 Feb 2018 17:02:45 +0530] rev 48734
8196443: javax/swing/JList/BasicListTest.java has invalid tag
Reviewed-by: psadhukhan, ssadetsky
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
prr [Wed, 31 Jan 2018 15:36:44 -0800] rev 48732
8196468: Client jtreg ProblemList updates
Reviewed-by: serb
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
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
prr [Tue, 30 Jan 2018 09:03:47 -0800] rev 48729
Merge
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
prr [Fri, 26 Jan 2018 15:38:18 -0800] rev 48727
8193483: Update client-libs ProblemList.txt
Reviewed-by: serb
ssadetsky [Fri, 26 Jan 2018 10:49:37 -0800] rev 48726
8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization
Reviewed-by: serb, prr
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>
darcy [Fri, 02 Feb 2018 10:31:05 -0800] rev 48724
8196627: Update MultiReleaseJarAwareSJFM.java to be version agnostic
Reviewed-by: vromero
darcy [Fri, 02 Feb 2018 10:29:25 -0800] rev 48723
8196623: Update JavaBaseTest.java to be version agnostic
Reviewed-by: vromero
bpb [Fri, 02 Feb 2018 09:18:16 -0800] rev 48722
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
Reviewed-by: alanb, psandoz
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
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