kaddepalli [Mon, 19 Mar 2018 12:29:23 +0530] rev 49299
8152974: AWT hang occurrs when sequenced events arrive out of sequence
Reviewed-by: serb, prr, ssadetsky
akolarkunnu [Fri, 16 Mar 2018 14:12:12 +0530] rev 49298
8197554: Create test for SwingSet TableDemo
Reviewed-by: serb
prr [Thu, 15 Mar 2018 11:36:11 -0700] rev 49297
Merge
pbansal [Thu, 15 Mar 2018 19:33:51 +0530] rev 49296
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
Reviewed-by: serb, kaddepalli
kaddepalli [Wed, 14 Mar 2018 15:41:29 +0530] rev 49295
8195095: Images are not scaled correctly in JEditorPane
Reviewed-by: ssadetsky, psadhukhan, mhalder
mcimadamore [Fri, 23 Mar 2018 16:53:54 +0000] rev 49294
8199910: Compiler crashes with -g option and variables of intersection type inferred by `var`
Summary: Javac should skip non-denotable types in the LocalVariableTypeTable attribute
Reviewed-by: jlahoda
Contributed-by: bitterfoxc@gmail.com
iignatyev [Fri, 23 Mar 2018 08:58:49 -0700] rev 49293
8200180: fix a typo in run-test framework documentation
Reviewed-by: erikj, ihse
rriggs [Fri, 23 Mar 2018 11:53:11 -0400] rev 49292
8199756: Simplify language, country, script, and variant property initialization
Reviewed-by: mchung, naoto, alanb
ihse [Fri, 23 Mar 2018 16:50:02 +0100] rev 49291
8200174: compare.sh improvements
Reviewed-by: erikj
alanb [Fri, 23 Mar 2018 14:18:18 +0000] rev 49290
8199791: (se) More Selector cleanup
Reviewed-by: redestad, bpb
ihse [Fri, 23 Mar 2018 09:51:02 +0100] rev 49289
8071469: Cleanup include and exclude of sound native libraries
Reviewed-by: amenkov, erikj
clanger [Fri, 23 Mar 2018 09:26:59 +0100] rev 49288
8199924: Solaris: Correctly enqueue null arguments of attach operations
Reviewed-by: dcubed, dholmes
lana [Thu, 22 Mar 2018 23:49:48 +0000] rev 49287
Added tag jdk-11+6 for changeset 3acb379b8672
jlahoda [Thu, 22 Mar 2018 22:34:38 +0100] rev 49286
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
Reviewed-by: darcy, kvn
bpb [Thu, 22 Mar 2018 12:30:47 -0700] rev 49285
8194746: (fs) Add equivalents of Paths.get to Path interface
Summary: Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
bpb [Thu, 22 Mar 2018 12:29:52 -0700] rev 49284
8198753: (dc) DatagramChannel throws unspecified exceptions
Reviewed-by: alanb
redestad [Sat, 09 Dec 2017 03:33:39 +0100] rev 49283
8193128: Reduce number of implementation classes returned by List/Set/Map.of()
8191418: List.of().indexOf(null) doesn't throw NullPointerException
Reviewed-by: smarks, jrose, martin, plevart
psandoz [Thu, 22 Mar 2018 09:07:08 -0700] rev 49282
8199773: (bf) XXXBuffer:compareTo method is not working as expected
Reviewed-by: alanb
bpb [Thu, 22 Mar 2018 08:41:06 -0700] rev 49281
8198997: Cache normalized/resolved user.dir property
Summary: Normalize cached user.dir property value in constructor (windows only)
Reviewed-by: alanb
jlahoda [Thu, 22 Mar 2018 15:28:33 +0100] rev 49280
8194978: Javac produces dead code for try-with-resource
Summary: For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code.
Reviewed-by: mcimadamore
rriggs [Thu, 22 Mar 2018 09:41:29 -0400] rev 49279
8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
Reviewed-by: sspitsyn, martin
jlahoda [Thu, 22 Mar 2018 12:13:08 +0100] rev 49278
8198552: Multiple javac plugins do not work at the same time.
Summary: Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters.
Reviewed-by: jjg, vromero
nishjain [Thu, 22 Mar 2018 12:59:58 +0530] rev 49277
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero).
8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used.
Reviewed-by: naoto
weijun [Thu, 22 Mar 2018 08:09:51 +0800] rev 49276
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
Reviewed-by: mullan