Andrey Nazarov
|
6b803d7d66
|
8178867: tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java failed to clean up files
Reviewed-by: alanb, jjg, psandoz
|
2018-04-10 14:16:13 -07:00 |
|
Doug Lea
|
cdd36df363
|
8197531: Miscellaneous changes imported from jsr166 CVS 2018-04
Reviewed-by: martin, psandoz
|
2018-04-10 11:37:18 -07:00 |
|
Doug Lea
|
a4f3a1d9eb
|
8200258: Improve CopyOnWriteArrayList subList code
Reviewed-by: martin, psandoz, smarks
|
2018-04-10 11:33:29 -07:00 |
|
Mikael Vidstedt
|
ac40126090
|
8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
Reviewed-by: xuelei
|
2018-04-23 18:04:17 -07:00 |
|
Chris Plummer
|
caf3f257fe
|
8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
Quarantined test
Reviewed-by: dholmes
|
2018-04-23 15:19:46 -07:00 |
|
Hamlin Li
|
17da4aca08
|
8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected
8171404: java/nio/channels/AsynchronousSocketChannel/Basic.java failed with "AsynchronousCloseException expected"
8201520: AsynchronousSocketChannel/Basic.java timeout intermitently
Reviewed-by: alanb
|
2018-04-20 15:16:36 +08:00 |
|
David M Lloyd
|
883d41fefc
|
6341887: java.util.zip: Add ByteBuffer methods to Inflater/Deflater
Reviewed-by: alanb
|
2018-04-19 10:33:35 -07:00 |
|
Ivan Gerasimov
|
9303a8a180
|
8201510: Merge TwoStacksPlainSocketImpl into DualStackPlainSocketImpl [win]
Reviewed-by: chegar
|
2018-04-19 09:36:06 -07:00 |
|
Vivek Theeyarath
|
702ac597ad
|
8184693: add Pattern.isEmpty
Added method Pattern.isEmpty
Reviewed-by: forax, chegar, smarks, psandoz, rriggs
|
2018-04-18 10:30:57 -07:00 |
|
Joe Darcy
|
4ffd5d45c1
|
8201766: Mark TimSortStackSize2.java as intermittently failing
Reviewed-by: dholmes
|
2018-04-18 10:03:49 -07:00 |
|
Weijun Wang
|
370977cf4f
|
8200152: KerberosString should use UTF-8 by default
Reviewed-by: xuelei
|
2018-04-10 11:02:09 +08:00 |
|
Vivek Theeyarath
|
824df1c125
|
8164781: Pattern.asPredicate specification is incomplete
Updated specification to reflect usage of find()
Reviewed-by: psandoz
|
2018-04-09 10:39:29 -07:00 |
|
Ramanand Patil
|
347e295d9d
|
8200359: (tz) Upgrade time-zone data to tzdata2018d
Reviewed-by: naoto
|
2018-04-09 04:43:03 -07:00 |
|
Phil Race
|
bd2fef5689
|
Merge
|
2018-04-10 13:58:47 -07:00 |
|
Phil Race
|
d215683b97
|
Merge
|
2018-04-09 08:34:30 -07:00 |
|
Weijun Wang
|
d9c5e142c0
|
8180570: Refactor sun/security/mscapi shell tests to plain java tests
Reviewed-by: asmotrak
|
2018-04-08 17:01:20 +08:00 |
|
Weijun Wang
|
f965fb8986
|
8200792: PKCS12Attribute#hashCode is always constant -1
Reviewed-by: xuelei
|
2018-04-08 11:32:46 +08:00 |
|
Ivan Gerasimov
|
9fe989cc39
|
8200788: Optimal initial capacity of java.lang.VarHandle.AccessMode.methodNameToAccessMode
Reviewed-by: redestad
|
2018-04-07 17:07:13 -07:00 |
|
Jesper Wilhelmsson
|
9bfdee7c5a
|
Merge
|
2018-04-06 19:16:33 +02:00 |
|
Roger Riggs
|
fa2a23256c
|
8200706: Better cleanup for open/test/jdk/java/lang/ProcessBuilder/DestroyTest.java
Reviewed-by: psandoz, lancea
|
2018-04-06 12:49:23 -04:00 |
|
Amit Sapre
|
2f100464ea
|
8071367: JMX: Remove SNMP support
Drop jdk.snmp module.
Reviewed-by: alanb, mchung, dfuchs
|
2018-04-06 17:27:24 +05:30 |
|
Jesper Wilhelmsson
|
82847e4ec0
|
Merge
|
2018-04-06 03:53:28 +02:00 |
|
Andrey Nazarov
|
5cd79594c5
|
8196750: [Testbug] tools/launcher tests need to tolerate unrelated warnings
Reviewed-by: ksrini, dholmes
|
2018-04-05 17:04:16 -07:00 |
|
Martin Buchholz
|
5c8c67c523
|
8200128: Fix some "annoations" typos
Reviewed-by: alanb
|
2018-04-05 09:36:01 -07:00 |
|
Alan Bateman
|
97d7cfb14e
|
8200458: (se) Readiness information previously recorded in the ready set not preserved
Reviewed-by: bpb, chegar
|
2018-04-05 15:04:09 +01:00 |
|
Ivan Gerasimov
|
277ac7e034
|
8200696: Optimal initial capacity of java.lang.Class.enumConstantDirectory
Reviewed-by: dholmes, redestad
|
2018-04-04 14:09:31 -07:00 |
|
Laurent Bourgès
|
51be01d646
|
8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
Increased timeout to 300s per test
Reviewed-by: jdv, prr, serb
|
2018-04-04 21:36:02 +02:00 |
|
Sean Mullan
|
ceea439679
|
8193032: Remove terminally deprecated SecurityManager APIs
Remove the checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess, and checkMemberAccess methods.
Reviewed-by: alanb, mchung, kcr
|
2018-04-04 11:26:10 -04:00 |
|
Jayathirth D V
|
435d90c8e0
|
Merge
|
2018-04-04 14:32:05 +05:30 |
|
Krishna Addepalli
|
4b5edce4f3
|
8200525: test java/awt/event/SequencedEvent/SequencedEventTest.java fails to compile
Reviewed-by: prr, serb
|
2018-04-02 16:52:11 +05:30 |
|
Stuart Marks
|
87e7768a1c
|
8195649: reorganize tests for java.util.Optional
Reviewed-by: psandoz
|
2018-03-30 14:36:18 -07:00 |
|
Sergey Bylokhov
|
97d533e06b
|
8198335: java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java fails in headless mode
Reviewed-by: prr
|
2018-03-30 13:57:19 -07:00 |
|
Phil Race
|
239ec10926
|
Merge
|
2018-03-30 10:24:51 -07:00 |
|
Phil Race
|
31a8b6199c
|
Merge
|
2018-03-30 09:24:04 -07:00 |
|
Ivan Gerasimov
|
8a1bee438c
|
8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
Reviewed-by: mullan
|
2018-03-29 22:12:05 -07:00 |
|
Phil Race
|
465a621660
|
8200200: test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
Reviewed-by: serb
|
2018-03-29 12:49:26 -07:00 |
|
Brian Burkhalter
|
dee3c23d5b
|
8200449: ReadAllReadNTransferTo fails occasionally
Don't pass a non-positive parameter to Random.nextInt(int).
Reviewed-by: chegar
|
2018-03-29 12:38:47 -07:00 |
|
Prahalad Kumar Narayanan
|
0c29ff3488
|
4954348: JPGWriter.getNumThumbnailsSupported does not return -1 when passing null values
Reviewed-by: prr, serb, jdv
|
2018-03-29 12:03:40 +05:30 |
|
Phil Race
|
a36963736b
|
Merge
|
2018-03-28 14:54:22 -07:00 |
|
Pankaj Bansal
|
5e302c9a35
|
8191957: JFileChooser shows empty name for external drives shown under Desktop
Reviewed-by: jdv, kaddepalli
|
2018-03-28 17:54:44 +05:30 |
|
Laurent Bourgès
|
385ad9e160
|
8198885: upgrade Marlin (java2d) to 0.9.1
Clipping implemented in Dasher (curve subdivision at clip edges) + higher quality(curve, subpixels) + new path simplifier
Reviewed-by: prr, serb
|
2018-03-27 22:09:43 +02:00 |
|
Gary Adams
|
9b9d9308ed
|
8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
Reviewed-by: cjplummer
|
2018-03-26 08:17:56 -04:00 |
|
Pallavi Sonal
|
cab25623b6
|
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
Added validation for wildcard at start and end
Reviewed-by: chegar, dfuchs, clanger
|
2018-03-26 17:33:58 +05:30 |
|
Ivan Gerasimov
|
3d160a80fc
|
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
Reviewed-by: chegar, clanger
|
2018-03-27 13:22:40 -07:00 |
|
Aleksey Shipilev
|
ab65d126af
|
8200241 : [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
Reviewed-by: redestad, psandoz
|
2018-03-26 20:20:45 +02:00 |
|
Aleksey Shipilev
|
a048853756
|
8200118: [TESTBUG] String concat tests should test toString() application order
Reviewed-by: psandoz, redestad
|
2018-03-26 15:09:20 +02:00 |
|
Jesper Wilhelmsson
|
aa69f8c75c
|
Merge
|
2018-03-24 01:08:35 +01:00 |
|
Felix Yang
|
2a4a941922
|
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
Reviewed-by: mchung
|
2018-03-28 21:57:03 -07:00 |
|
Martin Buchholz
|
4546512c19
|
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
Reviewed-by: sherman, ulfzibis
|
2018-03-28 21:14:06 -07:00 |
|
Martin Buchholz
|
6f37b4cbce
|
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
End() should always expect to be called eventually
Reviewed-by: sherman, ulfzibis
|
2018-03-28 21:13:55 -07:00 |
|
Brian Burkhalter
|
6670f60a21
|
8180410: ByteArrayOutputStream should not throw IOExceptions
Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
|
2018-03-23 15:05:43 -07:00 |
|
Phil Race
|
77e24ab76e
|
Merge
|
2018-03-23 11:14:43 -07:00 |
|
Brian Burkhalter
|
68cf42d465
|
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
Reviewed-by: bchristi, rriggs, psandoz
|
2018-03-23 10:09:45 -07:00 |
|
Phil Race
|
cb1ef28563
|
Merge
|
2018-03-23 10:02:55 -07:00 |
|
Roger Riggs
|
299b4b7b44
|
8199756: Simplify language, country, script, and variant property initialization
Reviewed-by: mchung, naoto, alanb
|
2018-03-23 11:53:11 -04:00 |
|
Phil Race
|
3d9f35c4f5
|
Merge
|
2018-03-23 08:49:58 -07:00 |
|
Alan Bateman
|
3bb85f5fc5
|
8199791: (se) More Selector cleanup
Reviewed-by: redestad, bpb
|
2018-03-23 14:18:18 +00:00 |
|
Jayathirth D V
|
948a1e2729
|
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
Reviewed-by: prr, pnarayanan
|
2018-03-23 11:18:39 +05:30 |
|
Brian Burkhalter
|
37f1b2b1e3
|
8198753: (dc) DatagramChannel throws unspecified exceptions
Reviewed-by: alanb
|
2018-03-22 12:29:52 -07:00 |
|
Phil Race
|
f004bcc467
|
Merge
|
2018-03-22 11:34:38 -07:00 |
|
Paul Sandoz
|
a2ea38d2c9
|
8199773: (bf) XXXBuffer:compareTo method is not working as expected
Reviewed-by: alanb
|
2018-03-22 09:07:08 -07:00 |
|
Nishit Jain
|
8314e06ebc
|
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
|
2018-03-22 12:59:58 +05:30 |
|
Prahalad Kumar Narayanan
|
23ba49ac43
|
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
Reviewed-by: prr, jdv
|
2018-03-22 11:41:15 +05:30 |
|
Weijun Wang
|
05b129ec25
|
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
Reviewed-by: mullan
|
2018-03-22 08:09:51 +08:00 |
|
Dan Zhou
|
27d6abca83
|
8202771: Migrate Unicode character tests to JDK Repo
Reviewed-by: naoto
|
2018-05-23 14:21:14 +08:00 |
|
Doug Lea
|
96814f7a28
|
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
Reviewed-by: martin, psandoz
|
2018-05-22 21:50:45 -07:00 |
|
Doug Lea
|
e4046542ba
|
8202685: Optimize ArrayList subList replaceAll
Reviewed-by: martin, psandoz, igerasim, redestad, dholmes, smarks, jrose, plevart
|
2018-05-22 21:46:51 -07:00 |
|
Brian Burkhalter
|
c9e23b5e71
|
8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
If all other means to obtain the file length fail, fall back to FindFirstFile
Reviewed-by: igerasim, alanb
|
2018-05-22 16:19:31 -07:00 |
|
Erik Gahlin
|
6602c862c1
|
8195819: Remove recording=x from jcmd JFR.check output
Reviewed-by: mgronlun
|
2018-05-23 00:21:58 +02:00 |
|
Erik Gahlin
|
6e9b05acb2
|
8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
Reviewed-by: tbell, mgronlun
|
2018-05-22 23:27:54 +02:00 |
|
Jim Laskey
|
60de3c902e
|
8200380: String::lines
Reviewed-by: sundar, sherman, rriggs, psandoz
|
2018-05-22 12:04:05 -03:00 |
|
Claes Redestad
|
55ba3cad8b
|
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: martin, igerasim
|
2018-05-22 14:44:18 +02:00 |
|
Valerie Peng
|
9e8d9fe1ee
|
8146293: Add support for RSASSA-PSS Signature algorithm
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
|
2018-05-21 23:40:52 +00:00 |
|
Erik Gahlin
|
e2fb68680e
|
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
Reviewed-by: mgronlun
|
2018-05-21 14:46:12 +02:00 |
|
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 |
|
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 |
|
KUBOTA Yuji
|
605827c671
|
8169358: httpserver does not close connections when RejectedExecutionException occurs
Catch unexpected exceptions in Dispatcher::handle
Reviewed-by: chegar, dfuchs, clanger
|
2018-03-08 11:21:57 +09:00 |
|
Manajit Halder
|
dd5043a7d6
|
8190767: if JFrame is maximized on OS X, all new JFrames will be maximized by default
Reviewed-by: serb, kaddepalli
|
2018-03-07 14:54:46 +05:30 |
|
Pankaj Bansal
|
4a0424f9bf
|
8190347: [TESTBUG] Test javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentJComboBox.java fails
Reviewed-by: serb, psadhukhan
|
2018-03-07 18:20:09 +05:30 |
|
Prem Balakrishnan
|
b46b19cb58
|
8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java
Reviewed-by: prr, ssadetsky
|
2018-03-07 17:05:28 +05:30 |
|
Prem Balakrishnan
|
8bb3dc6619
|
8196435: Regression automated Test 'java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java' fails
Reviewed-by: mhalder, ssadetsky, serb
|
2018-03-07 16:52:19 +05:30 |
|
Alan Bateman
|
889a041f22
|
8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
Reviewed-by: bpb, mli
|
2018-03-07 07:13:55 +00:00 |
|
Sean Coffey
|
5b02a98b21
|
8199018: Test crypto provider not registering
Reviewed-by: wetmore
|
2018-03-06 10:31:14 +00:00 |
|
Phil Race
|
ea6bd4c0ec
|
Merge
|
2018-03-05 13:11:21 -08:00 |
|
Naoto Sato
|
3d4edcc571
|
4993841: (str) java.lang.Character should have a toString(int) method
Reviewed-by: martin, rriggs, sherman, smarks
|
2018-03-05 08:50:47 -08:00 |
|
Brian Burkhalter
|
a131e1668f
|
8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64
Move to using centralized native build and remove obsolete .so files
Reviewed-by: alanb, erikj
|
2018-03-05 08:27:42 -08:00 |
|
Randy Crihfield
|
af7782b1a0
|
8193660: Check SOURCE line in "release" file for closedjdk
Reviewed-by: alanb
|
2018-03-05 05:50:24 -08:00 |
|
Randy Crihfield
|
28e38031a2
|
8193660: Check SOURCE line in "release" file for closedjdk
Reviewed-by: alanb
|
2018-03-05 05:44:46 -08:00 |
|
Chris Yin
|
d3e24d6682
|
8198931: remove java.xml.bind module dependency for com/sun/jndi tests
Reviewed-by: lancea
|
2018-03-04 18:46:07 -08:00 |
|
Lance Andersen
|
9995861868
|
8197533: Move javax.transaction.xa to its own module
Reviewed-by: darcy, alanb, psandoz, ihse
|
2018-03-04 17:05:29 -05:00 |
|
Prasanta Sadhukhan
|
be7644263d
|
8194767: Regression automated Test 'javax/swing/JEditorPane/6917744/bug6917744.java' fails
Reviewed-by: ssadetsky, prr
|
2018-03-03 09:55:22 +05:30 |
|
Alexandre Iline
|
68c6ef69de
|
8198922: Provide instrumentation for sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java
Reviewed-by: prr
|
2018-03-02 14:25:39 -08:00 |
|
Jesper Wilhelmsson
|
6a37cbc50c
|
Merge
|
2018-03-02 21:00:12 +01:00 |
|
Prahalad Kumar Narayanan
|
f3ae7d1bd9
|
8198613: Test cases result in failure or timeout when run with OpenGL backend
Reviewed-by: serb, jdv
|
2018-03-02 14:39:29 +05:30 |
|
Felix Yang
|
77d0099725
|
8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
Reviewed-by: naoto
|
2018-03-02 00:33:00 -08:00 |
|
Martin Buchholz
|
5e529f5d62
|
8198933: Update JDI tests to pass valid URL[]
Reviewed-by: dholmes
|
2018-03-01 21:23:35 -08:00 |
|
Prasanta Sadhukhan
|
b4beeae554
|
8194943: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8020708/bug8020708.java' fails
Reviewed-by: ssadetsky, sveerabhadra
|
2018-03-02 09:59:02 +05:30 |
|
Martin Buchholz
|
fa4abe66dd
|
8198810: URLClassLoader does not specify behavior when URL array contains null
Reviewed-by: alanb, darcy, dholmes
|
2018-03-01 19:01:34 -08:00 |
|
Phil Race
|
d381c82162
|
Merge
|
2018-03-01 08:52:52 -08:00 |
|
Joe Wang
|
5a7aff9897
|
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
Reviewed-by: rriggs, smarks, sherman, tvaleev
|
2018-03-01 15:31:04 -08:00 |
|
Philipp Kunz
|
5db337db24
|
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
Reviewed-by: alanb, sherman
|
2018-03-01 15:50:26 -05:00 |
|
Jim Laskey
|
b4d4d8f66c
|
8197594: String#repeat
Reviewed-by: smarks, psandoz, plevart, rriggs, redestad
|
2018-03-01 15:45:51 -04:00 |
|
Mandy Chung
|
3414903aba
|
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
Reviewed-by: dfuchs, jmanson
|
2018-02-28 17:11:57 -08:00 |
|
Jesper Wilhelmsson
|
3dfe4d61b3
|
Merge
|
2018-03-01 01:47:46 +01:00 |
|
Sean Coffey
|
14c85c2934
|
8193892: Impact of noncloneable MessageDigest implementation
Reviewed-by: wetmore, valeriep, xuelei
|
2018-02-28 18:28:17 +00:00 |
|
Krishna Addepalli
|
c5df5c1f0b
|
8197808: Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails on Windows
Reviewed-by: ssadetsky, prr, serb
|
2018-02-28 14:29:37 +05:30 |
|
Prasanta Sadhukhan
|
22000aa73b
|
8186513: [TESTBUG] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java
Reviewed-by: jdv, sveerabhadra
|
2018-02-28 12:07:31 +05:30 |
|
Ekaterina Pavlova
|
3b8d9ef239
|
8197453: Add support of extra problem list
Reviewed-by: iignatyev, jjg
|
2018-02-27 21:29:19 -08:00 |
|
Igor Ignatyev
|
d078a3f091
|
8190679: java/util/Arrays/TimSortStackSize2.java fails with "Initial heap size set to a larger value than the maximum heap size"
Reviewed-by: dholmes
|
2018-02-27 21:29:08 -08:00 |
|
Alan Snyder
|
69af907cee
|
8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown
Reviewed-by: serb
|
2018-02-27 21:53:06 +00:00 |
|
Prasanta Sadhukhan
|
47176b1cee
|
8198693: Update ProblemsList for mac
Reviewed-by: prr, serb
|
2018-02-27 11:08:53 +05:30 |
|
Phil Race
|
d2e6289c0b
|
Merge
|
2018-02-26 10:36:34 -08:00 |
|
Jesper Wilhelmsson
|
1739105160
|
Merge
|
2018-02-25 04:59:43 +01:00 |
|
Amy Lu
|
9093953813
|
8198820: Problem list tools/jimage/JImageExtractTest.java
Reviewed-by: alanb
|
2018-02-28 19:16:51 +08:00 |
|
Chris Yin
|
3918ed17a5
|
8196759: Move two java/text/Normalizer tests into OpenJDK
Reviewed-by: naoto
|
2018-02-27 23:11:26 -08:00 |
|
Martin Buchholz
|
6fc221df4d
|
8198808: jdi tests failing after JDK-8198484
Reviewed-by: darcy, dholmes
|
2018-02-27 21:32:16 -08:00 |
|
Leonid Mesnik
|
2471caab08
|
8197901: Crash during GC when logging level is debug
Reviewed-by: dholmes, coleenp
|
2018-02-23 13:55:49 -08:00 |
|
Parvathi Somashekar
|
03c754baa0
|
8198533: Remove obsolete JDIScaffold class from repo
Update one remaining test and remove JDIScaffold from repo.
Reviewed-by: sspitsyn, cjplummer
|
2018-02-23 11:31:22 -08:00 |
|
Jayathirth D V
|
83256c19ee
|
8198004: javax/swing/JFileChooser/6868611/bug6868611.java throws error
Reviewed-by: serb, ssadetsky, kaddepalli
|
2018-02-23 12:30:03 +05:30 |
|
Shashidhara Veerabhadraiah
|
f0499d1caa
|
8129569: [TEST_BUG] Test java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java fails
Reviewed-by: serb, ssadetsky
|
2018-02-23 09:59:16 +05:30 |
|
Christian Tornqvist
|
052e9233e2
|
8198551: Rename hotspot_tier1 test group to tier1
Reviewed-by: lfoltan, iignatyev
|
2018-02-22 14:58:01 -05:00 |
|
Jayathirth D V
|
13999ec96e
|
8197926: java/awt/dnd/ImageTransferTest/ImageTransferTest.java doesnt close the windows in HiDPI setting
Reviewed-by: prr, serb, psadhukhan
|
2018-02-22 13:25:43 +05:30 |
|
Prasanta Sadhukhan
|
74cbe9d441
|
8198005: javax/swing/JFileChooser/7199708/bug7199708.java throws error
Reviewed-by: serb, jdv
|
2018-02-22 12:06:15 +05:30 |
|
Sergey Bylokhov
|
7cb9e5821e
|
8198333: ProblemList should be updated for headless mode
Reviewed-by: psadhukhan, prr
|
2018-02-21 12:49:00 -08:00 |
|
Phil Race
|
89cb6a90d2
|
Merge
|
2018-02-20 13:30:49 -08:00 |
|
Athijegannathan Sundararajan
|
6196bf4ee1
|
8194922: jlink --exclude-resources should never exclude module-info.class
Reviewed-by: alanb
|
2018-02-20 15:25:40 +05:30 |
|
Alan Bateman
|
fcf6408e6c
|
8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows
Reviewed-by: sundar
|
2018-02-20 09:47:23 +00:00 |
|
Michal Vala
|
f98720e441
|
8198380: tools/jimage/JImageExtractTest.java failing
Reviewed-by: alanb
|
2018-02-19 19:02:43 +00:00 |
|
Michal Vala
|
9e4f91707b
|
8198379: tools/jimage/JImageListTest.java failing
Reviewed-by: alanb
|
2018-02-19 18:43:28 +00:00 |
|
Michal Vala
|
04b8b8deff
|
8170120: jimage throws IOException when the given file is not a jimage file
Reviewed-by: alanb
|
2018-02-19 13:26:41 +00:00 |
|
Phil Race
|
42dc61aad0
|
Merge
|
2018-02-16 13:49:07 -08:00 |
|
Sergey Bylokhov
|
7578044e71
|
8196196: Headful tests should not be run in headless mode
Reviewed-by: prr
|
2018-02-16 12:24:38 -08:00 |
|
Abdul Kolarkunnu
|
3715cbe450
|
8197549: Implement a new method similar to waitState() on Operator which run the check on event queue
Reviewed-by: serb
|
2018-02-16 18:27:35 +05:30 |
|
Abdul Kolarkunnu
|
b6a2f5517e
|
8197482: Make Jemmy ComponentChooser lambda friendly
Reviewed-by: serb
|
2018-02-16 18:17:34 +05:30 |
|
Abdul Kolarkunnu
|
d78e0978af
|
8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout
Reviewed-by: ssadetsky
|
2018-02-16 18:06:23 +05:30 |
|
Robert Field
|
9b23b4f128
|
8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232
Reviewed-by: jlahoda
|
2018-02-25 23:02:45 -08:00 |
|
Nishit Jain
|
3f5b571b5a
|
8060094: java/util/Formatter/Basic.java failed in tr locale
Reviewed-by: naoto
|
2018-02-26 11:16:24 +05:30 |
|
Jesper Wilhelmsson
|
aa9cf33c1e
|
Merge
|
2018-02-19 04:50:50 +01:00 |
|
Alan Bateman
|
8f56ea639d
|
8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
Reviewed-by: mchung, psandoz
|
2018-02-24 08:26:53 +00:00 |
|
Mandy Chung
|
4bb064c62d
|
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
Reviewed-by: dholmes, alanb, smarks
|
2018-02-23 12:10:56 -08:00 |
|
Roger Riggs
|
cfe9ad4608
|
8189330: Cleanup FileDescriptor implementation
Reviewed-by: bpb
|
2018-02-23 14:26:29 -05:00 |
|
Nishit Jain
|
cff8ccbcf7
|
8190904: Incorrect currency instance returned by java.util.Currency.getInstance()
Reviewed-by: naoto
|
2018-02-22 11:52:01 +05:30 |
|
Yumin Qi
|
4ea684bf31
|
8194154: System property user.dir should not be changed
Cached user.dir so getCanonicalPath uses the cached value.
Reviewed-by: alanb, bpb, rriggs
|
2018-02-21 14:23:45 -08:00 |
|
Paul Sandoz
|
2ab07cc314
|
8197944: Condy tests fails on Windows
Reviewed-by: dholmes
|
2018-03-13 15:29:55 -07:00 |
|
Paul Sandoz
|
4954362d29
|
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
Reviewed-by: lfoltan, acorn
|
2018-03-08 14:33:57 -08:00 |
|
Ekaterina Pavlova
|
4b55c80b4d
|
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
Reviewed-by: bchristi, mchung
|
2018-03-12 13:54:55 -07:00 |
|
Yasumasa Suenaga
|
fcb1520305
|
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
Reviewed-by: sjohanss, tschatzl
|
2018-03-09 23:13:37 +09:00 |
|
Sundararajan Athijegannathan
|
8a170b8042
|
8196959: NullPointerException in discovery003.java
Fixed corner case of having engineName as NULL
Reviewed-by: jlaskey
|
2018-02-16 15:23:22 +05:30 |
|
Parvathi Somashekar
|
d057334330
|
8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold
Subtask of JDK-4916621: update tests using JDIScaffold to using TestScaffold instead.
Reviewed-by: sspitsyn, gthornbr
|
2018-02-15 11:31:56 -08:00 |
|
Pankaj Bansal
|
eb9d86fff1
|
5076761: JList.setSelectedValue(null, ...) doesn't do anything
Reviewed-by: serb, ssadetsky, psadhukhan
|
2018-02-15 14:20:44 +05:30 |
|
Claes Redestad
|
abb7e3a52a
|
8197849: Misc improvements to jar resource handling
Reviewed-by: rriggs, dfuchs
|
2018-02-14 19:03:12 +01:00 |
|
Jesper Wilhelmsson
|
dc06e6553a
|
Merge
|
2018-02-15 16:16:17 +01:00 |
|
Jesper Wilhelmsson
|
d851dd077b
|
8197945: Qurarantine failing condy tests
Reviewed-by: coleenp, lfoltan, kbarrett
|
2018-02-14 16:42:00 +01:00 |
|
Jesper Wilhelmsson
|
b8689741ec
|
Merge
|
2018-02-14 13:29:45 +01:00 |
|
Weijun Wang
|
06a9e1a72f
|
8191438: jarsigner should print when a timestamp will expire
Reviewed-by: mullan
|
2018-02-14 16:58:49 +08:00 |
|
Jesper Wilhelmsson
|
51ab999e0e
|
Merge
|
2018-02-13 23:38:34 +01:00 |
|
Martin Doerr
|
eb3ec99500
|
8196786: [PPC64+s390] ConstantDynamic support
Reviewed-by: psandoz, dsamersoff
|
2018-02-13 17:38:03 +01:00 |
|
Jesper Wilhelmsson
|
0977b752ff
|
Merge
|
2018-02-19 04:50:50 +01:00 |
|
Brian Burkhalter
|
a7b3a19ec4
|
8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping
Reviewed-by: alanb, rriggs, forax
|
2018-02-12 08:19:23 -08:00 |
|
Doug Lea
|
f9b19eb874
|
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
Reviewed-by: martin, psandoz, dholmes
|
2018-02-10 09:23:41 -08:00 |
|
Doug Lea
|
b6c2b234ef
|
8190324: ThreadPoolExecutor should not specify a dependency on finalization
Reviewed-by: martin, psandoz, alanb, rriggs, dholmes
|
2018-02-10 09:17:53 -08:00 |
|
Lance Andersen
|
987c3a2d87
|
8190378: Removal of CORBA and Java EE modules
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
|
2018-02-10 07:06:16 -05:00 |
|
Jesper Wilhelmsson
|
9beff15bed
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
Ivan Gerasimov
|
7d7c653abf
|
8197462: Inconsistent exception messages for invalid capturing group names
8179608: Error in comment in Pattern.java
Reviewed-by: sherman
|
2018-02-12 21:06:06 -08:00 |
|
Chris Yin
|
bc690b263b
|
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
Reviewed-by: vtewari, rriggs
|
2018-02-13 12:26:22 +08:00 |
|
Chris Yin
|
a0382a29e5
|
8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya
|
2018-02-13 12:19:37 +08:00 |
|
Jesper Wilhelmsson
|
8f1e5bc574
|
Merge
|
2018-03-02 21:00:12 +01:00 |
|
Paul Sandoz
|
c9757ad448
|
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
|
2018-02-07 12:37:30 -08:00 |
|