Thomas Stuefe
|
66c653c561
|
8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Reviewed-by: tschatzl, rrich
|
2021-08-04 04:11:12 +00:00 |
|
Igor Ignatyev
|
68dd828088
|
8271224: runtime/EnclosingMethodAttr/EnclMethodAttr.java doesn't check exit code
Reviewed-by: mseledtsov, dholmes
|
2021-08-04 02:22:07 +00:00 |
|
Igor Ignatyev
|
34ba70a71b
|
8269037: jsig/Testjsig.java doesn't have to be restricted to linux only
Reviewed-by: mseledtsov, dholmes
|
2021-08-04 02:19:01 +00:00 |
|
David Holmes
|
7e518f42c9
|
8269934: RunThese24H.java failed with EXCEPTION_ACCESS_VIOLATION in java_lang_Thread::get_thread_status
Reviewed-by: stuefe, dcubed, sspitsyn
|
2021-08-04 02:08:30 +00:00 |
|
Igor Ignatyev
|
659498a07f
|
8271829: mark hotspot runtime/Throwable tests which ignore external VM flags
Reviewed-by: jiefu
|
2021-08-04 01:59:33 +00:00 |
|
Igor Ignatyev
|
d3b40cb683
|
8271826: mark hotspot runtime/condy tests which ignore external VM flags
Reviewed-by: jiefu
|
2021-08-04 01:49:11 +00:00 |
|
Calvin Cheung
|
3435d299f7
|
8271003: hs_err improvement: handle CLASSPATH env setting longer than O_BUFLEN
Reviewed-by: dholmes, stuefe, iklam, minqi
|
2021-08-04 01:38:18 +00:00 |
|
Denghui Dong
|
43a6ba9677
|
8271726: JFR: should use equal() to check event fields in tests
Reviewed-by: egahlin
|
2021-08-04 01:35:26 +00:00 |
|
Weijun Wang
|
a8408708b0
|
8271616: oddPart in MutableBigInteger::mutableModInverse contains info on final result
Reviewed-by: bpb, darcy, valeriep
|
2021-08-04 00:02:59 +00:00 |
|
Andy Herrick
|
0199b03eb3
|
8271344: Windows product version issue
Reviewed-by: asemenyuk, almatvee
|
2021-08-03 18:51:23 +00:00 |
|
Joe Darcy
|
6594d3a3ef
|
8271711: Remove WorkArounds.isSynthetic
Reviewed-by: jjg
|
2021-08-03 18:13:17 +00:00 |
|
Coleen Phillimore
|
f15d6cbcaf
|
8271506: Add ResourceHashtable support for deleting selected entries
Reviewed-by: iklam, stuefe
|
2021-08-03 17:20:25 +00:00 |
|
Xiaowei Lu
|
bdb50cab79
|
8270347: ZGC: Adopt release-acquire ordering for forwarding table access
Co-authored-by: Hao Tang <albert.th@alibaba-inc.com>
Reviewed-by: eosterlund, pliden
|
2021-08-03 12:23:14 +00:00 |
|
Albert Mingkun Yang
|
b217a6ca0f
|
8271609: Misleading message for AbortVMOnVMOperationTimeoutDelay
Reviewed-by: dholmes
|
2021-08-03 11:43:41 +00:00 |
|
Jesper Wilhelmsson
|
c8add223a1
|
Merge
Reviewed-by: mikael
|
2021-08-03 01:01:25 +00:00 |
|
Yumin Qi
|
84f0231031
|
8271419: Refactor test code for modifying CDS archive contents
Reviewed-by: iklam, ccheung
|
2021-08-02 23:07:43 +00:00 |
|
Claes Redestad
|
0b9539405d
|
8271624: Avoid unnecessary ThreadGroup.checkAccess calls when creating Threads
Reviewed-by: rriggs
|
2021-08-02 22:59:48 +00:00 |
|
Claes Redestad
|
e621cffa4f
|
8271627: Use local field access in favor of Class.getClassLoader0
Reviewed-by: mchung
|
2021-08-02 22:37:56 +00:00 |
|
Igor Ignatyev
|
ada58d13f7
|
8067223: [TESTBUG] Rename Whitebox API package
Reviewed-by: dholmes, kvn
|
2021-08-02 20:44:18 +00:00 |
|
Saravana Kumar Vijayasekaran
|
f8fb571307
|
8271150: Remove EA from JDK 17 version string starting with Initial RC promotion on Aug 5, 2021(B34)
Reviewed-by: iris, mikael
|
2021-08-02 18:42:41 +00:00 |
|
Daniel D. Daugherty
|
0a85236396
|
8193559: ugly DO_JAVA_THREADS macro should be replaced
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Reviewed-by: eosterlund, ayang, kbarrett, dholmes
|
2021-08-02 16:01:27 +00:00 |
|
Daniel D. Daugherty
|
db950ca41f
|
8271348: Add stronger sanity check of thread state when polling for safepoint/handshakes
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: dholmes, pchilanomate
|
2021-08-02 16:00:13 +00:00 |
|
Lance Andersen
|
3e3051e2ee
|
8251329: (zipfs) Files.walkFileTree walks infinitely if zip has dir named "." inside
Reviewed-by: alanb, naoto
|
2021-08-02 15:47:16 +00:00 |
|
Claes Redestad
|
7a4c754e5d
|
8271611: Use SecurityConstants.ACCESS_PERMISSION in MethodHandles
Reviewed-by: rriggs
|
2021-08-02 15:34:56 +00:00 |
|
Aleksey Shipilev
|
e74537f924
|
8271605: Update JMH devkit to 1.32
Reviewed-by: redestad, ecaspole
|
2021-08-02 15:05:57 +00:00 |
|
Sergey Tsypanov
|
249d641889
|
8263561: Re-examine uses of LinkedList
Reviewed-by: redestad
|
2021-08-02 12:50:38 +00:00 |
|
Sergey Tsypanov
|
6a3f8343bc
|
8268113: Re-use Long.hashCode() where possible
Reviewed-by: redestad
|
2021-08-02 12:49:41 +00:00 |
|
Sergey Tsypanov
|
2536e4342e
|
8270160: Remove redundant bounds check from AbstractStringBuilder.charAt()
Reviewed-by: redestad
|
2021-08-02 12:48:35 +00:00 |
|
Sergey Tsypanov
|
6c4c48faea
|
8266972: Use String.concat() in j.l.Class where invokedynamic-based String concatenation is not available
Reviewed-by: redestad
|
2021-08-02 12:47:09 +00:00 |
|
Sergey Tsypanov
|
72145f3b94
|
8269665: Clean-up toString() methods of some primitive wrappers
Reviewed-by: redestad
|
2021-08-02 12:46:00 +00:00 |
|
Jesper Wilhelmsson
|
7cc1eb3e57
|
Merge
|
2021-07-30 22:30:23 +00:00 |
|
Rajan Halade
|
4bc9b04984
|
8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert
Reviewed-by: mullan
|
2021-07-30 20:29:18 +00:00 |
|
Rajan Halade
|
d6bb846159
|
8248899: security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java fails, Certificate has been revoked
Reviewed-by: mullan
|
2021-07-30 20:16:32 +00:00 |
|
Jatin Bhateja
|
71ca0c08f0
|
8270848: Redundant unsafe opmask register allocation in some instruction patterns.
Reviewed-by: sviswanathan, kvn
|
2021-07-30 18:28:30 +00:00 |
|
Andrew Haley
|
6c68ce2d39
|
8270947: AArch64: C1: use zero_words to initialize all objects
Reviewed-by: ngasson, adinn
|
2021-07-30 18:02:11 +00:00 |
|
Thomas Stuefe
|
cd7e30ef84
|
8271242: Add Arena regression tests
Reviewed-by: mseledtsov, coleenp
|
2021-07-30 16:42:40 +00:00 |
|
Sergey Chernyshev
|
5b3c418249
|
8270321: Startup regressions in 18-b5 caused by JDK-8266310
Reviewed-by: mchung, alanb
|
2021-07-30 16:10:25 +00:00 |
|
Prasanta Sadhukhan
|
baf7797b09
|
8049301: Suspicious use of string identity checks in JComponent.setUIProperty
Reviewed-by: azvegint
|
2021-07-30 15:37:30 +00:00 |
|
Sean Mullan
|
89f5c96d63
|
8232066: Remove outdated code/methods from PKIX implementation
Reviewed-by: weijun
|
2021-07-30 12:43:20 +00:00 |
|
Christian Hagedorn
|
9856ace828
|
8268963: [IR Framework] Some default regexes matching on PrintOptoAssembly in IRNode.java do not work on all platforms
Reviewed-by: kvn, thartmann
|
2021-07-30 12:28:57 +00:00 |
|
Jan Lahoda
|
b59418f47d
|
8270060: (jdeprscan) tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java failed with class file for jdk.internal.util.random.RandomSupport not found
Reviewed-by: sundar, vromero, darcy
|
2021-07-30 07:58:51 +00:00 |
|
Roland Westrelin
|
e351de3bd6
|
8271272: C2: assert(!had_error) failed: bad dominance
Reviewed-by: kvn, thartmann, chagedorn
|
2021-07-30 07:28:04 +00:00 |
|
David Holmes
|
4f42eb6601
|
8269523: runtime/Safepoint/TestAbortOnVMOperationTimeout.java failed when expecting 'VM operation took too long'
Reviewed-by: shade, mseledtsov
|
2021-07-30 04:03:11 +00:00 |
|
Chris Plummer
|
6180cf1f0d
|
8271512: ProblemList serviceability/sa/sadebugd/DebugdConnectTest.java due to 8270326
Reviewed-by: dcubed
|
2021-07-30 01:01:52 +00:00 |
|
Chris Plummer
|
77fbd99f79
|
8270341: Test serviceability/dcmd/gc/HeapDumpAllTest.java timed-out
Reviewed-by: dcubed
|
2021-07-30 00:57:53 +00:00 |
|
Chris Plummer
|
a1b5b818c5
|
8271507: ProblemList SA tests that are failing with ZGC due to JDK-8248912
Reviewed-by: dcubed
|
2021-07-30 00:56:55 +00:00 |
|
Jesper Wilhelmsson
|
048fb2cb17
|
Merge
|
2021-07-29 21:49:16 +00:00 |
|
Roger Riggs
|
286d313635
|
8271489: (doc) Clarify Filter Factory example
Reviewed-by: iris, kcr, naoto, bpb
|
2021-07-29 20:22:02 +00:00 |
|
Emmanuel Bourg
|
d09b028407
|
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
|
2021-07-29 16:03:31 +00:00 |
|
Christian Hagedorn
|
489e5fd12a
|
8268019: C2: assert(no_dead_loop) failed: dead loop detected
Reviewed-by: kvn, thartmann
|
2021-07-29 09:31:22 +00:00 |
|