Chris Hegarty
76e5a32c52
8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
...
Reviewed-by: alanb
2019-11-21 12:14:29 +00:00
Chris Hegarty
262d5f1790
8232101: (sctp) Add minimal sanity tests for SCTP
...
Reviewed-by: alanb
2019-11-21 12:14:26 +00:00
Prasanta Sadhukhan
3f517c65c0
Merge
2019-11-21 13:50:11 +05:30
Tejpal Rebari
5cd9439695
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
...
Reviewed-by: psadhukhan, pbansal, serb
2019-11-20 12:18:46 +05:30
Prasanta Sadhukhan
d2c63eec97
8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
...
Reviewed-by: serb
2019-11-20 11:29:27 +05:30
Prasanta Sadhukhan
9d6ace51a2
Merge
2019-11-20 10:52:28 +05:30
Weijun Wang
d5b423d17c
8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
...
Reviewed-by: mullan, wetmore
2019-11-20 08:12:14 +08:00
Brent Christian
469cb2b334
8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
...
Reviewed-by: dholmes, mchung
2019-11-19 10:02:46 -08:00
Alex Menkov
2f1db3201d
8234358: Update ProblemList entry for NashornPopFrameTest
...
Reviewed-by: dtitov, cjplummer
2019-11-20 16:10:38 -08:00
Jayathirth D V
877e269895
8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
...
Reviewed-by: psadhukhan
2019-11-15 16:58:07 +05:30
Alan Bateman
745feb207c
8233922: Service binding augments module graph with observable incubator modules
...
Reviewed-by: mchung
2019-11-19 11:35:29 +00:00
Daniel Fuchs
be18a54cb1
8233141: DatagramSocket.send doesn't specify exception thrown when no target address
...
DatagramSocket and MulticastSocket send methods are changed to throw IllegalArgumentException if no target address can be determined.
Reviewed-by: alanb
2019-11-18 16:48:05 +00:00
Sergey Bylokhov
d2c74d0c97
8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
...
Reviewed-by: prr
2019-11-14 15:13:29 -08:00
Prasanta Sadhukhan
456fd9003e
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
...
Reviewed-by: serb
2019-11-14 10:59:45 +05:30
Prasanta Sadhukhan
4a5b745acc
8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
...
Reviewed-by: serb
2019-11-14 10:56:09 +05:30
Mario Torre
194c2726ea
8231991: Mouse wheel change focus on awt/swing windows
...
Avoid focus logic when only mouse wheel is moved up/down.
Reviewed-by: serb, dmarkov
2019-11-12 15:54:24 +01:00
Prasanta Sadhukhan
a1e0fe458c
8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
...
Reviewed-by: serb, prr
2019-11-12 12:29:09 +05:30
Martin Balao
0e5a288dfe
8233404: System property to set the number of PBE iterations in JCEKS keystores
...
Reviewed-by: weijun
2019-11-12 00:30:55 -03:00
Per Lidén
097ca3b94f
8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
...
Reviewed-by: mgronlun, tschatzl
2019-11-20 10:37:46 +01:00
Alan Bateman
7e42642939
8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
...
Reviewed-by: dfuchs, chegar
2019-11-20 08:35:53 +00:00
Prasanta Sadhukhan
a71509ce0d
8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
...
Reviewed-by: serb
2019-11-08 13:16:27 +05:30
Sergey Bylokhov
df7d0d404b
8233657: Intermittent NPE in Component.validate()
...
Reviewed-by: prr
2019-11-08 05:24:29 +00:00
Volker Simonis
a6fd1b4c4b
8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
...
Reviewed-by: clanger, lancea
2019-11-15 20:29:11 +01:00
Jie Fu
25d178f477
8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
...
Reviewed-by: mullan
2019-11-15 19:38:31 +08:00
Rajan Halade
d1ebadb966
8232019: Add LuxTrust certificate updates to the existing root program
...
Reviewed-by: mullan
2019-11-14 19:49:55 -08:00
Weijun Wang
c0d097eac6
8214024: Remove the default keytool -keyalg value
...
Reviewed-by: mullan
2019-11-15 09:06:58 +08:00
Mikhailo Seledtsov
51abc89ab6
8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java
...
Removed incorrect comment
Reviewed-by: iignatyev
2019-11-14 11:16:14 -08:00
Patrick Concannon
78accb5602
8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
...
This fix adds an IPv4 version of test SetLoopbackMode.java that calls SetLoopbackMode in IPv4 only mode, and runs only if IPv4 is enabled.
Reviewed-by: dfuchs
2019-11-14 11:04:57 +00:00
Patrick Concannon
11433529aa
8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
...
Correction to invalid value used to ensure test fails as expected.
Reviewed-by: alanb, dfuchs, vtewari
2019-11-14 10:49:20 +00:00
Lance Andersen
4110efa386
8234080: jdk/nio/zipfs/CRCWriteTest.java fails
...
Reviewed-by: clanger, amlu
2019-11-14 10:54:32 -05:00
Jorn Vernee
be223c62fc
8233920
: MethodHandles::tryFinally generates illegal bytecode for long/double return type
...
Reviewed-by: redestad, vlivanov, jrose
2019-11-14 10:55:46 +01:00
Alex Menkov
9ad86a68cc
8231915: two JDI tests interfere with each other
...
Reviewed-by: sspitsyn, dtitov
2019-11-13 14:08:04 -08:00
Amy Lu
14ca254fbe
8234079: ZipFileInputStreamSkipTest.java runs zero test
...
Reviewed-by: lancea
2019-11-13 21:56:28 +08:00
Leo Korinth
1fc67ab002
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
...
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
2019-11-13 11:37:29 +01:00
Prasanta Sadhukhan
007a0fb232
8231084: Large performance regression in SwingMark TextArea in 14-b13
...
8231336
: Corrupted option dialog in JTHarness with JDK14b13
Reviewed-by: serb, prr
2019-11-06 11:05:28 +05:30
Prasanta Sadhukhan
5686851c12
8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
...
Reviewed-by: serb
2019-11-06 10:48:10 +05:30
Phil Race
a64da3d9d5
8233649: Update ProblemList.txt to exclude failing headful tests on macos
...
Reviewed-by: serb
2019-11-05 15:55:46 -08:00
Prasanta Sadhukhan
be74f1cc96
8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
...
Reviewed-by: jdv
2019-11-05 16:33:55 +05:30
Prasanta Sadhukhan
91a70aeb63
Merge
2019-11-05 11:00:42 +05:30
Brian Burkhalter
691e75e223
8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
...
Reviewed-by: alanb, lancea
2019-11-04 11:05:10 -08:00
Jie Fu
55759cbbff
8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
...
Reviewed-by: mchung
2019-11-04 10:03:32 -08:00
Phil Race
00426d6cb0
8233097: Fontmetrics for large Fonts has zero width
...
Reviewed-by: jdv, serb
2019-11-04 10:01:55 -08:00
Thomas Schatzl
460f7e3502
8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
...
Reviewed-by: lkorinth, kbarrett
2019-11-04 11:33:15 +01:00
Chris Hegarty
9f6af13f9d
8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
...
Reviewed-by: dfuchs
2019-11-04 10:06:59 +00:00
Matthias Baesken
a65c0d7afe
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
...
Reviewed-by: clanger
2019-10-30 14:52:27 +01:00
Weijun Wang
a66829bc89
8231950: keytool -ext camel-case shorthand not working
...
Reviewed-by: mullan
2019-11-04 14:26:18 +08:00
Alan Bateman
db4909bf99
8232673: (dc) DatagramChannel socket adaptor issues
...
Reviewed-by: dfuchs, chegar
2019-11-02 10:02:18 +00:00
Julia Boes
012dffcd27
8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
...
Modified method description to disambiguate when false is returned and altered implementation
Reviewed-by: dfuchs, chegar, vtewari
2019-11-01 12:57:01 +00:00
Doug Lea
f29d1d172b
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
...
Reviewed-by: martin
2019-11-01 09:07:59 -07:00
Doug Lea
dc7d30d08e
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
...
Reviewed-by: martin
2019-11-01 09:04:04 -07:00