Magnus Ihse Bursie
d7a0206262
8239860: Add support for testing the configure script
...
Reviewed-by: erikj
2020-02-25 09:37:59 +01:00
Jie Fu
ca838e68c9
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
...
Reviewed-by: thartmann
2020-02-25 16:22:12 +08:00
Fairoz Matte
956e20ed16
8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
...
Reviewed-by: dholmes, mseledtsov
2020-02-24 23:44:29 -05:00
Chihiro Ito
9c35471ae0
8219904: ClassCastException when calling FlightRecorderMXBean#getRecordings()
...
Reviewed-by: egahlin, mseledtsov
2020-02-25 03:28:31 +01:00
Denghui Dong
52d7a61e8d
8237499: JFR: Include stack trace in the ThreadStart event
...
Reviewed-by: egahlin
2020-02-24 23:24:14 +01:00
Naoto Sato
8493812702
8239520
: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
...
Reviewed-by: rriggs
2020-02-24 14:16:20 -08:00
Igor Ignatyev
c4059c667d
8238943: switch to jtreg 5.0
...
Reviewed-by: erikj, jjg, joehw
2020-02-24 11:50:18 -08:00
Daniel Fuchs
f7c819a72d
8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3
...
The test assumed that ByteBuffer would be split at long boundaries. This is obviously not always the case. A carry has been added to support reading a long split over several buffers.
Reviewed-by: chegar
2020-02-24 17:19:32 +00:00
Hannes Wallnöfer
bb7344d919
8232438: Remove ?is-external=true from external links
...
Reviewed-by: prappo
2020-02-24 16:42:22 +01:00
Richard Reingruber
bc87e7829e
8239449: [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
...
Reviewed-by: dholmes, jiangli
2020-02-24 14:25:35 +01:00
Per Lidén
a9207420c5
8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
...
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: stefank, pliden, ysuenaga
2020-02-24 13:52:07 +01:00
Jan Lahoda
acd2d32913
8239536: Can't use java.util.List
object after importing java.awt.List
...
Using full qualified names for synthetic types; ensuring the user is warned when a variable becomes undefined due to a dependency change.
Reviewed-by: rfield
2020-02-24 11:43:04 +01:00
Richard Reingruber
4f20fa5246
8239854: Non-PCH gtest build fails after JDK-8239235 due to a missing include
...
Reviewed-by: shade, mdoerr
2020-02-24 12:04:37 +01:00
Nils Eliasson
38a57e8bed
8238723: yank_alloc_node must remove membar
...
Reviewed-by: vlivanov, thartmann, roland
2020-02-24 11:31:07 +01:00
Per Lidén
aab0ce5f1c
8239533: ZGC: Make the ZProactive flag non-diagnostic
...
Reviewed-by: eosterlund, stefank
2020-02-24 11:01:51 +01:00
Claes Redestad
289513cc2b
8239235: Examine SignatureStream performance after consolidation
...
Reviewed-by: lfoltan, coleenp
2020-02-24 10:20:35 +01:00
Prasanta Sadhukhan
3c72042627
8239334: Tab Size does not work correctly in JTextArea with setLineWrap on
...
Reviewed-by: serb, pbansal
2020-02-20 14:49:20 +05:30
Weijun Wang
533649b8ca
8237218: Support NIST Curves verification in java implementation
...
Reviewed-by: ascarpino
2020-02-22 08:10:21 +08:00
Mikhailo Seledtsov
2596e83a34
8223217: [TESTBUG] Create JFR tests with JMX across container boundary
...
Created a new test for JFR over JMX across container boundary
Reviewed-by: egahlin, lmesnik
2020-02-21 13:01:20 -08:00
Ao Qi
305fe226dc
8239424: [TESTBUG] compiler/whitebox/OSRFailureLevel4Test.java failed when TieredCompilation is disabled
...
Skip test if TieredCompilation is not available.
Reviewed-by: thartmann
2020-02-19 12:10:45 +08:00
Ao Qi
eef02376bd
8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
...
Skip test if C1 is not available.
Reviewed-by: thartmann, xliu
2020-02-19 12:09:25 +08:00
Matthias Baesken
ed94c0af10
8239537: cgroup MetricsTester testMemorySubsystem fails sometimes when testing memory.kmem.tcp.usage_in_bytes
...
Reviewed-by: mseledtsov
2020-02-20 11:09:09 +01:00
Per Lidén
35db376986
8239503: FieldLayout/OldLayoutCheck.java fails due to "RuntimeException: Misplaced int field: expected 24 to equal 12"
...
Don't run the test with ZGC.
Reviewed-by: dcubed, coleenp, dholmes
2020-02-20 23:07:02 -05:00
Sean Mullan
fb37c54630
8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property
...
Reviewed-by: xuelei
2020-02-20 16:36:38 -05:00
Daniel Fuchs
f40220f578
8238990: java/net/httpclient/HandshakeFailureTest.java failed against TLSv1.3 on Windows
...
The SSLTube and SSLFlowDelegate are improved to wrap any non-SSL exception that occur during the handshake in an SSLHandshakeException.
Reviewed-by: chegar
2020-02-20 20:04:15 +00:00
Coleen Phillimore
b4ffe4d8f7
8239461: Use jcod rather than jar files in runtime tests
...
Reviewed-by: hseigel, lmesnik, dholmes
2020-02-20 07:25:14 -05:00
Alexander Zuev
c6e9d209c5
8237221: [macos] java/awt/MenuBar/SeparatorsNavigation/SeparatorsNavigation.java fails
...
Reviewed-by: serb
2020-02-17 20:04:31 +03:00
Sergey Bylokhov
5705a55161
8233827: Enable screenshots in the enhanced failure handler on Linux/macOS
...
Reviewed-by: iignatyev
2020-02-13 13:23:31 -08:00
Sergey Bylokhov
784e575134
8238741: java.awt.Robot(GraphicsDevice) constructor does not follow the spec
...
Reviewed-by: aivanov
2020-02-13 13:21:21 -08:00
Sergey Bylokhov
8d2aa62bd9
8221823: Requested JDialog width is ignored
...
Reviewed-by: aivanov
2020-02-13 13:19:55 -08:00
Phil Race
ff55c4903b
8238842: AIOOBE in GIFImageReader.initializeStringTable
...
Reviewed-by: serb, bpb
2020-02-12 14:45:10 -08:00
Prasanta Sadhukhan
dfaaec9aff
Merge
2020-02-11 14:24:31 +05:30
Igor Ignatyev
4d00104f55
8238278: vmTestbase/vm/compiler/CodeCacheInfo/Test.java failure after JDK-8237787
...
Reviewed-by: kvn
2020-02-11 00:42:25 -08:00
Prasanta Sadhukhan
5f44b6ca1b
Merge
2020-02-11 13:41:48 +05:30
Sergey Bylokhov
0b3cf5ea13
8237222: [macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails
...
Reviewed-by: trebari, prr, psadhukhan
2020-02-08 18:48:42 -08:00
Sergey Bylokhov
1b3b413ee6
8238276: ComponentPeer.xxxImage are not implemented in some peers
...
Reviewed-by: aivanov
2020-02-08 14:25:06 -08:00
Phil Race
cf83f8e364
8238721: Add failing client jtreg tests to the Problem List
...
Reviewed-by: serb
2020-02-08 12:00:06 -08:00
Phil Race
728592dd22
Merge
2020-02-07 11:09:59 -08:00
Christoph Langer
90ee2c3d6e
8237192: Generate stripped/public pdbs on Windows for jdk images
...
Co-authored-by: Matthias Baesken <matthias.baesken@sap.com>
Reviewed-by: erikj, ihse
2020-02-07 08:38:40 +01:00
Jamil Nimeh
39db83a9cc
8239094: PKCS#9 ChallengePassword attribute does not allow for the UTF8String type
...
Reviewed-by: xuelei
2020-02-19 13:36:53 -08:00
Christian Hagedorn
d7b122ed69
8238438: SuperWord::co_locate_pack picks memory state of first instead of last load
...
Fix selection of first and last memory state in SuperWord::co_locate_pack
Reviewed-by: thartmann, kvn
2020-03-02 10:23:08 +01:00
Claes Redestad
ebadfaeb2e
8196334: Optimize UUID#fromString
...
Co-authored-by: Andriy Plokhotnyuk <plokhotnyuk@gmail.com>
Co-authored-by: Jon Chambers <jon.chambers@gmail.com>
Reviewed-by: igerasim, alanb
2020-03-02 08:22:48 +01:00
Rajan Halade
751de03704
8225130: Add exception for expiring Comodo roots to VerifyCACerts test
...
Reviewed-by: weijun
2020-03-01 23:04:02 -08:00
Sergey Bylokhov
080c16d36d
8225126: Test SetBoundsPaintTest.html faild on Windows when desktop is scaled
...
Reviewed-by: jdv
2020-02-04 12:56:19 -08:00
David Holmes
983fc23fd1
8236844: Deprecate PrintVMQWaitTime to prepare for its removal
...
Reviewed-by: rehn, coleenp, hseigel
2020-02-10 19:58:04 -05:00
Alex Menkov
84c24a49ad
8234935: JdwpListenTest.java and JdwpAttachTest.java getting bind failures on Windows 2016 hosts
...
Reviewed-by: cjplummer, sspitsyn
2020-02-10 16:56:38 -08:00
John Jiang
fbca3fa710
8238677: java/net/httpclient/ssltest/CertificateTest.java should not specify TLS version
...
Reviewed-by: dfuchs
2020-02-11 08:36:02 +08:00
Ivan Gerasimov
987be2bb6d
8235812: Unicode linebreak with quantifier does not match valid input
...
Reviewed-by: rriggs
2020-02-10 16:10:45 -08:00
Frederic Parain
9886cb401c
8237767: Field layout computation overhaul
...
Reviewed-by: dholmes, coleenp, lfoltan, shade
2020-02-10 09:49:12 -05:00
Alan Bateman
c23d1de2f8
8238376: test/jdk/java/nio/channels/DatagramChannel/Loopback.java failing on multi-homed systems
...
Reviewed-by: dfuchs
2020-02-10 12:57:31 +00:00
Sureshkumar Mahaliswamy
060e4ec305
8235900: [TESTBUG] [macos] PopupMenu Opaque property is not reflecting the Parents property on MAC OS
...
Reviewed-by: serb
2020-02-03 14:58:54 +05:30
Christoph Langer
9fb0aeecb6
8221741: ClassCastException can happen when fontconfig.properties is used
...
Reviewed-by: mbaesken, itakiguchi
2020-02-02 17:41:33 +01:00
Roland Westrelin
8c0fab8fbe
8237837: Shenandoah: assert(mem == __null) failed: only one safepoint
...
Reviewed-by: rkennke
2020-01-28 11:28:52 +01:00
Roland Westrelin
a59ed930f5
8238385: CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
...
Reviewed-by: rkennke, shade
2020-02-07 13:59:17 +01:00
Claes Redestad
0b5d48b9e6
8230301: Re-examine hardcoded defaults in GenerateJLIClassesPlugin
...
Reviewed-by: mchung
2020-02-10 12:39:19 +01:00
Sean Coffey
04c1e2e931
8223260: NamingManager should cache InitialContextFactory
...
Reviewed-by: alanb, plevart, dfuchs
2020-02-09 21:55:56 +00:00
Aleksey Shipilev
71d7af4b23
8238591: CTW: Split applications/ctw/modules/jdk_localedata.java
...
Reviewed-by: iignatyev
2020-02-10 06:18:46 +01:00
Aleksey Shipilev
970283b601
8238247: CTW runner should sweep nmethods more aggressively
...
Reviewed-by: adinn, simonis, iignatyev
2020-02-10 06:18:28 +01:00
Aleksey Shipilev
f1a2c6019e
8238366: CTW runner closes standard output on exit
...
Reviewed-by: adinn, iignatyev
2020-02-10 06:18:10 +01:00
Claes Redestad
ac69c7894d
8238684: Override getOrDefault in immutable Map implementation
...
Reviewed-by: forax, psandoz, smarks
2020-02-08 15:21:25 +01:00
Jia Huang
7552915d3f
8238586: [TESTBUG] vmTestbase/jit/tiered/Test.java failed when TieredCompilation is disabled
...
Reviewed-by: iignatyev
2020-02-08 15:46:39 +08:00
Jonathan Gibbons
3461ce9800
8238437: Support separate locales for console messages and HTML content
...
Reviewed-by: prappo
2020-02-07 17:00:23 -08:00
Mikhailo Seledtsov
214edaf9c2
8219999: TestJFREvents container test should not use jdk.CPUInformation event for container CPU values
...
Updated the testcase not to test jdk.CPUInformation
Reviewed-by: egahlin
2020-02-07 13:04:00 -08:00
Sergey Bylokhov
bbc3d16705
8176359: Frame#setMaximizedbounds not working properly in multi screen environments
...
8231564: setMaximizedBounds is broken with large display scale and multiple monitors
Reviewed-by: aivanov
2020-01-25 22:46:20 -08:00
Prasanta Sadhukhan
0aeed751e6
Merge
2020-01-22 13:29:03 +05:30
Aleksey Shipilev
d9df6feabe
8237586: Shenandoah: provide option to disable periodic GC
...
Reviewed-by: zgu
2020-01-21 20:58:48 +01:00
Ivan Gerasimov
6f7f81f794
8236034: Use optimized Ques node for curly {0,1} quantifier
...
Reviewed-by: rriggs
2020-01-21 17:52:55 -08:00
Mikael Vidstedt
eef726a99a
8237601: test/langtools/tools/javac/warnings/MaxDiagsRecompile.java fails after JDK-8237589
...
Reviewed-by: dholmes
2020-01-21 17:37:18 -08:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Patrick Concannon
d2cd7a5096
8237571: java/net/DatagramSocket/SendCheck.java is failing on Solaris
...
Commented out failing testcase as this is being tracked by JDK-8236852
Reviewed-by: dfuchs
2020-01-21 18:38:46 +00:00
Naoto Sato
0ae7207e95
8187987: Add a mechanism to configure custom variants in HijrahChronology
...
Reviewed-by: joehw, rriggs
2020-01-21 08:02:10 -08:00
Prasanta Sadhukhan
64a1b0599e
Merge
2020-01-21 07:29:48 +05:30
Jesper Wilhelmsson
b936939454
Merge
2020-01-20 18:05:07 +01:00
Patrick Concannon
2f76772fa9
8236105: Behaviors of DatagramSocket/DatagramChannel::socket send methods are not always consistent
...
DatagramSocket and MulticastSocket changed to throw IllegalArgumentException if not connected and passed a packet containing a port out of range
Reviewed-by: chegar, dfuchs
2020-01-20 16:24:05 +00:00
Thomas Schatzl
4aab3078a2
8235860: Obsolete the UseParallelOldGC option
...
Obsolete the UseParallelOldGC option by removing code and other mentions.
Reviewed-by: kbarrett, lkorinth
2020-01-20 11:15:45 +01:00
Alan Bateman
d4c3278889
8236925: (dc) Upgrade DatagramChannel socket adaptor to extend MulticastSocket
...
Reviewed-by: dfuchs
2020-01-19 08:02:46 +00:00
Alan Bateman
6ef474a4f4
8053479: (dc) DatagramChannel.read() throws exception instead of discarding data when buffer too small
...
Reviewed-by: redestad, dfuchs
2020-01-18 19:11:28 +00:00
Phil Race
2867609482
8224109: Text spaced incorrectly by drawString under rotation with fractional metric
...
Reviewed-by: serb, kizune
2020-01-17 12:20:00 -08:00
Daniel Fuchs
c6da6681d4
8236859: WebSocket over authenticating proxy fails with NPE
...
This change fixes several issues with WebSocket and proxy authentication. The AuthenticationFilter is changed to support an authenticating server accessed through an authenticating proxy. MultiExchange is fixed to close the previous connection if a new connection is necessary to establish the websocket (websocket connections are not cached and must be closed in that case). WebSocket OpeningHandshake is fixed to close the connection (without creating the RawChannel) if the opening handshake doesn't result in 101 upgrade protocol.
Reviewed-by: prappo, chegar
2020-01-17 17:55:06 +00:00
Hannes Wallnöfer
5903e20af2
8224052: Javadoc doesn't handle non-public intermediate types well
...
Reviewed-by: jjg
2020-01-16 15:50:23 +01:00
Aleksey Shipilev
72a4aa8c11
8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
...
Reviewed-by: rkennke
2020-01-21 13:40:10 +01:00
Claes Redestad
c639682887
8236075: Minor bootstrap improvements
...
Reviewed-by: mchung, alanb
2020-01-21 13:28:15 +01:00
Phil Race
4aab785db1
Merge
2020-01-14 15:23:01 -08:00
Clemens Eisserer
7ecca1ea3c
8235904: Infinite loop when rendering huge lines
...
Reviewed-by: prr, kizune
2020-01-14 15:19:49 -08:00
Claes Redestad
de96aeddf5
8236850: Operations on constant List/Set.of(element) instances does not consistently constant fold
...
Reviewed-by: smarks, jrose, rriggs, psandoz
2020-01-14 23:40:42 +01:00
Hannes Wallnöfer
631b4d2694
8220002: Improve anchor definitions in generated files
...
Reviewed-by: jjg
2020-01-14 21:17:30 +01:00
Daniel Fuchs
bf16838a8b
8208281: java/nio/channels/AsynchronousSocketChannel/Basic.java timed out
...
Modify the test to accept the peer socket before closing the client socket
Reviewed-by: alanb
2020-01-14 11:45:29 +00:00
Per Lidén
832baeaf4d
8236153: ZGC: gc/z/TestUncommit.java fails with java.lang.Exception: Uncommitted too fast
...
Reviewed-by: eosterlund
2020-01-14 10:43:55 +01:00
Sean Coffey
2c5167803a
8234466: Class loading deadlock involving X509Factory#commitEvent()
...
Reviewed-by: alanb, chegar, dfuchs
2020-01-13 21:16:27 +00:00
Jesper Wilhelmsson
913b8702d1
Merge
2020-01-13 15:40:09 +01:00
Naoto Sato
1b24cf800f
8174270: Consolidate ICU sources in one location
...
Reviewed-by: srl, joehw
2020-01-13 08:05:59 -08:00
Christoph Langer
91bb1d3700
8237008: Exclude serviceability/sa/TestInstanceKlassSizeForInterface.java on linuxppc64 and linuxppc64le
...
Reviewed-by: mdoerr
2020-01-13 16:56:21 +01:00
Tejpal Rebari
861e1addda
8223788: [macos] JSpinner buttons in JColorChooser dialog may capture focus using TAB Key
...
Reviewed-by: serb, pbansal, psadhukhan
2020-01-13 18:27:31 +05:30
Tobias Hartmann
ea152dcd9b
8229855: C2 fails with assert(false) failed: bad AD file
...
Strengthen the check to ensure that both control and data paths die consistently.
Reviewed-by: vlivanov, roland
2020-01-13 13:37:01 +01:00
Jan Lahoda
8e2c1c68f6
8236546: Yield with boolean expression and Object target type crashes javac
...
The whenTrue and whenFalse sets need to be merged for non-boolean expressions.
Reviewed-by: mcimadamore
2020-01-13 10:50:31 +01:00
Jan Lahoda
6fc159f17c
8236715: JShell: Records with errors are not properly corraled
...
Correctly corralling record classes, and providing correct messages to the user.
Reviewed-by: rfield, vromero
2020-01-13 10:49:58 +01:00
Nick Gasson
2afe1c6c23
8236634: Memory Access API tests fail on 32-bit
...
Reviewed-by: mcimadamore, shade
2020-01-13 15:31:23 +08:00
Athijegannathan Sundararajan
34b9c84af4
8222098: tools/jlink/plugins/IncludeLocalesPluginTest.java time out
...
Reviewed-by: jlaskey, naoto
2020-01-13 08:29:32 +05:30
Vicente Romero
4692bc58eb
8236841: compact constructor parameters are always final
...
Reviewed-by: mcimadamore
2020-01-10 15:32:04 -05:00
Mandy Chung
fe8e1aacd1
8225773: jdeps --check produces NPE if there are missing module dependences
...
Reviewed-by: alanb
2020-01-10 11:50:54 -08:00