Chris Plummer
|
09e8095fd9
|
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
Use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov
|
2018-05-19 13:13:09 -07:00 |
|
Weijun Wang
|
48b5731c39
|
8201627: Kerberos sequence number issues
Reviewed-by: valeriep
|
2018-05-19 22:06:47 +08:00 |
|
Chris Plummer
|
00b1a87625
|
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed
|
2018-05-18 14:21:59 -07:00 |
|
Jim Laskey
|
a455811dca
|
8200436: String::isBlank
Reviewed-by: sundar
|
2018-05-18 08:43:49 -03:00 |
|
Weijun Wang
|
b8855ebbc2
|
8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
Reviewed-by: valeriep
|
2018-05-18 16:27:15 +08:00 |
|
Tobias Hartmann
|
55233a42f3
|
8199777: Deprecate -XX:+AggressiveOpts
Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
|
2018-03-22 08:39:51 +01:00 |
|
Manajit Halder
|
989515036d
|
7158623: Should an unfocusable maximized Frame be resizable
Reviewed-by: prr, sveerabhadra
|
2018-03-21 12:08:16 +05:30 |
|
Jesper Wilhelmsson
|
7ffa43700f
|
Merge
|
2018-03-24 01:08:35 +01:00 |
|
Prasadrao Koppula
|
b3e5409c1d
|
8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: mullan
|
2018-03-20 11:16:10 +05:30 |
|
Erik Gahlin
|
e6bcdd9eab
|
8203929: Limit amount of data for JFR.dump
Reviewed-by: mgronlun
|
2018-06-25 02:07:42 +02:00 |
|
Alan Bateman
|
24b5afda01
|
8205533: Class.getPackage() fails with InternalError if class is defined to the bootstrap class loader but module is not in the boot layer
Reviewed-by: mchung
|
2018-06-24 16:25:47 +01:00 |
|
Alan Bateman
|
afd6c107a5
|
Merge
|
2018-06-23 09:46:18 +01:00 |
|
Alan Bateman
|
cf9438f418
|
8198372: API to create a SelectableChannel to a FileDescriptor
Reviewed-by: chegar, bpb
|
2018-06-23 09:34:09 +01:00 |
|
Alan Bateman
|
7523687071
|
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
Reviewed-by: jlahoda, mchung
|
2018-06-23 08:03:52 +01:00 |
|
Tobias Wagner
|
5d58391226
|
7007966: Add Brainpool ECC support (RFC 5639)
Enhance SunEC provider with the support of brainpool256/320/384/512r1 curves
Reviewed-by: valeriep
|
2018-06-22 23:10:36 +00:00 |
|
Roger Riggs
|
49396d51e9
|
8202292: java/io/FileOutputStream/UnreferencedFOSClosesFd.java fails with "raw fd count wrong"
Reviewed-by: bpb, mchung
|
2018-06-22 16:06:43 -04:00 |
|
Michael McMahon
|
1d79d38007
|
8204233: Add configurable option for enhanced socket IOException messages
Reviewed-by: alanb, chegar
|
2018-06-22 18:10:20 +01:00 |
|
Peter Levart
|
6ec2cfcc49
|
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
Add internal TerminatingThreadLocal and use it to free cached thread-local direct buffers and nio-fs native buffers
Reviewed-by: tonyp, alanb
|
2018-06-22 17:56:55 +02:00 |
|
Weijun Wang
|
578576f523
|
8205445: Add RSASSA-PSS Signature support to SunMSCAPI
Reviewed-by: xuelei
|
2018-06-22 21:42:00 +08:00 |
|
Alan Bateman
|
91d9f3fbe0
|
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
Reviewed-by: mchung
|
2018-06-21 18:56:35 +01:00 |
|
David Holmes
|
95bf19563b
|
8010319: Implementation of JEP 181: Nest-Based Access Control
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
|
2018-06-23 01:32:41 -04:00 |
|
Jesper Wilhelmsson
|
1155614f99
|
Merge
|
2018-03-20 04:36:44 +01:00 |
|
Phil Race
|
1d92a4dd47
|
Merge
|
2018-03-19 10:46:31 -07:00 |
|
Patrick Reinhart
|
4c7f1ac52c
|
8196298: Add null Reader and Writer
Reviewed-by: bpb, forax, smarks, alanb, rriggs
|
2018-03-19 09:58:41 -04:00 |
|
Krishna Addepalli
|
00465d6e60
|
8152974: AWT hang occurrs when sequenced events arrive out of sequence
Reviewed-by: serb, prr, ssadetsky
|
2018-03-19 12:29:23 +05:30 |
|
Roger Riggs
|
ef24e174a4
|
8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
Reviewed-by: bpb, lancea
|
2018-03-16 16:17:17 -04:00 |
|
Harsha Wardhana B
|
7cbffcf023
|
8196028: JMX: Not enough JDP packets received before timeout
Reviewed-by: dholmes, egahlin
|
2018-03-20 13:40:03 +05:30 |
|
Alexandre Iline
|
771a76dd9e
|
Merge
|
2018-03-16 03:17:12 -07:00 |
|
Alexandre Iline
|
88af1f11ee
|
8199616: Fix @module declarations in tier1 tests
Reviewed-by: mchung, alanb
|
2018-03-16 03:15:35 -07:00 |
|
Hamlin Li
|
d76f461144
|
8199215: Re-examine getFreePort method in test infrastructure library
Reviewed-by: alanb
|
2018-03-16 18:15:31 +08:00 |
|
Abdul Kolarkunnu
|
e6587461a4
|
8197554: Create test for SwingSet TableDemo
Reviewed-by: serb
|
2018-03-16 14:12:12 +05:30 |
|
Joe Wang
|
e5a5c2a832
|
8183554: Add constructors with Charset parameter for FileReader and FileWriter
Reviewed-by: alanb, rriggs, smarks
|
2018-03-15 14:54:10 -07:00 |
|
Phil Race
|
a359ed6dcf
|
Merge
|
2018-03-15 11:36:11 -07:00 |
|
Pankaj Bansal
|
dc46f48f5f
|
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
Reviewed-by: serb, kaddepalli
|
2018-03-15 19:33:51 +05:30 |
|
David Lloyd
|
acb3103b8f
|
8188240: Reflection Proxy should skip static methods
Reviewed-by: mchung, sundar, shade, plevart
|
2018-03-15 12:07:59 +01:00 |
|
Claes Redestad
|
8994d5ad0e
|
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
Reviewed-by: psandoz
|
2018-03-15 10:41:57 +01:00 |
|
Krishna Addepalli
|
6875323232
|
8195095: Images are not scaled correctly in JEditorPane
Reviewed-by: ssadetsky, psadhukhan, mhalder
|
2018-03-14 15:41:29 +05:30 |
|
Phil Race
|
f52ea8839e
|
Merge
|
2018-03-13 09:57:44 -07:00 |
|
Xueming Shen
|
ffac9ae61c
|
8196748: tools/jar tests need to tolerate unrelated warnings
Reviewed-by: dholmes
|
2018-03-13 00:22:14 -07:00 |
|
Ben Walsh
|
de3604ea0c
|
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
Reviewed-by: psandoz, vlivanov, plevart
|
2018-03-12 16:09:18 -07:00 |
|
Phil Race
|
0cfa66ddce
|
Merge
|
2018-03-12 09:37:49 -07:00 |
|
Claes Redestad
|
54b1510aa7
|
8199009: test/jdk/java/util/Locale/SoftKeys.java fails with OutOfMemoryError
Reviewed-by: psandoz, naoto
|
2018-03-10 02:58:39 +01:00 |
|
Sergey Bylokhov
|
5c55118223
|
8198406: Test TestAATMorxFont is unstable
Reviewed-by: prr, pnarayanan
|
2018-03-09 14:42:46 -08:00 |
|
Krishna Addepalli
|
65113c9136
|
8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString
Reviewed-by: serb, prr, ssadetsky
|
2018-03-09 17:26:48 +05:30 |
|
Sergey Bylokhov
|
23ede624d8
|
8199022: New failures should be added to ProblemList
Reviewed-by: prr, psadhukhan
|
2018-03-08 12:35:10 -08:00 |
|
Phil Race
|
ff223cc1ee
|
Merge
|
2018-03-08 10:18:28 -08:00 |
|
Shashidhara Veerabhadraiah
|
72628783c5
|
8195738: scroll poistion in ScrollPane is reset after calling validate()
Reviewed-by: serb, ssadetsky
|
2018-03-08 14:31:54 +05:30 |
|
Mandy Chung
|
a9b4ac9c37
|
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
Reviewed-by: alanb
|
2018-10-16 11:47:33 -07:00 |
|
Roger Riggs
|
8dd0b1f061
|
8192939: Remove Finalize methods from FileInputStream and FileOutputStream
Reviewed-by: alanb, iris, mchung
|
2018-10-16 10:55:28 -04:00 |
|
Brian Burkhalter
|
4fe37df932
|
8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts
Reviewed-by: alanb
|
2018-10-16 07:49:08 -07:00 |
|