Fei Gao
|
a4dc035a97
|
8290910: Wrong memory state is picked in SuperWord::co_locate_pack()
Reviewed-by: chagedorn, kvn
|
2022-09-23 01:26:21 +00:00 |
|
Thomas Stuefe
|
c6be2cd347
|
8293156: Dcmd VM.classloaders fails to print the full hierarchy
Reviewed-by: dholmes, cjplummer
|
2022-09-21 17:07:41 +00:00 |
|
Jie Fu
|
07afa3f41e
|
8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Reviewed-by: shade, thartmann
|
2022-09-21 13:10:10 +00:00 |
|
Emanuel Peter
|
379f3094db
|
8287217: C2: PhaseCCP: remove not visited nodes, prevent type inconsistency
Reviewed-by: roland, chagedorn, thartmann
|
2022-09-21 07:22:28 +00:00 |
|
Emanuel Peter
|
12e3510f63
|
8293798: Fix test bugs due to incompatibility with -XX:+AlwaysIncrementalInline
Reviewed-by: kvn, thartmann, chagedorn
|
2022-09-21 07:21:27 +00:00 |
|
casparcwang
|
cb72f80925
|
8293978: Duplicate simple loop back-edge will crash the vm
Reviewed-by: roland, chagedorn
|
2022-09-21 06:24:19 +00:00 |
|
Alex Menkov
|
21008cad46
|
8285383: vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java failed with "exit code: 96"
Reviewed-by: dcubed, lmesnik, sspitsyn
|
2022-09-20 18:18:39 +00:00 |
|
Christian Hagedorn
|
471e2f12b4
|
8292088: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue
Reviewed-by: roland, kvn
|
2022-09-19 10:15:18 +00:00 |
|
Thomas Schatzl
|
04d7b7d574
|
8293503: gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN
Reviewed-by: lkorinth, kbarrett
|
2022-09-19 07:34:14 +00:00 |
|
Thomas Schatzl
|
d77c464c38
|
8293891 : gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
Reviewed-by: ayang, kbarrett
|
2022-09-19 07:33:14 +00:00 |
|
Kevin Walls
|
cfd44bb2cd
|
8293218: serviceability/tmtools/jstat/GcNewTest.java fails with "Error in the percent calculation"
8293564: serviceability/tmtools/jstat/GcTest01.java fails with "Error in the percent calculation"
Reviewed-by: sspitsyn, lmesnik, dcubed
|
2022-09-17 09:55:51 +00:00 |
|
Xin Liu
|
bf79f99c0c
|
8292989: Avoid dynamic memory in AsyncLogWriter
Reviewed-by: jsjolen, stuefe
|
2022-09-15 18:32:21 +00:00 |
|
Aleksei Voitylov
|
b31a03c60a
|
8293695: Implement isInfinite intrinsic for RISC-V
Reviewed-by: yadongwang, fyang, dsamersoff
|
2022-09-15 09:45:03 +00:00 |
|
casparcwang
|
8f3bbe950f
|
8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
Reviewed-by: sgehwolf, iklam
|
2022-09-15 08:47:05 +00:00 |
|
Pengfei Li
|
211fab8d36
|
8291669: [REDO] Fix array range check hoisting for some scaled loop iv
Reviewed-by: roland, thartmann
|
2022-09-14 14:20:39 +00:00 |
|
Jie Fu
|
8351b30e00
|
8293771: runtime/handshake/SystemMembarHandshakeTransitionTest.java fails if MEMBARRIER_CMD_QUERY is unsupported
Reviewed-by: rehn
|
2022-09-14 07:54:32 +00:00 |
|
Emanuel Peter
|
6f2223faa1
|
8288180: C2: VectorPhase must ensure that SafePointNode memory input is a MergeMemNode
Reviewed-by: roland, thartmann
|
2022-09-13 13:14:05 +00:00 |
|
Robbin Ehn
|
1e1db5debd
|
8292591: Experimentally add back barrier-less Java thread transitions
Reviewed-by: mdoerr, eosterlund, pchilanomate, dcubed
|
2022-09-13 08:31:45 +00:00 |
|
Fei Gao
|
ec2629c052
|
8275275: AArch64: Fix performance regression after auto-vectorization on NEON
Reviewed-by: aph, xgong
|
2022-09-13 03:13:38 +00:00 |
|
Hao Sun
|
cbee0bc9ef
|
8292587: AArch64: Support SVE fabd instruction
Reviewed-by: njian, fgao, ngasson
|
2022-09-13 02:19:02 +00:00 |
|
Roland Westrelin
|
37df5f5625
|
8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
Reviewed-by: chagedorn, thartmann
|
2022-09-12 07:30:47 +00:00 |
|
Vladimir Ivanov
|
005b49bb78
|
8293044: C1: Missing access check on non-accessible class
Reviewed-by: thartmann, dlong
|
2022-09-09 20:47:31 +00:00 |
|
Man Cao
|
45ff10cc68
|
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
Reviewed-by: xliu, stuefe
|
2022-09-09 19:12:08 +00:00 |
|
Dean Long
|
dbec22b84b
|
8293287: add ReplayReduce flag
Reviewed-by: kvn, thartmann
|
2022-09-09 18:45:43 +00:00 |
|
Bhavana Kilambi
|
00befddd7c
|
8292675: Add identity transformation for removing redundant AndV/OrV nodes
Reviewed-by: thartmann, ngasson
|
2022-09-09 14:24:23 +00:00 |
|
Stefan Karlsson
|
6bd2794175
|
8293304: Replace some usages of INTPTR_FORMAT with PTR_FORMAT
Reviewed-by: kbarrett, coleenp
|
2022-09-08 13:37:06 +00:00 |
|
John R Rose
|
8d3399bf5f
|
8292758: put support for UNSIGNED5 format into its own header file
Reviewed-by: dlong, coleenp
|
2022-09-08 07:36:53 +00:00 |
|
Daniel D. Daugherty
|
2d13f53017
|
8293512: ProblemList serviceability/tmtools/jstat/GcNewTest.java in -Xcomp mode
8293516: ProblemList gc/cslocker/TestCSLocker.java in -Xcomp mode
8293517: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
8293518: ProblemList sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java
Reviewed-by: bpb
|
2022-09-07 23:08:54 +00:00 |
|
Ioi Lam
|
f84386cf6e
|
8293182: Improve testing of CDS archive heap
Reviewed-by: ccheung, coleenp
|
2022-09-07 23:02:35 +00:00 |
|
Chris Plummer
|
51de765867
|
8283010: serviceability/sa/ClhsdbThread.java failed with "'Base of Stack:' missing from stdout/stderr "
Reviewed-by: amenkov
|
2022-09-07 21:51:46 +00:00 |
|
Daniel D. Daugherty
|
8a489658ab
|
8293514: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 on all platforms
Reviewed-by: kbarrett
|
2022-09-07 21:33:46 +00:00 |
|
Daniel D. Daugherty
|
1080c4e4ae
|
8293508: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64
Reviewed-by: bpb
|
2022-09-07 20:49:06 +00:00 |
|
Brian Burkhalter
|
76df73b390
|
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
Reviewed-by: alanb, lancea
|
2022-09-07 18:53:25 +00:00 |
|
Daniel D. Daugherty
|
d36abbe8da
|
8293496: ProblemList runtime/os/TestTracePageSizes.java on linux-x64
Reviewed-by: alanb, azvegint
|
2022-09-07 15:26:02 +00:00 |
|
Christian Stein
|
1ee59adcfe
|
8289798: Update to use jtreg 7
Reviewed-by: ihse, jpai
|
2022-09-07 15:13:35 +00:00 |
|
Coleen Phillimore
|
5934669ca8
|
8292383: Create a SymbolHandle type to use for ResourceHashtable
Reviewed-by: iklam, hseigel
|
2022-09-07 14:50:58 +00:00 |
|
Evgeny Astigeevich
|
6ff4775b71
|
8285487: AArch64: Do not generate unneeded trampolines for runtime calls
Reviewed-by: xliu, aph
|
2022-09-07 14:39:48 +00:00 |
|
Albert Mingkun Yang
|
9833c025fd
|
8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row"
Reviewed-by: kbarrett, tschatzl
|
2022-09-05 13:35:36 +00:00 |
|
Roberto Castañeda Lozano
|
730ced9a10
|
8292660: C2: blocks made unreachable by NeverBranch-to-Goto conversion are removed incorrectly
Reviewed-by: kvn, roland
|
2022-09-05 07:16:51 +00:00 |
|
Chris Plummer
|
767262e67c
|
8292201: serviceability/sa/ClhsdbThreadContext.java fails with "'Thread "Common-Cleaner"' missing from stdout/stderr"
Reviewed-by: amenkov, sspitsyn
|
2022-09-03 16:06:25 +00:00 |
|
Roland Westrelin
|
77e21c57ce
|
8290529: C2: assert(BoolTest(btest).is_canonical()) failure
Reviewed-by: kvn, thartmann
|
2022-09-02 13:35:11 +00:00 |
|
Coleen Phillimore
|
fcc0cf9677
|
8292375: Convert ProtectionDomainCacheTable to ResourceHashtable
Reviewed-by: dholmes, iklam
|
2022-09-02 13:07:45 +00:00 |
|
Stefan Karlsson
|
98ce45ff74
|
8292981: Unify and restructure integer printing format specifiers
Reviewed-by: kbarrett, dholmes
|
2022-09-02 06:52:35 +00:00 |
|
Joe Darcy
|
2d18dda3f2
|
8173605: Remove support for source and target 1.7 option in javac
Reviewed-by: vromero
|
2022-09-01 16:43:50 +00:00 |
|
Aleksey Shipilev
|
5204528296
|
8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
Reviewed-by: chagedorn
|
2022-09-01 14:13:51 +00:00 |
|
Aleksey Shipilev
|
6e6202c14d
|
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
Reviewed-by: yadongwang, fyang, vkempik, psandoz
|
2022-09-01 09:22:56 +00:00 |
|
Dingli Zhang
|
17283cfe4c
|
8293011: riscv: Duplicated stubs to interpreter for static calls
Reviewed-by: fyang
|
2022-09-01 01:06:45 +00:00 |
|
Roland Westrelin
|
4c90e87a6f
|
8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
Reviewed-by: chagedorn, thartmann
|
2022-08-31 09:23:41 +00:00 |
|
Jatin Bhateja
|
38377d5eb7
|
8291649: multiple tests failing with -Xcomp after JDK-8290034
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kbarrett, jrose
|
2022-08-31 05:02:56 +00:00 |
|
Serguei Spitsyn
|
f5ebbf3225
|
8292657: Calling GetLocalXXX from virtual thread with thread parameter set to NULL returns carrier locals
Reviewed-by: cjplummer, alanb
|
2022-08-30 18:28:05 +00:00 |
|
Roland Westrelin
|
afa5d4ced3
|
8290451: Incorrect result when switching to C2 OSR compilation from C1
Reviewed-by: thartmann, kvn
|
2022-08-30 07:27:51 +00:00 |
|
Pengfei Li
|
a88a9e344f
|
8291466: C2: assert(false) failed: infinite loop in PhaseIterGVN::transform_old with -XX:+StressIGVN
Reviewed-by: roland, chagedorn
|
2022-08-29 13:06:20 +00:00 |
|
Doug Simon
|
b0e0b87891
|
8292917: [JVMCI] Extend InstalledCode API to make an nmethod non entrant.
Reviewed-by: never
|
2022-08-27 08:21:58 +00:00 |
|
Daniel D. Daugherty
|
1500d3dfb2
|
8292994: ProblemList vmTestbase/gc/lock/jni/jnilock001/TestDescription.java
Reviewed-by: prr
|
2022-08-26 20:52:35 +00:00 |
|
Mikhailo Seledtsov
|
774edeb521
|
8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch
Reviewed-by: shade, lmesnik
|
2022-08-26 18:16:16 +00:00 |
|
Jonathan Dowland
|
9a0d1e7ce8
|
8292541: [Metrics] Reported memory limit may exceed physical machine memory
Reviewed-by: stuefe, sgehwolf
|
2022-08-26 16:22:14 +00:00 |
|
Stefan Karlsson
|
3844685be0
|
8292697: ZGC: Hangs when almost out of metaspace memory
Reviewed-by: eosterlund, coleenp
|
2022-08-26 13:44:28 +00:00 |
|
Jonathan Dowland
|
f694f8a767
|
8292083: Detected container memory limit may exceed physical machine memory
Reviewed-by: sgehwolf, stuefe
|
2022-08-26 12:25:16 +00:00 |
|
Roland Westrelin
|
6354a57b5c
|
8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
Reviewed-by: chagedorn, kvn
|
2022-08-26 07:57:40 +00:00 |
|
Coleen Phillimore
|
e353b572a5
|
8292890: Remove PrintTouchedMethodsAtExit and LogTouchedMethods
Reviewed-by: iklam, hseigel
|
2022-08-25 21:12:35 +00:00 |
|
Coleen Phillimore
|
4f50316a1a
|
8292680: Convert Dictionary to ConcurrentHashTable
Reviewed-by: rehn, hseigel
|
2022-08-25 19:02:52 +00:00 |
|
Erik Österlund
|
054c23f484
|
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
|
2022-08-25 09:48:55 +00:00 |
|
Ramkumar Sunderbabu
|
7b81a9c75d
|
8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
Reviewed-by: lmesnik
|
2022-08-25 01:37:54 +00:00 |
|
Johan Sjölén
|
69448f9c1a
|
8292679: Simplify thread creation in gtest and port 2 tests to new way
Reviewed-by: rehn, coleenp, stuefe
|
2022-08-24 15:50:21 +00:00 |
|
Coleen Phillimore
|
b653b9cc27
|
8291969: Convert LoaderConstraintsTable to ResourceHashtable
Reviewed-by: dholmes, iklam
|
2022-08-24 11:39:25 +00:00 |
|
Thomas Stuefe
|
fa5cc4cc8e
|
8291878: NMT: Malloc limits
Reviewed-by: kvn, shade
|
2022-08-24 07:58:54 +00:00 |
|
Christian Hagedorn
|
13c0369646
|
8242181: [Linux] Show source information when printing native stack traces in hs_err files
Reviewed-by: erikj, tschatzl, stuefe, ihse
|
2022-08-24 06:44:06 +00:00 |
|
Doug Simon
|
259ba86c60
|
8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter
Reviewed-by: mgronlun
|
2022-08-23 07:24:53 +00:00 |
|
Daniel D. Daugherty
|
f58aaab4a4
|
8292262: adjust timeouts in several M&M tests
Reviewed-by: cjplummer
|
2022-08-22 19:32:40 +00:00 |
|
Harold Seigel
|
db77227684
|
8282684: Obsolete UseContainerCpuShares and PreferContainerQuotaForCPUCount flags
Reviewed-by: dholmes, iklam, sgehwolf
|
2022-08-22 14:35:44 +00:00 |
|
Bhavana Kilambi
|
07c797720d
|
8290249: Vectorize signum on AArch64
Reviewed-by: aph, ngasson
|
2022-08-22 09:01:08 +00:00 |
|
Ioi Lam
|
27b0f7726b
|
8292318: Memory corruption in remove_dumptime_info
Reviewed-by: coleenp, ccheung
|
2022-08-22 03:43:27 +00:00 |
|
Thomas Stuefe
|
f9004fe443
|
8292561: Make "ReplayCompiles" a diagnostic product switch
Reviewed-by: kvn, xliu
|
2022-08-21 06:59:20 +00:00 |
|
Kevin Walls
|
3601e30df7
|
8290909: MemoryPoolMBean/isUsageThresholdExceeded tests failed with "isUsageThresholdExceeded() returned false, and is still false, while threshold = MMMMMMM and used peak = NNNNNNN"
Reviewed-by: cjplummer, amenkov
|
2022-08-20 14:20:29 +00:00 |
|
Ioi Lam
|
57aac2ab65
|
8290981: Enable CDS for zero builds
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: erikj, shade, ihse
|
2022-08-19 19:16:33 +00:00 |
|
Harold Seigel
|
37aa7c165d
|
8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers
Reviewed-by: stuefe, coleenp
|
2022-08-19 12:19:35 +00:00 |
|
Pengfei Li
|
f2f0cd86bf
|
8292511: AArch64: Align CPU feature name for NEON with hwcap
Reviewed-by: aph, njian
|
2022-08-19 09:09:18 +00:00 |
|
Ioi Lam
|
964aac28fe
|
8292499: CDS ArchivedEnumTest.java fails: object points to a static field that may be reinitialized
Reviewed-by: dholmes, ccheung
|
2022-08-19 03:04:08 +00:00 |
|
Kim Barrett
|
f85411f24a
|
8292458: Atomic operations on scoped enums don't build with clang
Reviewed-by: eosterlund, stefank
|
2022-08-19 01:49:52 +00:00 |
|
Christian Stein
|
82dbe29fc8
|
8292633: runtime/cds/appcds/dynamicArchive/CDSStreamTestDriver.java fails to compile
Reviewed-by: dcubed, dholmes
|
2022-08-18 23:29:39 +00:00 |
|
Daniel D. Daugherty
|
a1df2da668
|
8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
Reviewed-by: dholmes
|
2022-08-18 22:17:49 +00:00 |
|
Christian Stein
|
62a7fc60d3
|
8292315: Tests should not rely on specific JAR file names (hotspot)
Reviewed-by: vromero
|
2022-08-18 17:26:14 +00:00 |
|
Christian Hagedorn
|
32d675ca60
|
8291775: C2: assert(r != __null && r->is_Region()) failed: this phi must have a region
Reviewed-by: thartmann, kvn
|
2022-08-18 07:35:14 +00:00 |
|
Harold Seigel
|
0d96546ab9
|
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
Reviewed-by: coleenp, stuefe
|
2022-08-17 19:56:14 +00:00 |
|
Aleksey Shipilev
|
e8bc87956a
|
8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Reviewed-by: psandoz
|
2022-08-17 18:13:49 +00:00 |
|
Yi-Fan Tsai
|
494d3873b1
|
8280152: AArch64: Reuse runtime call trampolines
Reviewed-by: aph, phh
|
2022-08-17 17:35:02 +00:00 |
|
Hao Sun
|
f75da2235a
|
8292395: [testbug] VectorGatherScatterTest.java fails on SVE with -XX:MaxVectorSize=8 after JDK-8288397
Reviewed-by: chagedorn, thartmann
|
2022-08-17 10:30:18 +00:00 |
|
Hao Sun
|
0cc66aeae8
|
8285790: AArch64: Merge C2 NEON and SVE matching rules
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: adinn, aph, xgong
|
2022-08-17 03:51:46 +00:00 |
|
Daniel D. Daugherty
|
da477b1366
|
8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
8292510: ProblemList runtime/cds/appcds/cacheObject/ArchivedEnumTest.java
Reviewed-by: darcy
|
2022-08-16 23:02:23 +00:00 |
|
Joe Darcy
|
e44e3f0c19
|
8289106: Add model of class file versions to core reflection
Reviewed-by: rriggs
|
2022-08-16 18:43:58 +00:00 |
|
Calvin Cheung
|
c3d3662e52
|
8292313: 2 runtime/cds/appcds tests fail after JDK-8284313
Reviewed-by: hseigel, iklam
|
2022-08-16 16:26:59 +00:00 |
|
Christian Hagedorn
|
e89abb7d2d
|
8292190: [IR Framework] Remove redundant regex matching for failing counts constraints
Reviewed-by: kvn, rcastanedalo, thartmann
|
2022-08-15 06:08:08 +00:00 |
|
David Holmes
|
77cd917a97
|
Merge
|
2022-08-14 20:05:10 +00:00 |
|
Thomas Stuefe
|
1c1c4410b2
|
8292072: NMT: repurpose Tracking overhead counter as global malloc counter
Reviewed-by: iklam, clanger
|
2022-08-13 18:40:29 +00:00 |
|
Daniel D. Daugherty
|
d546d13861
|
8292319: ProblemList 2 runtime/cds/appcds tests due to JDK-8292313
Reviewed-by: kvn
|
2022-08-13 15:06:31 +00:00 |
|
Vladimir Kozlov
|
967a28c3d8
|
8292260: [BACKOUT] JDK-8279219: [REDO] C2 crash when allocating array of size too large
Reviewed-by: vlivanov
|
2022-08-12 20:24:53 +00:00 |
|
Calvin Cheung
|
22d6d315f2
|
8284313: Improve warning messages when CDS archive fails to load
Reviewed-by: iklam, dholmes
|
2022-08-12 16:39:55 +00:00 |
|
David Holmes
|
6eb7c3ad0e
|
8290732: JNI DestroyJavaVM can start shutdown when one non-daemon thread remains
Reviewed-by: stuefe, rehn
|
2022-08-12 06:41:22 +00:00 |
|
Coleen Phillimore
|
b47438cabc
|
8292068: Convert ModuleEntryTable into ResourceHashtable
Reviewed-by: iklam, lfoltan
|
2022-08-10 22:04:33 +00:00 |
|
Joe Darcy
|
ae1a9a0b25
|
8292060: Make ClassFileVersionTest.java version adapting
Reviewed-by: hseigel
|
2022-08-09 17:55:18 +00:00 |
|
Richard Reingruber
|
aff7689a00
|
8292075: Remove deleted test compiler/rangechecks/TestRangeCheckHoistingScaledIV.java from ProblemList
Reviewed-by: chagedorn, pli
|
2022-08-09 15:21:28 +00:00 |
|
Coleen Phillimore
|
f5b3618c42
|
8291970: Add TableStatistics get function to ResourceHashtable
Reviewed-by: iklam, ccheung
|
2022-08-09 11:59:02 +00:00 |
|
Daniel D. Daugherty
|
eb8b789015
|
8292061: ProblemList serviceability/attach/ConcAttachTest.java on linux-all
Reviewed-by: darcy
|
2022-08-08 19:39:02 +00:00 |
|
Ramkumar Sunderbabu
|
7db5abddd1
|
8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
Reviewed-by: lmesnik
|
2022-08-08 15:07:48 +00:00 |
|
Harold Seigel
|
8d88be233b
|
8291459: JVM crash with GenerateOopMap::error_work(char const*, __va_list_tag*)
Reviewed-by: dholmes, coleenp
|
2022-08-08 12:19:15 +00:00 |
|
Daniel D. Daugherty
|
9bff3b76f2
|
8291990: [REDO] ProblemList multiple tests in -Xcomp mode due to JDK-8291649
Reviewed-by: bpb
|
2022-08-05 21:36:11 +00:00 |
|
Bhavana Kilambi
|
6b2184e8d1
|
8290248: Implement MaxINode::Ideal transformation
Reviewed-by: kvn, thartmann
|
2022-08-05 01:51:34 +00:00 |
|
Coleen Phillimore
|
617a196fd3
|
8290812: Add a test for ResourceHashtable
Reviewed-by: stuefe, iklam
|
2022-08-04 22:42:41 +00:00 |
|
Daniel D. Daugherty
|
c48cd88652
|
8291926: ProblemList multiple tests in -Xcomp mode due to JDK-8291649
Reviewed-by: rriggs
|
2022-08-04 19:49:15 +00:00 |
|
Harold Seigel
|
a3040fcc2b
|
8291360: Create entry points to expose low-level class file information
Reviewed-by: dholmes, rriggs
|
2022-08-04 13:13:01 +00:00 |
|
Ioi Lam
|
b6b0317f83
|
8290840: Refactor the "os" class
Reviewed-by: dholmes, gziemski, stuefe, stefank
|
2022-08-04 01:20:29 +00:00 |
|
Ao Qi
|
0cc49fd9ea
|
8291508: Fix some tests with "requires vm.jvmti & vm.continuations"
Reviewed-by: sspitsyn, lmesnik, alanb
|
2022-08-03 17:33:11 +00:00 |
|
Chris Plummer
|
5acf2d7cb4
|
8291578: Remove JMX related tests from ProblemList-svc-vthreads.txt
Reviewed-by: sspitsyn, kevinw, lmesnik
|
2022-08-02 21:15:01 +00:00 |
|
Pengfei Li
|
a2cff2634c
|
8291597: [BACKOUT] JDK-8289996: Fix array range check hoisting for some scaled loop iv
Reviewed-by: kvn, thartmann
|
2022-08-02 06:50:55 +00:00 |
|
Thomas Schatzl
|
30205bb289
|
8290966: G1: Record number of PLAB filled and number of direct allocations
Reviewed-by: sangheki, kbarrett
|
2022-08-01 09:53:37 +00:00 |
|
Aleksey Shipilev
|
acbe093a66
|
8291559: x86: compiler/vectorization/TestReverseBitsVector.java fails
Reviewed-by: kvn
|
2022-07-31 18:49:21 +00:00 |
|
Serguei Spitsyn
|
15943e4242
|
8282666: nsk/jvmti/PopFrame/popframe004 failed with: TEST FAILED: 30 JVMTI events were generated by the function PopFrame()
Reviewed-by: lmesnik, amenkov
|
2022-07-29 21:49:27 +00:00 |
|
Richard Reingruber
|
5214a17d81
|
8291479: ProblemList compiler/rangechecks/TestRangeCheckHoistingScaledIV.java on ppc64le
Reviewed-by: thartmann, goetz
|
2022-07-28 14:07:18 +00:00 |
|
Jatin Bhateja
|
471a427d10
|
8287794: Reverse*VNode::Identity problem
Reviewed-by: thartmann, xgong
|
2022-07-28 11:08:38 +00:00 |
|
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 |
|