Daniel Lundén
|
388d44fbf0
|
8342156: C2: Compilation failure with fewer arguments after JDK-8329032
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: rcastanedalo, chagedorn, kvn
|
2024-10-31 07:46:35 +00:00 |
|
Alex Menkov
|
1b177ce5b7
|
8343103: Enable debug logging for vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java
Reviewed-by: cjplummer
|
2024-10-30 18:02:55 +00:00 |
|
Ramkumar Sunderbabu
|
7404ddf24a
|
8202100: Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler
Reviewed-by: lmesnik
|
2024-10-30 15:45:03 +00:00 |
|
Axel Boldt-Christmas
|
821c514a13
|
8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
Reviewed-by: ihse, eosterlund, stefank, prr, cjplummer, dholmes
|
2024-10-30 11:05:07 +00:00 |
|
Amit Kumar
|
b6f745df57
|
8342489: compiler/c2/irTests/TestVectorizationMismatchedAccess.java fails on big-endian platforms
Reviewed-by: epeter, mbaesken
|
2024-10-30 03:09:47 +00:00 |
|
SendaoYan
|
40f3d50bad
|
8343211: Compile error: redefinition of 'Assembler::evmovdquw(XMMRegister,KRegister,XMMRegister,bool,int)'
Reviewed-by: vpaprotski, sviswanathan, thartmann, shade
|
2024-10-29 23:17:52 +00:00 |
|
Serguei Spitsyn
|
60364ef001
|
8341273: JVMTI is not properly hiding some continuation related methods
Reviewed-by: alanb, amenkov
|
2024-10-29 19:59:43 +00:00 |
|
Ferenc Rakoczi
|
9cfb0f7f7a
|
8341527: AVX-512 intrinsic for SHA3
Reviewed-by: sviswanathan
|
2024-10-29 15:18:24 +00:00 |
|
Amit Kumar
|
6332e258f9
|
8343183: [s390x]: Problemlist runtime/Monitor/SyncOnValueBasedClassTest.java Failure
Reviewed-by: dholmes
|
2024-10-29 10:48:47 +00:00 |
|
Christian Hagedorn
|
e389f82b1b
|
8343137: C2: VerifyLoopOptimizations fails with "Was reachable in only one"
Reviewed-by: thartmann, kvn
|
2024-10-29 08:07:22 +00:00 |
|
Jatin Bhateja
|
52382e285f
|
8338021: Support new unsigned and saturating vector operators in VectorAPI
Reviewed-by: psandoz, epeter, sviswanathan
|
2024-10-28 16:30:29 +00:00 |
|
Matias Saavedra Silva
|
9f6211bcf1
|
8341371: CDS cannot load archived heap objects with -XX:+UseSerialGC -XX:-UseCompressedOops
Reviewed-by: ccheung, iklam
|
2024-10-28 14:31:35 +00:00 |
|
Alex Menkov
|
36d71735e3
|
8339289: Enhance Attach API to support arbitrary length arguments - Windows
Reviewed-by: kevinw, sspitsyn
|
2024-10-25 18:08:21 +00:00 |
|
Hamlin Li
|
4f8f395e2b
|
8343060: RISC-V: enable TestFloat16VectorConvChain for riscv
Reviewed-by: fyang
|
2024-10-25 14:28:01 +00:00 |
|
Emanuel Peter
|
e96b4cf0a8
|
8342387: C2 SuperWord: refactor and improve compiler/loopopts/superword/TestDependencyOffsets.java
Reviewed-by: thartmann, chagedorn
|
2024-10-24 05:45:35 +00:00 |
|
Chris Plummer
|
002de86081
|
8342673: Test serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java failed: waited too long for notify
Reviewed-by: amenkov, lmesnik, sspitsyn
|
2024-10-23 18:26:30 +00:00 |
|
SendaoYan
|
cdad7286c6
|
8342646: JTREG_TEST_THREAD_FACTORY in testing.md should be TEST_THREAD_FACTORY
Reviewed-by: ihse, erikj
|
2024-10-23 06:49:46 +00:00 |
|
Christian Hagedorn
|
018db8c16a
|
8342809: C2 hits "assert(is_If()) failed: invalid node class: Con" during IGVN due to unhandled top
Reviewed-by: roland, thartmann
|
2024-10-23 06:39:18 +00:00 |
|
Aleksey Shipilev
|
28147dab07
|
8341913: Support CDS heap dumping for Shenandoah and Epsilon
Reviewed-by: iklam, matsaave
|
2024-10-22 17:58:20 +00:00 |
|
Roland Westrelin
|
004aaea76d
|
8342330: C2: "node pinned on loop exit test?" assert failure
Reviewed-by: chagedorn, thartmann
|
2024-10-22 11:19:21 +00:00 |
|
Christian Hagedorn
|
2da7f2bcb0
|
8342787: Move misplaced TestTemplateAssertionPredicateWithTwoUCTs.java from src to test directory
Reviewed-by: thartmann, shade, jwaters
|
2024-10-22 08:34:46 +00:00 |
|
SendaoYan
|
8bcd4920f1
|
8342681: TestLoadBypassesNullCheck.java fails improperly specified VM option
Reviewed-by: shade
|
2024-10-22 02:09:08 +00:00 |
|
Aleksey Shipilev
|
37aa320f57
|
8342376: More reliable OOM handling in ExceptionDuringDumpAtObjectsInitPhase test
Reviewed-by: iklam, phh
|
2024-10-21 15:56:19 +00:00 |
|
Smita Kamath
|
18bcbf7941
|
8341052: SHA-512 implementation using SHA-NI
Reviewed-by: jbhateja, ascarpino, sviswanathan, sparasa
|
2024-10-21 15:37:36 +00:00 |
|
Sandhya Viswanathan
|
153ad911f9
|
8338126: C2 SuperWord: VectorCastF2HF / vcvtps2ph produces wrong results for vector length 2
Reviewed-by: thartmann, jbhateja, epeter
|
2024-10-21 14:58:43 +00:00 |
|
Kangcheng Xu
|
80ec552248
|
8328528: C2 should optimize long-typed parallel iv in an int counted loop
Reviewed-by: roland, chagedorn, thartmann
|
2024-10-21 14:57:31 +00:00 |
|
Tomas Zezula
|
330f2b5a9c
|
8342295: compiler/jvmci/TestJVMCISavedProperties.java fails due to garbage in output
Reviewed-by: dnsimon
|
2024-10-21 13:50:13 +00:00 |
|
Roland Westrelin
|
680dc5d896
|
8342496: C2/Shenandoah: SEGV in compiled code when running jcstress
Reviewed-by: shade, rkennke
|
2024-10-21 07:38:39 +00:00 |
|
Roland Westrelin
|
8f2b23bb53
|
8341407: C2: assert(main_limit == cl->limit() || get_ctrl(main_limit) == new_limit_ctrl) failed: wrong control for added limit
Reviewed-by: chagedorn, thartmann
|
2024-10-21 07:37:01 +00:00 |
|
SendaoYan
|
21682bcdcc
|
8342612: Increase memory usage of compiler/c2/TestScalarReplacementMaxLiveNodes.java
Reviewed-by: kvn
|
2024-10-21 07:20:48 +00:00 |
|
Chad Rakoczy
|
401d0d6b09
|
8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn
Reviewed-by: thartmann, eastigeevich
|
2024-10-18 22:52:40 +00:00 |
|
Serguei Spitsyn
|
8591109419
|
8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning
Reviewed-by: cjplummer, amenkov
|
2024-10-18 19:34:17 +00:00 |
|
Tobias Hartmann
|
c51a086ce3
|
8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type
Reviewed-by: kvn, vlivanov
|
2024-10-18 06:46:23 +00:00 |
|
Ramkumar Sunderbabu
|
d915ac2abd
|
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
Reviewed-by: cjplummer, lmesnik
|
2024-10-17 14:34:58 +00:00 |
|
Matias Saavedra Silva
|
363327e686
|
8341452: Test runtime/cds/appcds/DumpRuntimeClassesTest.java from JDK-8324259 is failing
Reviewed-by: dholmes, iklam
|
2024-10-17 13:56:49 +00:00 |
|
Thomas Schatzl
|
d6f8b465e4
|
8340389: vmTestbase/gc/gctests/PhantomReference/phantom001/TestDescription.java Test exit code: 97 with -Xcomp UseAVX=3
Reviewed-by: shade, iwalulya
|
2024-10-17 12:31:43 +00:00 |
|
Antón Seoane Ampudia
|
9bdface147
|
8341622: Tag-specific disabled default decorators for UnifiedLogging
Reviewed-by: jsjolen, rcastanedalo, aboldtch
|
2024-10-17 09:18:22 +00:00 |
|
Tobias Hartmann
|
58d39c317e
|
8340313: Crash due to invalid oop in nmethod after C1 patching
Reviewed-by: tschatzl, kvn, dlong
|
2024-10-17 05:03:09 +00:00 |
|
Gerard Ziemski
|
c34fb2c989
|
8338883: Show warning when CreateCoredumpOnCrash set, but core dump will not happen
Reviewed-by: dholmes, jsjolen
|
2024-10-16 15:32:07 +00:00 |
|
Aleksey Shipilev
|
7625b29920
|
8329597: C2: Intrinsify Reference.clear
Reviewed-by: rcastanedalo, eosterlund, kvn
|
2024-10-16 14:08:10 +00:00 |
|
Jaikiran Pai
|
cf5bb12731
|
Merge
Reviewed-by: alanb, dfuchs
|
2024-10-16 11:36:01 +00:00 |
|
Thomas Schatzl
|
577babf196
|
8334010: VM crashes with ObjectAlignmentInBytes > GCCardSizeInBytes
Reviewed-by: shade, iwalulya
|
2024-10-16 07:27:28 +00:00 |
|
Emanuel Peter
|
b9b0bd0871
|
8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
Reviewed-by: chagedorn, tholenstein
|
2024-10-16 07:23:12 +00:00 |
|
Matthias Baesken
|
2c0c65353b
|
8342044: Increase timeout of gc/shenandoah/oom/TestClassLoaderLeak.java
Reviewed-by: shade
|
2024-10-15 11:52:34 +00:00 |
|
Emanuel Peter
|
cfa25b71a6
|
8328544: Improve handling of vectorization
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: mschoene, kvn, chagedorn, rhalade
|
2024-10-15 17:04:27 +05:30 |
|
Thomas Schatzl
|
c9a536c330
|
8337339: gc/arguments/Test*SizeFlags.java timing out with Xcomp
Reviewed-by: shade, iwalulya
|
2024-10-15 09:15:40 +00:00 |
|
Igor Veresov
|
a8a8b2deba
|
8341831: PhaseCFG::insert_anti_dependences asserts with "no loads"
Reviewed-by: dlong, kvn
|
2024-10-14 16:44:53 +00:00 |
|
Fei Gao
|
dcac4b0a53
|
8341471: Reversed field layout caused by unstable sorting
Reviewed-by: jwaters, jsjolen
|
2024-10-14 08:40:03 +00:00 |
|
Aleksey Shipilev
|
037f11b864
|
8341708: Optimize safepoint poll encoding with smaller poll data offset
Reviewed-by: kvn, qamai
|
2024-10-14 06:02:00 +00:00 |
|
Tobias Hartmann
|
8d0975a27d
|
8336726: C2: assert(!do_asserts || projs->fallthrough_ioproj != nullptr) failed: must be found
Reviewed-by: chagedorn, kvn, vlivanov
|
2024-10-14 05:26:48 +00:00 |
|