Thomas Stuefe
|
9e320d9ab1
|
8286198: [linux] Fix process-memory information
Reviewed-by: dholmes, mbaesken
|
2022-05-10 13:28:40 +00:00 |
|
Erik Joelsson
|
65f50678f2
|
8286429: jpackageapplauncher build fails intermittently in Tier[45]
Reviewed-by: asemenyuk, ihse
|
2022-05-10 13:09:57 +00:00 |
|
KIRIYAMA Takuya
|
c4bd4499f1
|
8238373: Punctuation should be same in jlink help usage on Japanese language
Reviewed-by: naoto
|
2022-05-10 12:25:48 +00:00 |
|
Claes Redestad
|
3fa1c40439
|
8286298: Remove unused methods in sun.invoke.util.VerifyType
Reviewed-by: bpb, alanb, mchung
|
2022-05-10 09:01:40 +00:00 |
|
Lennart Fricke
|
3462190965
|
8286163: micro-optimize Instant.plusSeconds
Reviewed-by: scolebourne, redestad, naoto
|
2022-05-10 09:00:09 +00:00 |
|
Thomas Schatzl
|
60a91d15ad
|
8286285: G1: Rank issues with ParGCRareEvent_lock and Threads_lock
Reviewed-by: dholmes, iwalulya
|
2022-05-10 08:49:24 +00:00 |
|
Emanuel Peter
|
d478958eb2
|
8286179: Node::find(int) should not traverse from new to old nodes
Reviewed-by: kvn, chagedorn, thartmann
|
2022-05-10 08:04:13 +00:00 |
|
Matthias Baesken
|
de8f4d01b2
|
8286191: misc tests fail due to JDK-8285987
Reviewed-by: rriggs
|
2022-05-10 07:44:20 +00:00 |
|
Yadong Wang
|
bf0dc4f844
|
8286367: riscv: riscv port is broken after JDK-8284161
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: coleenp, fyang
|
2022-05-10 07:14:31 +00:00 |
|
Matthias Baesken
|
4fd79a6ad2
|
8285730: unify _WIN32_WINNT settings
Reviewed-by: dholmes, erikj, ihse, prr, alanb
|
2022-05-10 06:45:15 +00:00 |
|
Harshitha Onkar
|
bd6026c10c
|
7124282: [macosx] Can't see table cell highlighter when the highlight border is the same color as the cell.
Reviewed-by: psadhukhan, prr
|
2022-05-10 06:33:38 +00:00 |
|
Manukumar V S
|
9a3cb93038
|
8030121: java/awt/dnd/MissingDragExitEventTest/MissingDragExitEventTest.java fails
Reviewed-by: prr
|
2022-05-10 04:37:20 +00:00 |
|
Ajit Ghaisas
|
ace4230634
|
8261650: Add a comment with details for MTLVC_MAX_INDEX
Reviewed-by: jdv, avu, prr
|
2022-05-10 04:11:28 +00:00 |
|
Alexey Semenyuk
|
29395534d9
|
8282351: jpackage does not work if class file has $$ in the name on windows
Reviewed-by: almatvee
|
2022-05-10 02:53:11 +00:00 |
|
Daniel D. Daugherty
|
61450bb061
|
8283651: nsk/jvmti/SuspendThread/suspendthrd003 may leak native memory
Reviewed-by: lmesnik
|
2022-05-09 22:03:55 +00:00 |
|
Daniel D. Daugherty
|
c28a63617d
|
8286442: ProblemList compiler/c2/irTests/TestSkeletonPredicates.java in -Xcomp mode
Reviewed-by: ctornqvi
|
2022-05-09 21:35:20 +00:00 |
|
Jonathan Gibbons
|
54e3308210
|
8286348: incorrect use of @serial
Reviewed-by: iris, prr
|
2022-05-09 20:35:05 +00:00 |
|
Zhengyu Gu
|
b0d2b0a355
|
8286331: jni_GetStringUTFChars() uses wrong heap allocator
Reviewed-by: dlong, stuefe
|
2022-05-09 19:46:03 +00:00 |
|
Johannes Bechberger
|
902b1dd455
|
8284686: Interval of < 1 ms disables ExecutionSample events
Reviewed-by: egahlin
|
2022-05-09 19:27:32 +00:00 |
|
Daniel D. Daugherty
|
02e5fc04cc
|
8286435: JDK-8284316 caused validate-source to fail in Tier1
Reviewed-by: mikael
|
2022-05-09 19:22:42 +00:00 |
|
lawrence.andrews
|
6a7c023796
|
8284316: Support accessibility ManualTestFrame.java for non SwingSet tests
Reviewed-by: kizune
|
2022-05-09 18:30:43 +00:00 |
|
Leonid Mesnik
|
40470d83e4
|
8284550: test failure_handler is not properly invoking jhsdb jstack, resulting in failure to produce a stack when a test times out
Reviewed-by: dholmes, alanb
|
2022-05-09 18:26:08 +00:00 |
|
Harshitha Onkar
|
837928ba79
|
8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop"
Reviewed-by: prr, kizune
|
2022-05-09 17:39:43 +00:00 |
|
Weijun Wang
|
397d095f66
|
8285743: Ensure each IntegerPolynomial object is only created once
Reviewed-by: xuelei, ascarpino
|
2022-05-09 17:18:34 +00:00 |
|
Calvin Cheung
|
29ccb8fbb8
|
8285914: AppCDS crash when using shared archive with old class file
Reviewed-by: dholmes, iklam
|
2022-05-09 16:00:57 +00:00 |
|
Kim Barrett
|
fe6e0c0beb
|
8286371: Avoid use of deprecated str[n]icmp
Reviewed-by: dholmes
|
2022-05-09 15:21:38 +00:00 |
|
Raffaello Giulietti
|
97a983526b
|
8274517: java/util/DoubleStreamSums/CompensatedSums.java fails with expected [true] but found [false]
Reviewed-by: alanb, bpb
|
2022-05-09 14:53:10 +00:00 |
|
Xue-Lei Andrew Fan
|
034f20fe86
|
8212136: Remove finalizer implementation in SSLSocketImpl
Reviewed-by: wetmore
|
2022-05-09 14:15:18 +00:00 |
|
Xue-Lei Andrew Fan
|
36e4df9d66
|
8285516: clearPassword should be called in a finally try block
Reviewed-by: mullan, hchao
|
2022-05-09 14:13:50 +00:00 |
|
Andrew Haley
|
b849efdf15
|
8285923: [REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Reviewed-by: ngasson, kvn
|
2022-05-09 13:37:15 +00:00 |
|
Daniel Fuchs
|
f143386109
|
8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources
Reviewed-by: michaelm
|
2022-05-09 13:01:16 +00:00 |
|
Zhengyu Gu
|
64b05ccbed
|
8286346: 3-parameter version of AllocateHeap should not ignore AllocFailType
Reviewed-by: kbarrett, dholmes, stuefe
|
2022-05-09 12:32:29 +00:00 |
|
Doug Lea
|
4f5d73f2d4
|
8286294: ForkJoinPool.commonPool().close() spins
Reviewed-by: alanb
|
2022-05-09 11:09:34 +00:00 |
|
Johannes Bechberger
|
d4474b5816
|
8285794: AsyncGetCallTrace might acquire a lock via JavaThread::thread_from_jni_environment
Reviewed-by: dholmes, mdoerr, jbachorik
|
2022-05-09 08:18:31 +00:00 |
|
Leo Korinth
|
39f4434f44
|
8286312: Stop mixing signed and unsigned types in bit operations
Reviewed-by: coleenp, dholmes
|
2022-05-09 07:53:54 +00:00 |
|
Leo Korinth
|
b490a58ed8
|
8283899: Revert 8284190 after fix of 8281297
Reviewed-by: kbarrett
|
2022-05-09 07:24:12 +00:00 |
|
Leo Korinth
|
1ce72eabe5
|
8281297: TestStressG1Humongous fails with guarantee(is_range_uncommitted)
Reviewed-by: eosterlund, iwalulya, tschatzl
|
2022-05-09 07:16:54 +00:00 |
|
Alisen Chung
|
cdd1b0da14
|
8284613: invalid use of @serial tag
Reviewed-by: prr
|
2022-05-08 21:22:08 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Vladimir Ivanov
|
5212535a27
|
8282218: C1: Missing side effects of dynamic class loading during constant linkage
Reviewed-by: thartmann, kvn
|
2022-05-06 23:09:23 +00:00 |
|
Daniel D. Daugherty
|
d8f9686b12
|
8286342: ProblemList compiler/c2/irTests/TestEnumFinalFold.java
Reviewed-by: mikael
|
2022-05-06 19:53:20 +00:00 |
|
Dean Long
|
bb52ea6820
|
8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
Reviewed-by: thartmann, kvn
|
2022-05-06 19:47:48 +00:00 |
|
Stuart Marks
|
5a1d8f7e53
|
8285295: Need better testing for IdentityHashMap
Reviewed-by: jpai, lancea
|
2022-05-06 18:41:32 +00:00 |
|
Aleksey Shipilev
|
080f3c5d8a
|
8286190: Add test to verify constant folding for Enum fields
Reviewed-by: kvn, thartmann
|
2022-05-06 16:32:02 +00:00 |
|
Naoto Sato
|
1277f5d84e
|
8286154: Fix 3rd party notices in test files
Reviewed-by: darcy, joehw, iris
|
2022-05-06 16:10:17 +00:00 |
|
Thomas Schatzl
|
2dd4dfdd63
|
8286291: G1: Remove unused segment allocator printouts
Reviewed-by: ayang, iwalulya
|
2022-05-06 14:25:34 +00:00 |
|
Thomas Schatzl
|
b9f4370325
|
8286189: G1: Change "wasted" memory to "unused" memory in reporting
Reviewed-by: iwalulya, ayang
|
2022-05-06 12:45:35 +00:00 |
|
Boris Ulasevich
|
c6eab989b7
|
8285378: Remove unnecessary nop for C1 exception and deopt handler
Reviewed-by: kvn, dlong
|
2022-05-06 09:29:04 +00:00 |
|
Hannes Wallnöfer
|
3cdedf1ddb
|
8248863: Add search landing page to API documentation
Reviewed-by: jjg
|
2022-05-06 08:56:42 +00:00 |
|
Roland Westrelin
|
fa1ca98fff
|
8281429: PhiNode::Value() is too conservative for tripcount of CountedLoop
Reviewed-by: thartmann, kvn
|
2022-05-06 08:24:33 +00:00 |
|