Christian Hagedorn
|
9b94b9d1a1
|
8244946: fatal error: memory leak: allocating without ResourceMark with -XX:+Verbose -Xlog:methodhandles
Fix crash due to a missing ResourceMark when logging methodhandles with Verbose.
Reviewed-by: dcubed, dholmes, coleenp
|
2020-05-25 11:34:11 +02:00 |
|
Aleksey Shipilev
|
de4b15e52e
|
8245465: Shenandoah: test_in_cset can use more efficient encoding
Reviewed-by: rkennke, roland
|
2020-05-25 11:05:23 +02:00 |
|
Aleksey Shipilev
|
360554e41f
|
8245464: Shenandoah: allocate collection set bitmap at lower addresses
Reviewed-by: rkennke
|
2020-05-25 11:05:23 +02:00 |
|
Aleksey Shipilev
|
4059e44b94
|
8244729: Shenandoah: remove resolve paths from SBSA::generate_shenandoah_lrb
Reviewed-by: rkennke
|
2020-05-25 11:05:23 +02:00 |
|
Aleksey Shipilev
|
008d69e5e2
|
8245703: 32-bit build failures after JDK-8243392
Reviewed-by: dholmes, stuefe
|
2020-05-25 11:04:08 +02:00 |
|
John Jiang
|
98cb95b7b7
|
8245691: Add EdDSA certificstes to SSLSocketTemplate and CertUtils
Reviewed-by: xuelei
|
2020-05-25 11:29:56 +08:00 |
|
Thomas Stuefe
|
04e6b743db
|
8243392: Remodel CDS/Metaspace storage reservation
Reviewed-by: iklam, coleenp, ngasson, aph
|
2020-05-24 19:25:29 +02:00 |
|
Serguei Spitsyn
|
8e01f3ad02
|
8244571: assert(!_thread->is_pending_jni_exception_check()) failed: Pending JNI Exception Check during class loading
Fix the -Xcheck:jni asserts
Reviewed-by: dholmes, cjplummer
|
2020-05-23 10:39:07 +00:00 |
|
Pankaj Bansal
|
04b3bf6024
|
8233550: [TESTBUG] JTree tests fail regularly on MacOS
Reviewed-by: psadhukhan, jdv
|
2020-05-23 13:27:09 +05:30 |
|
Pankaj Bansal
|
15433df97f
|
8233552: [TESTBUG] JTable Test bug7068740.java fails on MacOS
Reviewed-by: psadhukhan
|
2020-05-23 13:11:41 +05:30 |
|
Hai-May Chao
|
ccd7d70586
|
8245665: Test WeakAlg.java should only make sure no warning for weak signature algorithms by keytool on root CA
Reviewed-by: weijun
|
2020-05-23 14:49:55 +08:00 |
|
Michael McMahon
|
2f80d69518
|
8241389: URLConnection::getHeaderFields returns result inconsistent with getHeaderField/Key for FileURLConnection, FtpURLConnection
Reviewed-by: dfuchs
|
2020-05-22 21:59:40 +01:00 |
|
Chris Plummer
|
9dc6f10755
|
8244203: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with NullPointerException
Reviewed-by: sspitsyn, dtitov
|
2020-05-22 13:29:26 -07:00 |
|
Vladimir A Ivanov
|
4aa057013c
|
8245517: java/net/SocketOption/AfterClose.java fails with Invalid value 'READ_ONLY'
Reviewed-by: dfuchs, pconcannon
|
2020-05-22 10:25:40 -07:00 |
|
Vladimir A Ivanov
|
505d3da49b
|
8245569: Add jtreg tests for SO_INCOMING_NAPI_ID
Reviewed-by: dfuchs, pconcannon
|
2020-05-22 10:18:34 -07:00 |
|
Erik Gahlin
|
50f24ca0cb
|
8227559: JFR: Slow dump with path-to-gc-roots=true
Reviewed-by: mgronlun
|
2020-05-22 16:55:13 +02:00 |
|
Claes Redestad
|
b2269be8db
|
8245623: Remove unused code in sun/nio/fs after Solaris removal
Reviewed-by: alanb
|
2020-05-22 14:21:30 +02:00 |
|
Claes Redestad
|
de37507b8e
|
8245619: Remove unused methods in UnixNativeDispatcher
Reviewed-by: alanb
|
2020-05-22 12:10:55 +02:00 |
|
Claes Redestad
|
113c48f5da
|
8215401: Add isEmpty default method to CharSequence
Reviewed-by: jlaskey, rriggs, jjg, alanb, smarks, darcy
|
2020-05-22 11:20:57 +02:00 |
|
Jayathirth D V
|
ab042c601f
|
8213129: java/awt/font/FontNames/LocaleFamilyNames.java times out in Win7
Reviewed-by: psadhukhan
|
2020-05-22 11:31:31 +05:30 |
|
Ioi Lam
|
7d330d34f1
|
8245335: [TESTBUG] DeterministicDump.java fails with release JVM
Reviewed-by: stuefe, dholmes, jiefu
|
2020-05-21 15:56:27 -07:00 |
|
Naoto Sato
|
ea38873d30
|
8239480: Support for CLDR version 37
Reviewed-by: joehw
|
2020-05-21 13:56:11 -07:00 |
|
Naoto Sato
|
b5b6ae32d2
|
8245241: Incorrect locale provider preference is not logged
Reviewed-by: joehw, dfuchs
|
2020-05-21 13:55:06 -07:00 |
|
Coleen Phillimore
|
e3be308329
|
8245260: Missing file header for test/hotspot/jtreg/containers/docker/TEST.properties
Reviewed-by: dcubed, hseigel
|
2020-05-21 16:45:55 -04:00 |
|
Prasanta Sadhukhan
|
af85c26514
|
8067986: Test javax/swing/JComboBox/ConsumedKeyTest/ConsumedKeyTest.java fails
Reviewed-by: serb
|
2020-05-21 12:02:18 +05:30 |
|
Jayathirth D V
|
b58735ea76
|
8028701: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails
Reviewed-by: pbansal
|
2020-05-21 11:13:28 +05:30 |
|
Prasanta Sadhukhan
|
270674ce1b
|
Merge
|
2020-05-21 09:56:19 +05:30 |
|
Mikael Vidstedt
|
20dbc949d5
|
8245518: Problem list java/net/SocketOption/AfterClose.java
Reviewed-by: dholmes
|
2020-05-20 19:16:54 -07:00 |
|
Erik Gahlin
|
040d70c155
|
8238592: JFR: Crash when dumping paths to gc roots on deep heaps
Reviewed-by: mgronlun
|
2020-05-21 04:09:18 +02:00 |
|
Jesper Wilhelmsson
|
804576efd9
|
Added tag jdk-15+24 for changeset 497fd9f9129c
|
2020-05-21 03:53:18 +02:00 |
|
Phil Race
|
f39a0d585b
|
Merge
|
2020-05-20 17:40:46 -07:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Erik Gahlin
|
9fe4b69c1a
|
8235921: jdk/jfr/event/oldobject/TestLargeRootSet.java times out with debug bits
Reviewed-by: mgronlun
|
2020-05-21 01:36:46 +02:00 |
|
Severin Gehwolf
|
732d8865df
|
8244500: jtreg test error in test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java
When the kernel doesn't support swap limits, expect host values instead.
Reviewed-by: mbaesken, bobv, stuefe
|
2020-05-20 21:12:20 +02:00 |
|
Roland Westrelin
|
5adfaa3986
|
8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()
Reviewed-by: kvn, thartmann
|
2020-06-18 15:44:55 +02:00 |
|
Erik Gahlin
|
04adafb753
|
8247901: Multiple conflicting @return for FlightRecorderMXBean
Reviewed-by: mgronlun
|
2020-06-22 09:44:32 +02:00 |
|
Erik Gahlin
|
3576a88369
|
8246436: JFR: Avoid parsing metadata.xml during startup
Reviewed-by: mgronlun, erikj, redestad
|
2020-06-22 08:09:23 +02:00 |
|
Weijun Wang
|
927a7287b7
|
8247907: XMLDsig logging does not work
Reviewed-by: mullan
|
2020-06-20 15:11:19 +08:00 |
|
Daniel D. Daugherty
|
5bd6e9d790
|
8247876: ProblemList various crypto tests on aarch64
Reviewed-by: wetmore
|
2020-06-19 15:22:19 -04:00 |
|
Jonathan Gibbons
|
4ef42b9215
|
8247760: Improve documentation for javadoc.tester.JavadocTester
Reviewed-by: prappo
|
2020-06-19 07:55:30 -07:00 |
|
Yasumasa Suenaga
|
cd3354756a
|
8247729: GetObjectMonitorUsage() might return inconsistent information
Reviewed-by: dholmes, dcubed, sspitsyn
|
2020-06-19 16:09:49 +09:00 |
|
Ludovic Henry
|
651c20d4ef
|
8247697: Remove delayed_forbidden dead code in C2
The delayed_forbidden parameter to Compile::call_generator is never used.
Reviewed-by: kvn, vlivanov, thartmann
|
2020-06-19 08:06:08 +02:00 |
|
Jesper Wilhelmsson
|
a16994ff7b
|
Merge
|
2020-06-19 00:30:46 +02:00 |
|
Aleksey Shipilev
|
0bacc69a4c
|
8247860: Shenandoah: add update watermark line in rich assert failure message
Reviewed-by: rkennke
|
2020-06-18 19:14:13 +02:00 |
|
David Holmes
|
2627f15348
|
8238832: Obsolete PrintVMQWaitTime
Reviewed-by: ccheung, dcubed
|
2020-06-17 21:07:08 -04:00 |
|
Jesper Wilhelmsson
|
9a26a01e2f
|
Added tag jdk-16+2 for changeset bcbe7b8a77b8
|
2020-06-18 03:04:27 +02:00 |
|
Chris Plummer
|
07f9376f54
|
8246369: CodeCache.findBlobUnsafe(addr) sometimes asserts with valid address
Reviewed-by: sspitsyn, amenkov
|
2020-06-17 13:12:54 -07:00 |
|
Joe Darcy
|
1cb5a48ed7
|
8245588: Update --release 15 symbol information for JDK 15 build 27
Reviewed-by: jjg
|
2020-06-17 13:00:14 -07:00 |
|
Martin Buchholz
|
175b597ad2
|
8247706: Unintentional use of new Date(year...) with absolute year
Reviewed-by: naoto, rriggs
|
2020-06-17 12:45:17 -07:00 |
|
Martin Buchholz
|
4f2edacaaf
|
8247782: typos in java.math
Reviewed-by: rriggs, lancea, darcy
|
2020-06-17 12:29:58 -07:00 |
|