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 |
|
Phil Race
|
59dc384fbd
|
Merge
|
2020-05-20 08:40:27 -07:00 |
|
Thomas Stuefe
|
66514251c1
|
8244733: Add ResourceHashtable::xxx_if_absent
Reviewed-by: coleenp, iklam, rehn, dholmes
|
2020-05-20 15:56:39 +02:00 |
|
Aleksey Shipilev
|
ac93f38b16
|
8245463: Shenandoah: refine ShenandoahPhaseTimings constructor arguments
Reviewed-by: zgu
|
2020-05-20 15:24:32 +02:00 |
|
Aleksey Shipilev
|
0a94d85172
|
8245461: Shenandoah: refine mode name()-s
Reviewed-by: zgu
|
2020-05-20 15:24:16 +02:00 |
|
Erik Österlund
|
3f7cd1f204
|
8244416: Remove incorrect assert during inline cache cleaning
Reviewed-by: kvn, pliden
|
2020-05-20 13:20:08 +00:00 |
|
Jim Laskey
|
afe76a97d5
|
8245398: Remove addition preview adornment from String::formatted
Reviewed-by: psandoz
|
2020-05-20 10:00:52 -03:00 |
|
Magnus Ihse Bursie
|
600d82adf8
|
8245281: Disabling hotspot gtest builds make it impossible to run tests
Reviewed-by: erikj
|
2020-05-20 14:09:18 +02:00 |
|
Jan Lahoda
|
d191d2f4e2
|
8245445: Langtools NetBeans ant build broken after JDK-8244093
Correcting paths in the NetBeans-specific langtools ant build.
Reviewed-by: mcimadamore
|
2020-05-20 13:23:46 +02:00 |
|
Coleen Phillimore
|
47ceb80368
|
8245428: Remove unused oopFactory functions
Reviewed-by: stuefe, dholmes
|
2020-05-20 07:00:25 -04:00 |
|
Tejpal Rebari
|
9ae8b32dee
|
8233553: [TESTBUG] JSpinner test bug4973721.java fails on MacOS
Reviewed-by: psadhukhan
|
2020-05-20 15:04:37 +05:30 |
|
Stefan Karlsson
|
3d659eff6e
|
8245000: Windows GDI functions don't support large pages
Reviewed-by: kbarrett, sjohanss
|
2020-05-20 08:56:40 +02:00 |
|
Stefan Karlsson
|
6f29ba1991
|
8245002: Windows GDI functions don't support NUMA interleaving
Reviewed-by: kbarrett, sjohanss, tschatzl
|
2020-05-19 13:40:02 +02:00 |
|
Markus Grönlund
|
0d5f6548a9
|
8245042: Improve scalability of reading Windows Performance counters via PDH when using the Process object
Reviewed-by: dcubed, egahlin
|
2020-05-20 12:06:05 +02:00 |
|
Per Lidén
|
8c7fac8a2d
|
8245450: ZGC: Remove unused ZArguments::initialize_platform()
Reviewed-by: tschatzl
|
2020-05-20 11:59:09 +02:00 |
|
Claes Redestad
|
6812f6f641
|
8218173: exception during StringConcatFactory clinit breaks string concat with no fallback
Reviewed-by: psandoz, jlaskey
|
2020-05-20 11:35:58 +02:00 |
|
Erik Österlund
|
6508c5a38d
|
8243996: Remove hardcoded field offsets from HotSpot
Reviewed-by: jrose, coleenp, dholmes, fparain
|
2020-05-20 09:31:38 +00:00 |
|
Phil Race
|
1f233c8b99
|
6949753: [TEST BUG]: java/awt/print/PageFormat/PDialogTest.java needs update by removing a infinite loop
Reviewed-by: jdv
|
2020-05-18 17:16:29 -07:00 |
|