Erik Österlund
|
181483b90b
|
8271064: ZGC several jvm08 perf regressions after JDK-8268372
Reviewed-by: ayang, pliden, tschatzl
|
2021-08-04 10:28:47 +00:00 |
|
Jayathirth D V
|
efcdcc7fb7
|
8270893: IndexOutOfBoundsException while reading large TIFF file
Reviewed-by: prr, serb
|
2021-08-04 09:16:35 +00:00 |
|
Jie Fu
|
977b8c4e16
|
8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails with release VMs
Reviewed-by: stuefe
|
2021-08-04 07:25:36 +00:00 |
|
Xubo Zhang
|
04134fcdaa
|
8264543: Cross modify fence optimization for x86
Reviewed-by: dholmes, tschatzl, sviswanathan
|
2021-08-04 05:43:58 +00:00 |
|
Igor Ignatyev
|
9e769090a0
|
8271824: mark hotspot runtime/CompressedOops tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 05:19:33 +00:00 |
|
Igor Ignatyev
|
e49b7d958c
|
8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 05:18:10 +00:00 |
|
Igor Ignatyev
|
68f784778c
|
8271825: mark hotspot runtime/LoadClass tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 05:17:14 +00:00 |
|
Igor Ignatyev
|
3d40cac8ce
|
8271821: mark hotspot runtime/MinimalVM tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 05:16:22 +00:00 |
|
Igor Ignatyev
|
33ec3a4d95
|
8271744: mark hotspot runtime/getSysPackage tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 04:53:20 +00:00 |
|
Igor Ignatyev
|
b48f31d381
|
8271743: mark hotspot runtime/jni tests which ignore external VM flags
Reviewed-by: dholmes
|
2021-08-04 04:51:46 +00:00 |
|
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 |
|