Roman Kennke
|
9b42f4786c
|
8249884: Shenandoah: Call report_num_dead() from ShParallelWeakRootsCleaningTask destructor
Reviewed-by: zgu
|
2020-07-22 17:08:01 +02:00 |
|
Coleen Phillimore
|
2d8e74ddea
|
8249768: Move static oops and NullPointerException oops from Universe into OopStorage
Make NPE oops an objArrayOop.
Reviewed-by: dholmes, eosterlund
|
2020-07-22 10:32:44 -04:00 |
|
Raffaello Giulietti
|
4d43cf9fc6
|
8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end
Reviewed-by: lancea, rriggs
|
2020-07-22 10:01:03 -04:00 |
|
Roman Kennke
|
45e17d8dd2
|
8249877: Shenandoah: Report number of dead weak oops during STW weak roots
Reviewed-by: zgu
|
2020-07-22 15:16:57 +02:00 |
|
Christian Hagedorn
|
18cf3d8080
|
8247743: Segmentation fault in debug builds due to stack overflow in find_recur with deep graphs
Replace the recursive algorithm of Node::find() by an iterative one to avoid a stack overflow crash with deep graphs.
Reviewed-by: kvn, thartmann
|
2020-07-22 10:31:37 +02:00 |
|
Christian Hagedorn
|
4f99e1fb11
|
8248467: C2: compiler/intrinsics/object/TestClone fails with -XX:+VerifyGraphEdges
Fix assert by taking MemBarNodes into account whose precedence edge can be NULL.
Reviewed-by: kvn, thartmann
|
2020-07-22 10:28:34 +02:00 |
|
David Holmes
|
73c75ed838
|
8249650: Optimize JNIHandle::make_local thread variable usage
Reviewed-by: kbarrett, dcubed, kvn, coleenp, sspitsyn
|
2020-07-22 01:27:08 -04:00 |
|
Kim Barrett
|
2a8f92e7e7
|
8246032: Implementation of JEP 347: Enable C++14 Language Features
Update build configuration to use C++14
Reviewed-by: jlaskey, mdoerr, ihse, erikj
|
2020-07-22 00:13:53 -04:00 |
|
Jamsheed Mohammed C M
|
39b22d134f
|
8242895: failed: sanity at src/hotspot/share/opto/escape.cpp:2361
The address_offset code in EA was improved to detect raw stores(init captured ones) after loopopt.
Reviewed-by: kvn, thartmann
|
2020-07-21 08:03:20 -07:00 |
|
Bernhard Urban-Forster
|
dff37f89c5
|
8248671: AArch64: Remove unused variables
Remove unused variables in the AArch64 backend. Detected by compiling with MSVC, which warns about them.
Reviewed-by: aph, dholmes
|
2020-07-21 10:32:52 -04:00 |
|
Mikael Vidstedt
|
9ff01f7b2f
|
Merge
|
2020-07-21 20:55:29 -07:00 |
|
Markus Grönlund
|
c7b074a9db
|
8249713: JFR: java.base events have incomplete stacktraces
Reviewed-by: egahlin
|
2020-07-21 11:54:19 +02:00 |
|
Igor Ignatyev
|
f8c1d79917
|
8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
Reviewed-by: mchung
|
2020-07-20 12:16:35 -07:00 |
|
Vladimir A Ivanov
|
cd98f7d5bf
|
8249672: Include microcode revision in features_string on x86
Reviewed-by: kvn, stuefe
|
2020-07-21 13:06:45 -07:00 |
|
Roman Kennke
|
006d0bcec1
|
8249801: Shenandoah: Clear soft-refs on requested GC cycle
Reviewed-by: shade
|
2020-07-21 17:27:44 +02:00 |
|
Thomas Stuefe
|
a20c31865d
|
8249748: gtest silently ignores bad jvm arguments
Reviewed-by: shade, dholmes, iignatyev
|
2020-07-21 16:46:37 +02:00 |
|
Daniel Fuchs
|
d116022893
|
8249774: Add java/foreign/TestMismatch.java to ProblemList.txt
Reviewed-by: lancea
|
2020-07-20 20:33:59 +01:00 |
|
Mandy Chung
|
35554ea085
|
8217527: jmod hash does not work if --hash-module does not include the target module
Reviewed-by: alanb
|
2020-07-20 11:40:03 -07:00 |
|
Vicente Romero
|
3a69dfb5c5
|
8245652: some tests at RecordCompilationTests are resetting the wrong compilation options
Reviewed-by: darcy
|
2020-07-20 12:14:44 -04:00 |
|
Igor Ignatyev
|
8d97637cf2
|
8249700: java/io/File/GetXSpace.java should be added to exclude list, and not @ignore-d
Reviewed-by: alanb
|
2020-07-20 09:11:53 -07:00 |
|
Igor Ignatyev
|
af0d6d28b0
|
8249698: java/lang/invoke/LFCaching/LFGarbageCollectedTest.java should be ProblemList-ed and not @ignored
Reviewed-by: kvn, mchung
|
2020-07-20 09:11:51 -07:00 |
|
Coleen Phillimore
|
6ee76b6b05
|
8249760: Unnecessary #include oopStorageSet
Reviewed-by: hseigel
|
2020-07-20 10:53:29 -04:00 |
|
Igor Ignatyev
|
ac38b399de
|
8249681: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError
Reviewed-by: tschatzl
|
2020-07-17 15:01:10 -07:00 |
|
Igor Ignatyev
|
4a4003e900
|
8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310
Reviewed-by: kvn
|
2020-07-17 11:54:14 -07:00 |
|
Igor Ignatyev
|
1c882d91f0
|
8249673: cleanup graal problem lists
Reviewed-by: kvn
|
2020-07-17 10:51:55 -07:00 |
|
Igor Ignatyev
|
24a7d8c766
|
8249622: use 8249621 to ignore 8 jvmci tests
Reviewed-by: kvn, epavlova
|
2020-07-16 20:03:10 -07:00 |
|
Jerry Zhou
|
4d13bf33d4
|
8249628: Remove EA from JDK 15 version string starting with Initial RC promotion
Reviewed-by: tbell, erikj
|
2020-07-17 01:50:44 +00:00 |
|
Jamsheed Mohammed C M
|
d63aebe6cb
|
8246381: VM crashes with "Current BasicObjectLock* below than low_mark"
Save and restores "donotunlock" flag in check_and_handle_async_exceptions
Reviewed-by: coleenp, dholmes
|
2020-07-16 08:28:55 -07:00 |
|
Ivan Sipka
|
4320afbd58
|
8242935: test/jdk/java/util/ServiceLoader/ReloadTest.java uses nashorn script engine
Reviewed-by: alanb, iignatyev
|
2020-07-16 12:03:51 +01:00 |
|
Roman Kennke
|
546158fb42
|
8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent
Reviewed-by: alanb
|
2020-07-16 15:04:58 +02:00 |
|
Roman Kennke
|
9694ca9eaf
|
8249560: Shenandoah: Fix racy GC request handling
Reviewed-by: shade
|
2020-07-16 11:49:04 +02:00 |
|
Jan Lahoda
|
3770be7f70
|
8249367: JShell uses 100% of one core all the time
Workarounding busy wait while reading from NonBlocking.NonBlockingReaderInputStream wrapping NonBlockingPumpReader.
Reviewed-by: rfield, cstein
|
2020-07-16 11:30:11 +02:00 |
|
Matthias Baesken
|
3e641b796f
|
8249588: libwindowsaccessbridge issues on 64bit Windows
Reviewed-by: arapte, prr
|
2020-07-16 09:52:48 +02:00 |
|
Phil Race
|
631085bdfd
|
Merge
|
2020-07-21 13:55:53 -07:00 |
|
Phil Race
|
1ce6ec6a28
|
8199529: javax/swing/text/Utilities/8142966/SwingFontMetricsTest.java fails on windows
Reviewed-by: serb, psadhukhan
|
2020-07-21 13:14:35 -07:00 |
|
Phil Race
|
3ec5f6b374
|
8249725: testbug: ZeroWithStringBoundsTest.java needs update to copyright header
Reviewed-by: jdv
|
2020-07-20 08:13:02 -07:00 |
|
Phil Race
|
ca2df0e543
|
8245159: Font.getStringBounds() throws IAE for empty string if the Font has layout attributes
Reviewed-by: serb
|
2020-07-19 11:03:50 -07:00 |
|
Prasanta Sadhukhan
|
df3c55230e
|
8042055: Nimbus DerivedColor incorrectly clamps hue
Reviewed-by: serb
|
2020-07-18 12:12:41 +05:30 |
|
Prasanta Sadhukhan
|
c9f9fde366
|
8245785: javax.swing.JTabbedPane cannot be deserialized
Reviewed-by: serb, prr, kizune
|
2020-07-18 12:10:35 +05:30 |
|
Tejpal Rebari
|
39d4b22fc0
|
8249619: Nimbus L&F Fix for 8041701 is causing some Nimbus tests to fail
Reviewed-by: prr
|
2020-07-17 10:05:38 -07:00 |
|
Jie Fu
|
507e54840f
|
8246805: Incorrect copyright header in TestInvalidTieredStopAtLevel.java
Reviewed-by: mikael, iignatyev
|
2020-07-16 10:30:39 +08:00 |
|
Mikael Vidstedt
|
1108a4a77c
|
Added tag jdk-15+32 for changeset 2dad000726b8
|
2020-07-15 19:19:36 -07:00 |
|
Ambarish Rapte
|
18f3591a1b
|
8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
Reviewed-by: prr, serb
|
2020-07-16 06:35:01 +05:30 |
|
Ambarish Rapte
|
d11b0078a1
|
8249278: Revert JDK-8226253 which breaks the spec of AccessibleState.SHOWING for JList
Reviewed-by: prr, serb
|
2020-07-16 04:47:27 +05:30 |
|
Mark Reinhold
|
55039aa1c6
|
8249205: Remove unnecessary trademark symbols
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
|
2020-07-15 14:21:54 -07:00 |
|
Daniel D. Daugherty
|
24f4f14c3d
|
Merge
|
2020-07-15 17:08:28 -04:00 |
|
Daniel D. Daugherty
|
f636b84f48
|
8246676: monitor list lock operations need more fencing
Reviewed-by: dholmes, eosterlund, rehn, pchilanomate
|
2020-07-15 17:01:38 -04:00 |
|
Daniel D. Daugherty
|
62d77dc3fc
|
8247280: more fencing needed in async deflation for non-TSO machines
Reviewed-by: dholmes, pchilanomate
|
2020-07-15 16:59:39 -04:00 |
|
Tom Rodriguez
|
8cfc7e39df
|
8248524: [JVMCI] Memory corruption / segfault during NumPy installation
Reviewed-by: kvn
|
2020-07-15 12:17:19 -07:00 |
|
Igor Ignatyev
|
e07ad838b5
|
8249040: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdb tests
Reviewed-by: dholmes
|
2020-07-15 11:34:34 -07:00 |
|