Jatin Bhateja
|
5d82d67a9e
|
8290034: Auto vectorize reverse bit operations.
Reviewed-by: xgong, kvn
|
2022-07-28 04:43:01 +00:00 |
|
Hao Sun
|
16a127524c
|
8290943: Fix several IR test issues on SVE after JDK-8289801
Reviewed-by: jiefu, adinn
|
2022-07-27 23:42:11 +00:00 |
|
Aleksey Shipilev
|
dc74ea21f1
|
8291048: x86: compiler/c2/irTests/TestAutoVectorization2DArray.java fails with lower SSE
Reviewed-by: kvn, jiefu
|
2022-07-27 16:58:49 +00:00 |
|
Thomas Schatzl
|
e804236f05
|
8291289: gc/TestPLABAdaptToMinTLABSize fails after JDK-8289137
Reviewed-by: shade
|
2022-07-27 12:39:28 +00:00 |
|
Harold Seigel
|
48b77a6969
|
8285792: Posix signal handler modification checking issues.
Reviewed-by: dholmes, erikj
|
2022-07-27 12:22:55 +00:00 |
|
Tobias Hartmann
|
61e072d11c
|
8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI"
Reviewed-by: kvn, xliu
|
2022-07-27 10:43:52 +00:00 |
|
Thomas Schatzl
|
2a1d9cfead
|
8289137: Automatically adapt Young/OldPLABSize and when setting only MinTLABSize
Reviewed-by: iwalulya, sangheki
|
2022-07-27 08:01:05 +00:00 |
|
Leonid Mesnik
|
1451642317
|
8244976: vmTestbase/nsk/jdi/Event/request/request001.java doesn' initialize eName
Reviewed-by: shade, sspitsyn, cjplummer
|
2022-07-26 19:02:47 +00:00 |
|
Pengfei Li
|
893909558b
|
8289996: Fix array range check hoisting for some scaled loop iv
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: roland, kvn, thartmann
|
2022-07-26 13:45:38 +00:00 |
|
Xiaohong Gong
|
a6faf5d33a
|
8290485: [vector] REVERSE_BYTES for byte type should not emit any instructions
Reviewed-by: thartmann, kvn
|
2022-07-26 02:56:26 +00:00 |
|
Bhavana Kilambi
|
80dc6cebc9
|
8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: jiefu, kvn, thartmann
|
2022-07-25 09:08:23 +00:00 |
|
Zhengyu Gu
|
54854d9300
|
8256811: Delayed/missed jdwp class unloading events
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: cjplummer, coleenp, sspitsyn
|
2022-07-22 12:27:04 +00:00 |
|
Chris Plummer
|
59d85bad34
|
8290687: serviceability/sa/TestClassDump.java could leave files owned by root on macOS
Reviewed-by: amenkov, lmesnik
|
2022-07-21 21:34:26 +00:00 |
|
Ioi Lam
|
66f59c2c16
|
8290731: Clean up CDS handling of LambdaForm Species classes
Reviewed-by: ccheung
|
2022-07-21 21:32:30 +00:00 |
|
Vladimir Kozlov
|
e8975be94b
|
8290746: ProblemList compiler/vectorization/TestAutoVecIntMinMax.java
Reviewed-by: dholmes
|
2022-07-21 00:46:11 +00:00 |
|
Leonid Mesnik
|
b1817a30a0
|
8290468: Remove gc/gctests/mallocWithGC tests
Reviewed-by: kbarrett, tschatzl
|
2022-07-20 19:19:57 +00:00 |
|
Bhavana Kilambi
|
89458e36af
|
8288107: Auto-vectorization for integer min/max
Reviewed-by: kvn, ngasson
|
2022-07-20 15:36:39 +00:00 |
|
Thomas Schatzl
|
984cd02dfb
|
8290707: runtime/cds/appcds/dynamicArchive/DynamicLambdaWithUseImplMethodHandle.java fails with "Can't find sun.hotspot.whitebox"
Reviewed-by: dholmes
|
2022-07-20 12:34:55 +00:00 |
|
Jesper Wilhelmsson
|
a3e07d950a
|
Merge
|
2022-07-20 07:39:01 +00:00 |
|
Jie Fu
|
43588648ca
|
8290511: compiler/vectorapi/TestMaskedMacroLogicVector.java fails IR verification
Reviewed-by: kvn, thartmann
|
2022-07-19 22:50:00 +00:00 |
|
Coleen Phillimore
|
96a542feb2
|
8227060: Optimize safepoint cleanup subtask order
Reviewed-by: kbarrett, pchilanomate
|
2022-07-19 16:32:07 +00:00 |
|
Ioi Lam
|
4dc421caa0
|
8290417: CDS cannot archive lamda proxy with useImplMethodHandle
Reviewed-by: dholmes, ccheung, mchung
|
2022-07-19 04:37:28 +00:00 |
|
Jesper Wilhelmsson
|
6cd1c0c14e
|
Merge
|
2022-07-18 22:51:25 +00:00 |
|
Jie Fu
|
4a4d8ed83b
|
8289801: [IR Framework] Add flags to whitelist which can be used to simulate a specific machine setup like UseAVX
Reviewed-by: kvn, xgong, thartmann
|
2022-07-18 22:49:17 +00:00 |
|
Leonid Mesnik
|
5a96a5db13
|
8289612: Change hotspot/jtreg tests to not use Thread.stop
Reviewed-by: dholmes, dcubed
|
2022-07-18 21:53:41 +00:00 |
|
Coleen Phillimore
|
6882f0eb39
|
8290013: serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java failed "assert(!in_vm) failed: Undersized StackShadowPages"
Reviewed-by: lmesnik
|
2022-07-18 15:04:08 +00:00 |
|
Pengfei Li
|
2677dd6d23
|
8289954: C2: Assert failed in PhaseCFG::verify() after JDK-8183390
Reviewed-by: kvn, thartmann, roland
|
2022-07-18 12:18:06 +00:00 |
|
Roland Westrelin
|
4f3f74c141
|
8289127: Apache Lucene triggers: DEBUG MESSAGE: duplicated predicate failed which is impossible
Reviewed-by: kvn, dlong
|
2022-07-18 07:08:49 +00:00 |
|
Fei Gao
|
87340fd540
|
8288883: C2: assert(allow_address || t != T_ADDRESS) failed after JDK-8283091
Reviewed-by: kvn, mdoerr
|
2022-07-18 05:54:51 +00:00 |
|
Ioi Lam
|
84f23149e2
|
8286030: Avoid JVM crash when containers share the same /tmp dir
Reviewed-by: stuefe, sgehwolf
|
2022-07-18 04:10:08 +00:00 |
|
Jatin Bhateja
|
2342684f2c
|
8290066: Remove KNL specific handling for new CPU target check in IR annotation
Reviewed-by: kvn, sviswanathan
|
2022-07-16 01:18:30 +00:00 |
|
Jesper Wilhelmsson
|
3ad3950560
|
Merge
|
2022-07-14 16:29:51 +00:00 |
|
Jie Fu
|
be58cbc417
|
8290269: gc/shenandoah/TestVerifyJCStress.java fails due to invalid tag: required after JDK-8290023
Reviewed-by: tschatzl
|
2022-07-14 08:31:05 +00:00 |
|
Jesper Wilhelmsson
|
a7f83582d3
|
Merge
|
2022-07-14 06:19:40 +00:00 |
|
Feilong Jiang
|
3471ac9a90
|
8290164: compiler/runtime/TestConstantsInError.java fails on riscv
Reviewed-by: fyang, yadongwang
|
2022-07-14 03:32:52 +00:00 |
|
Jatin Bhateja
|
fd89ab8dac
|
8288112: C2: Error: ShouldNotReachHere() in Type::typerr()
Reviewed-by: dlong, kvn
|
2022-07-14 01:46:11 +00:00 |
|
Thomas Schatzl
|
5e3ecff7a6
|
8290253: gc/g1/TestVerificationInConcurrentCycle.java#id1 fails with "Error. can't find sun.hotspot.WhiteBox in test directory or libraries"
Reviewed-by: dcubed
|
2022-07-13 18:31:03 +00:00 |
|
Thomas Schatzl
|
2583feb21b
|
8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests
Reviewed-by: ayang, lkorinth, kbarrett
|
2022-07-13 16:08:59 +00:00 |
|
Daniel D. Daugherty
|
ce36f6ea85
|
8290203: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java on linux-all
Reviewed-by: naoto
|
2022-07-12 21:45:19 +00:00 |
|
Jesper Wilhelmsson
|
d9ca438d06
|
Merge
|
2022-07-12 16:16:16 +00:00 |
|
Serguei Spitsyn
|
c3806b93c4
|
8289709: fatal error: stuck in JvmtiVTMSTransitionDisabler::disable_VTMS_transitions
Reviewed-by: alanb, amenkov, lmesnik
|
2022-07-11 22:44:03 +00:00 |
|
Jesper Wilhelmsson
|
c79baaa811
|
Merge
|
2022-07-11 16:15:49 +00:00 |
|
Coleen Phillimore
|
0c1aa2bc8a
|
8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded"
Reviewed-by: lmesnik, hseigel
|
2022-07-11 15:34:17 +00:00 |
|
Coleen Phillimore
|
0c37008917
|
8275662: remove test/lib/sun/hotspot
Reviewed-by: mseledtsov, sspitsyn, lmesnik
|
2022-07-11 13:07:03 +00:00 |
|
Daniel D. Daugherty
|
9981c85d46
|
8290033 : ProblemList serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java on windows-x64 in -Xcomp mode
Reviewed-by: azvegint, tschatzl
|
2022-07-08 19:47:55 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Thomas Schatzl
|
f1967cfaab
|
8289997: gc/g1/TestVerificationInConcurrentCycle.java fails due to use of debug-only option
Reviewed-by: lkorinth
|
2022-07-08 08:49:17 +00:00 |
|
Thomas Schatzl
|
1b8f466dba
|
8289740: Add verification testing during all concurrent phases in G1
Reviewed-by: iwalulya, ayang
|
2022-07-08 07:15:56 +00:00 |
|
Robbin Ehn
|
ac399e9777
|
8286957: Held monitor count
Reviewed-by: rpressler, eosterlund
|
2022-07-08 07:12:19 +00:00 |
|
Jesper Wilhelmsson
|
01b9f95c62
|
Merge
|
2022-07-08 02:07:36 +00:00 |
|