Doug Simon
|
75e19e0d5e
|
8314819: [JVMCI] HotSpotJVMCIRuntime.lookupType throws unexpected ClassNotFoundException
Reviewed-by: never, thartmann
|
2023-08-24 10:12:16 +00:00 |
|
Thomas Stuefe
|
de0e46c2f6
|
8303815: Improve Metaspace test speed
Reviewed-by: stefank, dholmes
|
2023-08-24 05:38:43 +00:00 |
|
Chris Plummer
|
38a9edfb7e
|
8314679: SA fails to properly attach to JVM after having just detached from a different JVM
Reviewed-by: dholmes, kevinw
|
2023-08-23 20:11:10 +00:00 |
|
Roland Westrelin
|
1cee3b9fd9
|
8313262: C2: Sinking node may cause required cast to be dropped
Reviewed-by: chagedorn, thartmann
|
2023-08-23 08:59:36 +00:00 |
|
Tobias Holenstein
|
f8203cb272
|
8313626: C2 crash due to unexpected exception control flow
Reviewed-by: thartmann, chagedorn
|
2023-08-23 08:47:33 +00:00 |
|
Kimura Yukihiro
|
d1de3d082e
|
8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError
Reviewed-by: shade, thartmann
|
2023-08-23 06:04:28 +00:00 |
|
Calvin Cheung
|
9f4a9fe488
|
8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom"
Reviewed-by: iklam, matsaave
|
2023-08-22 22:37:16 +00:00 |
|
Thomas Stuefe
|
20e94784c9
|
8314426: runtime/os/TestTrimNative.java is failing on slow machines
Reviewed-by: mbaesken, mdoerr, shade
|
2023-08-22 14:00:47 +00:00 |
|
Daohan Qu
|
6b9df037e4
|
8311240: Eliminate usage of testcases.jar from TestMetaSpaceLog.java
Reviewed-by: ayang, tschatzl
|
2023-08-22 12:51:59 +00:00 |
|
Cesar Soares Lucas
|
02ef859f79
|
8313689: C2: compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java fails intermittently with -XX:-TieredCompilation
Reviewed-by: kvn, thartmann
|
2023-08-22 07:58:51 +00:00 |
|
Daniel D. Daugherty
|
78f74bc8ff
|
8314672: ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all and windows-x64
Reviewed-by: azvegint
|
2023-08-21 17:13:48 +00:00 |
|
Leo Korinth
|
17a19dc060
|
8311639: Replace currentTimeMillis() with nanoTime() in jtreg/gc
Reviewed-by: stefank, ayang
|
2023-08-21 12:19:36 +00:00 |
|
Christian Stein
|
c50315de8f
|
8314495: Update to use jtreg 7.3.1
Reviewed-by: dholmes, erikj, iris, jpai
|
2023-08-21 06:30:56 +00:00 |
|
Leonid Mesnik
|
58f5826ff4
|
8311222: strace004 can fail due to unexpected stack length after JDK-8309408
Reviewed-by: dholmes, alanb
|
2023-08-19 01:46:40 +00:00 |
|
Leonid Mesnik
|
f481477144
|
8314320: Mark runtime/CommandLine/ tests as flagless
Reviewed-by: dholmes
|
2023-08-18 17:53:07 +00:00 |
|
Thomas Stuefe
|
891c3f4cca
|
8307356: Metaspace: simplify BinList handling
Reviewed-by: rkennke, coleenp
|
2023-08-18 05:51:05 +00:00 |
|
Ioi Lam
|
0299364d85
|
8314249: Refactor handling of invokedynamic in JVMCI ConstantPool
Reviewed-by: dnsimon, coleenp
|
2023-08-17 22:52:05 +00:00 |
|
Daniel D. Daugherty
|
2505cebc5d
|
8314533: ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all with ZGC
Reviewed-by: azvegint
|
2023-08-17 17:05:54 +00:00 |
|
Thomas Schatzl
|
1925508425
|
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
Reviewed-by: ayang, iwalulya
|
2023-08-16 12:08:56 +00:00 |
|
Emanuel Peter
|
d46f0fb318
|
8313720: C2 SuperWord: wrong result with -XX:+UseVectorCmov -XX:+UseCMoveUnconditionally
Reviewed-by: chagedorn, thartmann
|
2023-08-16 07:15:43 +00:00 |
|
Christian Hagedorn
|
0b12480de8
|
8314233: C2: assert(assertion_predicate_has_loop_opaque_node(iff)) failed: unexpected
Reviewed-by: thartmann, kvn
|
2023-08-16 06:58:23 +00:00 |
|
Leonid Mesnik
|
6bf4a33593
|
8314242: Update applications/scimark/Scimark.java to accept VM flags
Reviewed-by: dholmes
|
2023-08-16 00:15:55 +00:00 |
|
Chris Plummer
|
0f5e030bad
|
8309335: Get rid of use of reflection to call Thread.isVirtual() in nsk/jdi/EventRequestManager/stepRequests/stepreq001t.java
Reviewed-by: lmesnik, sspitsyn, alanb
|
2023-08-15 20:55:27 +00:00 |
|
Emanuel Peter
|
a02d65efcc
|
8310308: IR Framework: check for type and size of vector nodes
Reviewed-by: chagedorn, thartmann
|
2023-08-15 10:08:51 +00:00 |
|
David Holmes
|
b7dee213df
|
8314244: Incorrect file headers in new tests from JDK-8312597
Reviewed-by: lmesnik, kvn
|
2023-08-15 04:29:25 +00:00 |
|
Fei Gao
|
37c6b23f5b
|
8308340: C2: Idealize Fma nodes
Reviewed-by: kvn, epeter
|
2023-08-15 01:04:22 +00:00 |
|
Ben Taylor
|
0074b48ad7
|
8312597: Convert TraceTypeProfile to UL
Reviewed-by: shade, phh
|
2023-08-14 22:50:37 +00:00 |
|
Oli Gillespie
|
4b2703ad39
|
8313678: SymbolTable can leak Symbols during cleanup
Reviewed-by: coleenp, dholmes, shade
|
2023-08-14 15:58:03 +00:00 |
|
Ioi Lam
|
911d1dbbf7
|
8314078: HotSpotConstantPool.lookupField() asserts due to field changes in ConstantPool.cpp
Reviewed-by: dnsimon, coleenp
|
2023-08-14 15:37:44 +00:00 |
|
Christian Hagedorn
|
a39ed1087b
|
8314116: C2: assert(false) failed: malformed control flow after JDK-8305636
Reviewed-by: thartmann, kvn
|
2023-08-14 08:15:02 +00:00 |
|
Christian Hagedorn
|
1de5bf1ce9
|
8314106: C2: assert(is_valid()) failed: must be valid after JDK-8305636
Reviewed-by: thartmann, kvn
|
2023-08-14 08:14:42 +00:00 |
|
Man Cao
|
7332502883
|
8314139: TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores
Reviewed-by: shade, stuefe
|
2023-08-11 20:43:31 +00:00 |
|
Calvin Cheung
|
88b4e3b853
|
8304292: Memory leak related to ClassLoader::update_class_path_entry_list
Reviewed-by: dholmes, iklam
|
2023-08-10 20:02:27 +00:00 |
|
Doug Simon
|
6f5c903d10
|
8313899: JVMCI exception Translation can fail in TranslatedException.<clinit>
Reviewed-by: never, thartmann
|
2023-08-10 18:53:02 +00:00 |
|
Leonid Mesnik
|
9b53251131
|
8313654: Test WaitNotifySuspendedVThreadTest.java timed out
Reviewed-by: sspitsyn
|
2023-08-10 15:18:57 +00:00 |
|
Leonid Mesnik
|
e7c83ea948
|
8312194: test/hotspot/jtreg/applications/ctw/modules/jdk_crypto_ec.java cannot handle empty modules
Reviewed-by: kvn, thartmann
|
2023-08-10 15:18:34 +00:00 |
|
Oli Gillespie
|
028b3ae1b1
|
8313874: JNI NewWeakGlobalRef throws exception for null arg
Reviewed-by: dholmes, kbarrett, shade
|
2023-08-10 08:51:50 +00:00 |
|
Matthias Baesken
|
6dba2026d7
|
8313670: Simplify shared lib name handling code in some tests
Reviewed-by: cjplummer, sspitsyn
|
2023-08-10 07:23:24 +00:00 |
|
Axel Boldt-Christmas
|
242a2e63df
|
8308843: Generational ZGC: Remove gc/z/TestHighUsage.java
Reviewed-by: ayang, tschatzl
|
2023-08-10 07:16:36 +00:00 |
|
Leonid Mesnik
|
3fb4805b1a
|
8307462: [REDO] VmObjectAlloc is not generated by intrinsics methods which allocate objects
Reviewed-by: sspitsyn, thartmann
|
2023-08-09 06:29:42 +00:00 |
|
Stefan Karlsson
|
0a42c44bf8
|
8313954 : Add gc logging to vmTestbase/vm/gc/containers/Combination05
Reviewed-by: tschatzl, lmesnik
|
2023-08-09 06:16:39 +00:00 |
|
Stefan Karlsson
|
735b16a696
|
8313752: InstanceKlassFlags::print_on doesn't print the flag names
Reviewed-by: stuefe, shade, coleenp
|
2023-08-09 06:16:18 +00:00 |
|
Tobias Hartmann
|
d3b578f1c9
|
8313345: SuperWord fails due to CMove without matching Bool pack
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Co-authored-by: Hannes Greule <hannesgreule@outlook.de>
Reviewed-by: chagedorn, epeter, hgreule
|
2023-08-09 05:16:02 +00:00 |
|
Yi Yang
|
31a307f2fb
|
8306441: Two phase segmented heap dump
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Reviewed-by: amenkov, kevinw
|
2023-08-09 01:58:57 +00:00 |
|
Thomas Schatzl
|
7e209528d3
|
8140326: G1: Consider putting regions where evacuation failed into next collection set
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: iwalulya, ayang
|
2023-08-08 10:29:14 +00:00 |
|
Stefan Karlsson
|
28fd7a1739
|
8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfMemoryError
Reviewed-by: ayang, aboldtch, tschatzl
|
2023-08-08 09:57:52 +00:00 |
|
Alex Menkov
|
83edffa608
|
8309663: test fails "assert(check_alignment(result)) failed: address not aligned: 0x00000008baadbabe"
Reviewed-by: sspitsyn, eosterlund
|
2023-08-07 18:27:33 +00:00 |
|
Christian Stein
|
9c6eb67e85
|
8313167: Update to use jtreg 7.3
Reviewed-by: jjg, iris
|
2023-08-07 16:09:23 +00:00 |
|
Aleksey Shipilev
|
4b192a8dc3
|
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
Reviewed-by: thartmann, chagedorn
|
2023-08-07 11:26:08 +00:00 |
|
Aleksey Shipilev
|
226cdc696d
|
8312585: Rename DisableTHPStackMitigation flag to THPStackMitigation
Reviewed-by: dholmes, stuefe
|
2023-08-07 10:45:14 +00:00 |
|