Calvin Cheung
|
a827ff05db
|
8335577: runtime/cds/appcds/TestParallelGCWithCDS.java still fails with JNI error
Reviewed-by: dholmes, iklam
|
2024-08-26 21:26:12 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Roland Westrelin
|
0c14579fef
|
8336830: C2: assert(get_loop(lca)->_nest < n_loop->_nest || lca->in(0)->is_NeverBranch()) failed: must not be moved into inner loop
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: thartmann, chagedorn, epeter
|
2024-08-26 07:31:04 +00:00 |
|
Daniel D. Daugherty
|
32b3d707c1
|
8338925: ProblemList runtime/interpreter/LastJsrTest.java on linux-all
Reviewed-by: matsaave
|
2024-08-23 22:04:43 +00:00 |
|
Qizheng Xing
|
965dd1acd0
|
8333334: C2: Make result of Node::dominates more precise to enhance scalar replacement
Reviewed-by: chagedorn, kvn, thartmann
|
2024-08-23 09:30:47 +00:00 |
|
Matias Saavedra Silva
|
6041c936d6
|
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: dlong, thartmann
|
2024-08-22 15:55:02 +00:00 |
|
Leonid Mesnik
|
c646efc366
|
8205957: setfldw001/TestDescription.java fails with bad field value
Reviewed-by: sspitsyn, dlong
|
2024-08-20 18:41:15 +00:00 |
|
Christian Hagedorn
|
55a97ec879
|
8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, kvn, thartmann
|
2024-08-20 15:47:16 +00:00 |
|
Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Aleksey Shipilev
|
d86e99c3ca
|
8293650: Shenandoah: Support archived heap objects
Reviewed-by: rkennke, wkemper, iklam
|
2024-08-15 20:52:07 +00:00 |
|
Aleksey Shipilev
|
ef54af3988
|
8338444: Shenandoah: Remove ShenandoahHumongousThreshold tunable
Reviewed-by: rkennke, wkemper, ysr
|
2024-08-15 16:45:43 +00:00 |
|
Fei Gao
|
3859131505
|
8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: aph, dlong
|
2024-08-15 15:16:14 +00:00 |
|
Aleksey Shipilev
|
74fdd6868d
|
8333791: Fix memory barriers for @Stable fields
Reviewed-by: liach, vlivanov
|
2024-08-15 11:24:22 +00:00 |
|
Evgeny Nikitin
|
4669e7b7b0
|
8337102: JITTester: Fix breaks in static initialization blocks
Reviewed-by: kvn, iveresov
|
2024-08-15 05:36:11 +00:00 |
|
SendaoYan
|
e3a5e265a7
|
8338344: Test TestPrivilegedMode.java intermittent fails java.lang.NoClassDefFoundError: jdk/test/lib/Platform
Reviewed-by: chagedorn, shade
|
2024-08-14 18:55:58 +00:00 |
|
Axel Boldt-Christmas
|
76e33b6c15
|
8336148: Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
Reviewed-by: dholmes, eosterlund
|
2024-08-13 13:13:14 +00:00 |
|
Emanuel Peter
|
c27a8c8c8b
|
8338124: C2 SuperWord: MulAddS2I input permutation still partially broken after JDK-8333840
Reviewed-by: chagedorn, thartmann, kvn
|
2024-08-13 05:52:58 +00:00 |
|
Leonid Mesnik
|
4417c276e4
|
8330535: Update nsk/jdb tests to use driver instead of othervm
Reviewed-by: cjplummer
|
2024-08-12 19:43:36 +00:00 |
|
Coleen Phillimore
|
41e31d6b0a
|
8337622: IllegalArgumentException in java.lang.reflect.Field.get
Reviewed-by: dholmes, shade
|
2024-08-12 17:56:46 +00:00 |
|
SendaoYan
|
0e7c1c1afe
|
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
Reviewed-by: chagedorn, thartmann
|
2024-08-12 06:26:27 +00:00 |
|
Coleen Phillimore
|
069e0ea69f
|
8338064: Give better error for ConcurrentHashTable corruption
Reviewed-by: dholmes, shade
|
2024-08-09 12:00:15 +00:00 |
|
Christian Hagedorn
|
c01f53ac2d
|
8337876: [IR Framework] Add support for IR tests with @Stable
Reviewed-by: shade, kvn
|
2024-08-09 07:17:59 +00:00 |
|
Jiawei Tang
|
55c509708e
|
8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option
Reviewed-by: dholmes, sspitsyn
|
2024-08-09 02:29:15 +00:00 |
|
Afshin Zafari
|
fa18359007
|
8335981: ProblemList runtime/Thread/TestAlwaysPreTouchStacks.java for MacOS
Reviewed-by: tschatzl
|
2024-08-08 08:55:05 +00:00 |
|
Gui Cao
|
16df9c33e9
|
8337971: Problem list several jvmci tests on linux-riscv64 until JDK-8331704 is fixed
Reviewed-by: fyang, shade
|
2024-08-08 05:22:20 +00:00 |
|
Tobias Hartmann
|
66286b25a1
|
8337968: Problem list compiler/vectorapi/VectorRebracket128Test.java
Reviewed-by: chagedorn
|
2024-08-07 05:32:28 +00:00 |
|
Serguei Spitsyn
|
965d6b9cbe
|
8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112
Reviewed-by: cjplummer, amenkov
|
2024-08-05 23:29:17 +00:00 |
|
Chris Plummer
|
e2c07d5044
|
8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected
Reviewed-by: amenkov, sspitsyn
|
2024-08-05 18:42:27 +00:00 |
|
Johan Sjölen
|
97afbd9603
|
8336410: runtime/NMT/TotalMallocMmapDiffTest.java Total malloc diff is incorrect. Expected malloc diff range
Reviewed-by: gziemski, stuefe
|
2024-08-05 14:49:38 +00:00 |
|
Carlo Refice
|
c095c0e6a5
|
8336489: Track scoped accesses in JVMCI compiled code
Reviewed-by: dnsimon, never
|
2024-08-05 14:09:54 +00:00 |
|
Albert Mingkun Yang
|
8eb56845e4
|
8337550: Add documentation to TestOutOfMemoryDuringInit.java
Reviewed-by: dholmes
|
2024-08-01 07:28:39 +00:00 |
|
Daniel Lundén
|
fdb4350fce
|
8324345: Stack overflow during C2 compilation when splitting memory phi
Reviewed-by: thartmann, kvn
|
2024-07-31 16:05:42 +00:00 |
|
Jasmine Karthikeyan
|
f2ba2ebbca
|
8331090: Run Ideal_minmax before de-canonicalizing CMoves
Reviewed-by: thartmann, epeter
|
2024-07-31 15:16:21 +00:00 |
|
Aleksey Shipilev
|
c73b3cb599
|
8336635: Add IR test for Reference.refersTo intrinsic
Reviewed-by: thartmann, kvn
|
2024-07-31 12:56:43 +00:00 |
|
David Leopoldseder
|
9b428dda8f
|
8336242: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found (again)
Reviewed-by: dnsimon, never
|
2024-07-31 09:40:47 +00:00 |
|
Thomas Schatzl
|
de0b50400a
|
8336912: G1: Undefined behavior for G1ConfidencePercent=0
Reviewed-by: ayang, sangheki
|
2024-07-31 08:08:15 +00:00 |
|
Ashutosh Mehra
|
e63d01654e
|
8337031: Improvements to CompilationMemoryStatistic
Reviewed-by: kvn, stuefe
|
2024-07-31 01:36:37 +00:00 |
|
Sonia Zaldana Calles
|
f5c9e8f122
|
8334492: DiagnosticCommands (jcmd) should accept %p in output filenames and substitute PID
Reviewed-by: kevinw, stuefe, lmesnik
|
2024-07-30 18:40:37 +00:00 |
|
Thomas Schatzl
|
dab2a0b597
|
8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC
Reviewed-by: iwalulya, shade
|
2024-07-29 09:10:25 +00:00 |
|
Fei Gao
|
d10afa26e5
|
8336245: AArch64: remove extra register copy when converting from long to pointer
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: aph, adinn
|
2024-07-26 09:36:23 +00:00 |
|
William Kemper
|
0584af2325
|
8336685: Shenandoah: Remove experimental incremental update mode
Reviewed-by: shade
|
2024-07-25 23:59:56 +00:00 |
|
Roland Westrelin
|
3baff2af6a
|
8335393: C2: assert(!had_error) failed: bad dominance
Reviewed-by: thartmann, chagedorn
|
2024-07-25 09:26:11 +00:00 |
|
Alan Bateman
|
6e228ce382
|
8336254: Virtual thread implementation + test updates
Reviewed-by: sspitsyn, kevinw
|
2024-07-25 04:59:01 +00:00 |
|
Serguei Spitsyn
|
d3e51daf73
|
8334085: Test crash: assert(thread->held_monitor_count() == 0) failed: Must be
Reviewed-by: dholmes, pchilanomate
|
2024-07-25 01:35:03 +00:00 |
|
David Holmes
|
021c2c36ac
|
8337067: Test runtime/classFileParserBug/Bad_NCDFE_Msg.java won't compile
Reviewed-by: lfoltan
|
2024-07-24 21:15:18 +00:00 |
|
Matthias Baesken
|
5b4824cf9a
|
8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860
Reviewed-by: kvn, mdoerr, shade
|
2024-07-24 07:21:45 +00:00 |
|
Sonia Zaldana Calles
|
8e1f17e351
|
8327054: DiagnosticCommand Compiler.perfmap does not log on output()
Reviewed-by: lmesnik, stuefe, kevinw, cjplummer
|
2024-07-23 15:49:34 +00:00 |
|
Kevin Walls
|
7ea7730564
|
8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out
Reviewed-by: sspitsyn, lmesnik
|
2024-07-22 16:40:34 +00:00 |
|
Daniel Lundén
|
0725eb1df2
|
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Reviewed-by: cjplummer, kvn, thartmann
|
2024-07-22 14:41:40 +00:00 |
|
Chris Plummer
|
e7e48a780a
|
8248609: [Graal] vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java failed with Unexpected com.sun.jdi.ObjectCollectedException
Reviewed-by: amenkov, lmesnik
|
2024-07-19 21:53:04 +00:00 |
|
Jie Fu
|
6e9fcc2d80
|
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
Reviewed-by: dholmes
|
2024-07-19 12:28:56 +00:00 |
|
Roland Westrelin
|
0ddf54e222
|
8335709: C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, thartmann
|
2024-07-19 07:30:23 +00:00 |
|
Roland Westrelin
|
10982fe557
|
8335843: C2 hits assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Reviewed-by: thartmann, kvn, vlivanov
|
2024-07-19 07:28:51 +00:00 |
|
David Holmes
|
10fcad70b3
|
8325945: Error reporting should limit the number of String characters printed
Reviewed-by: thartmann, stuefe
|
2024-07-19 06:23:11 +00:00 |
|
Jatin Bhateja
|
35df48e1b3
|
8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings
Reviewed-by: sviswanathan, kvn
|
2024-07-18 11:22:58 +00:00 |
|
Chris Plummer
|
f3e7063e26
|
8336420: Add JVMTI setfldw001 and setfmodw001 tests to Xcomp problem list
Reviewed-by: dcubed
|
2024-07-16 23:27:32 +00:00 |
|
Cesar Soares Lucas
|
005fb67e99
|
8331194: NPE in ArrayCreationTree.java with -XX:-UseCompressedOops
Reviewed-by: kvn
|
2024-07-16 20:47:42 +00:00 |
|
Alex Menkov
|
a60608e7a3
|
8334169: Long arguments of attach operation are silently truncated on Windows
Reviewed-by: sspitsyn, cjplummer
|
2024-07-16 18:10:47 +00:00 |
|
Aleksey Shipilev
|
c99be357c9
|
8336474: Problemlist compiler/interpreter/Test6833129 on x86_32
Reviewed-by: thartmann, stuefe
|
2024-07-16 15:23:55 +00:00 |
|
Christoph Langer
|
419cc46248
|
8335533: OutOfMemoryError: Metaspace observed again on AIX in test RedefineLeakThrowable.java after JDK-8294960
Reviewed-by: mbaesken, stuefe
|
2024-07-16 12:48:06 +00:00 |
|
Chris Plummer
|
c8a95a763c
|
8072701: resume001 failed due to ERROR: timeout for waiting for a BreakpintEvent
Reviewed-by: amenkov, kevinw, sspitsyn
|
2024-07-15 20:26:52 +00:00 |
|
SendaoYan
|
1fe3ada001
|
8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743
Reviewed-by: cjplummer, amenkov
|
2024-07-12 08:14:56 +00:00 |
|
Matthias Baesken
|
c703d29042
|
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
Reviewed-by: stuefe, lucy
|
2024-07-12 05:56:53 +00:00 |
|
Sonia Zaldana Calles
|
dea92742c2
|
8332125: [nmt] Totals in diff report should print out total malloc and mmap diffs
Reviewed-by: stuefe, jsjolen
|
2024-07-11 14:12:13 +00:00 |
|
KIRIYAMA Takuya
|
d6c6847e32
|
8335743: jhsdb jstack cannot print some information on the waiting thread
Reviewed-by: dholmes, cjplummer, kevinw
|
2024-07-11 02:44:12 +00:00 |
|
Matthias Baesken
|
a44b60c8c1
|
8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545
Reviewed-by: dholmes, asteiner
|
2024-07-10 07:53:52 +00:00 |
|
Kim Barrett
|
7e11fb7026
|
8335688: Fix -Wzero-as-null-pointer-constant warnings from fflush calls in jvmti tests
Reviewed-by: jwaters, coleenp
|
2024-07-09 13:11:20 +00:00 |
|
Thomas Schatzl
|
564a72e1db
|
8335955: JDK-8335742 wrongly used a "JDK-" prefix in the problemlist bug number
Reviewed-by: iwalulya
|
2024-07-09 08:10:55 +00:00 |
|
Calvin Cheung
|
284671a1e4
|
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
Reviewed-by: matsaave, iklam
|
2024-07-08 16:44:22 +00:00 |
|
Thomas Schatzl
|
953c35eb5b
|
8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
Reviewed-by: ayang, kbarrett
|
2024-07-08 11:44:04 +00:00 |
|
Tobias Hartmann
|
c34a1b7013
|
8335861: Problem list compiler/vectorization/TestFloat16VectorConvChain.java
Reviewed-by: epeter
|
2024-07-08 10:53:03 +00:00 |
|
Thomas Stuefe
|
3cce31ad88
|
8335643: serviceability/dcmd/vm tests fail for ZGC after JDK-8322475
Reviewed-by: sgehwolf, dholmes
|
2024-07-08 08:06:56 +00:00 |
|
Jatin Bhateja
|
55fd1ed228
|
8333890: Fatal error in auto-vectorizer with float16 kernel.
Reviewed-by: kvn
|
2024-07-08 06:42:46 +00:00 |
|
Severin Gehwolf
|
ff49f677ee
|
8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
Reviewed-by: gdams, stuefe
|
2024-07-05 13:44:35 +00:00 |
|
Thomas Schatzl
|
bdf470b3b8
|
8335742: Problemlist gc/g1/TestMixedGCLiveThreshold.java#25percent with virtual threads
Reviewed-by: aboldtch, kbarrett
|
2024-07-05 09:06:37 +00:00 |
|
Thomas Stuefe
|
b0efd77402
|
8314653: Metaspace: remove allocation guard feature
Reviewed-by: azafari, dholmes
|
2024-07-04 12:42:47 +00:00 |
|
Axel Boldt-Christmas
|
b20e8c8e85
|
8335397: Improve reliability of TestRecursiveMonitorChurn.java
Reviewed-by: coleenp, rkennke, dholmes
|
2024-07-04 08:21:18 +00:00 |
|
David Holmes
|
e01626cf09
|
8335655: ProblemList serviceability/dcmd/vm tests failing after JDK-8322475
Reviewed-by: mikael
|
2024-07-04 04:18:31 +00:00 |
|
David Holmes
|
587535c5b9
|
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
Reviewed-by: iklam, stuefe
|
2024-07-03 21:42:08 +00:00 |
|
Thomas Stuefe
|
8aaec37ace
|
8322475: Extend printing for System.map
Reviewed-by: sgehwolf, jsjolen
|
2024-07-03 16:08:34 +00:00 |
|
Chris Plummer
|
a3479576c9
|
8335291: Problem list all SA core file tests on macosx-aarch64 due to JDK-8318754
Reviewed-by: kevinw, amenkov
|
2024-07-02 18:13:50 +00:00 |
|
Jasmine Karthikeyan
|
685e5878b8
|
8334816: compiler/c2/irTests/TestIfMinMax.java fails after 8334629
Reviewed-by: thartmann, chagedorn
|
2024-07-02 14:36:29 +00:00 |
|
Emanuel Peter
|
9046d7aee3
|
8335390: C2 MergeStores: wrong result with Unsafe
Reviewed-by: thartmann, chagedorn, kvn
|
2024-07-02 08:20:26 +00:00 |
|
Leonid Mesnik
|
ee4720a75d
|
8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
Reviewed-by: ayang, zgu
|
2024-07-01 20:38:55 +00:00 |
|
Evgeny Nikitin
|
747e1e47f5
|
8334295: CTW: update modules
Reviewed-by: shade, thartmann
|
2024-07-01 10:21:31 +00:00 |
|
Severin Gehwolf
|
0a6ffa5795
|
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
Reviewed-by: stuefe, iklam
|
2024-07-01 08:47:29 +00:00 |
|
Albert Mingkun Yang
|
71e3798bf6
|
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
Reviewed-by: kvn, thartmann, chagedorn
|
2024-07-01 08:12:20 +00:00 |
|
Kim Barrett
|
8350b1daed
|
8335294: Fix simple -Wzero-as-null-pointer-constant warnings in gc code
Reviewed-by: tschatzl, coleenp, jwaters
|
2024-06-29 05:04:47 +00:00 |
|
Christian Hagedorn
|
6f4ddc2f6b
|
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Reviewed-by: thartmann, kvn
|
2024-06-28 09:23:48 +00:00 |
|
Albert Mingkun Yang
|
3b3a19e907
|
8335314: Problem list compiler/uncommontrap/DeoptReallocFailure.java
Reviewed-by: chagedorn
|
2024-06-28 08:27:07 +00:00 |
|
Evgeny Nikitin
|
308a812383
|
8334645: Un-problemlist vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
Reviewed-by: thartmann, lmesnik
|
2024-06-28 04:42:33 +00:00 |
|
Ioi Lam
|
c35e58a5ad
|
8309634: Resolve CONSTANT_MethodRef at CDS dump time
Reviewed-by: matsaave, ccheung
|
2024-06-27 20:10:13 +00:00 |
|
Vladimir Ivanov
|
243bae7dc0
|
8304693: Remove -XX:-UseVtableBasedCHA
Reviewed-by: kvn, coleenp, dholmes
|
2024-06-27 18:25:16 +00:00 |
|
Kangcheng Xu
|
b2ac7259c9
|
8327380: Add tests for Shenandoah barrier expansion optimization
Reviewed-by: roland, shade
|
2024-06-26 13:19:34 +00:00 |
|
Thomas Stuefe
|
e1390056c9
|
8333994: NMT: call stacks should show source information
Reviewed-by: jsjolen, gziemski
|
2024-06-26 08:44:17 +00:00 |
|
Coleen Phillimore
|
b3bf31a0a0
|
8333542: Breakpoint in parallel code does not work
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
|
2024-06-25 19:50:58 +00:00 |
|
Quan Anh Mai
|
933eababf2
|
8334629: [BACKOUT] PhaseIdealLoop::conditional_move is too conservative
Reviewed-by: epeter, thartmann, jkarthikeyan
|
2024-06-25 17:10:20 +00:00 |
|
Vladimir Kozlov
|
9c89f0861c
|
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
Reviewed-by: vlivanov, thartmann
|
2024-06-25 16:04:03 +00:00 |
|
Matias Saavedra Silva
|
6c6793307d
|
8334899: Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java failed after JDK-8306580
Reviewed-by: iklam, dholmes
|
2024-06-25 14:07:32 +00:00 |
|
Matias Saavedra Silva
|
4b153e5e05
|
8306580: Propagate CDS dumping errors instead of directly exiting the VM
Reviewed-by: iklam, ccheung
|
2024-06-24 18:19:03 +00:00 |
|