Boris Ulasevich
2cb177d0ba
8371459: [REDO] AArch64: Use SHA3 GPR intrinsic where it's faster
...
Reviewed-by: phh, bperez
2026-03-05 16:10:44 +00:00
Ramkumar Sunderbabu
01c9d7e9b4
8377517: AArch64: TestUseSHA3IntrinsicsWithUseSHADisabledOnUnsupportedCPU.java fails after JDK-8375443
...
Reviewed-by: chagedorn
2026-02-15 02:57:25 +00:00
Ramkumar Sunderbabu
ee5b10c7f0
8375443: AVX-512: Disabling through UseSHA doesn't affect UseSHA3Intrinsics
...
Reviewed-by: mhaessig, kvn
2026-02-09 09:03:47 +00:00
Anton Seoane Ampudia
b60ac710be
8364490: Fatal error on large SpecTrapLimitExtraEntries value
...
Reviewed-by: chagedorn, roland
2025-12-10 08:53:30 +00:00
Emanuel Peter
b41146cd1e
8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: rcastanedalo, mhaessig, chagedorn
2025-11-20 09:32:57 +00:00
Daniel Lundén
faf6df5462
8325467: Support methods with many arguments in C2
...
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: rcastanedalo, kvn, epeter
2025-09-24 15:02:40 +00:00
Manuel Hässig
94a301a70e
8366875: CompileTaskTimeout should be reset for each iteration of RepeatCompilation
...
Reviewed-by: dlong, epeter
2025-09-19 09:08:29 +00:00
Manuel Hässig
c82070e635
8366775: TestCompileTaskTimeout should use timeoutFactor
...
Reviewed-by: chagedorn, rcastanedalo, mbaesken
2025-09-16 13:19:12 +00:00
Leo Korinth
55e7af0560
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
...
Reviewed-by: alanb, sspitsyn, lmesnik, ihse
2025-09-02 07:27:12 +00:00
Manuel Hässig
8f864fd563
8366222: TestCompileTaskTimeout causes asserts after JDK-8365909
...
Reviewed-by: chagedorn, thartmann
2025-08-28 12:48:29 +00:00
Manuel Hässig
aae13af04b
8365909: [REDO] Add a compilation timeout flag to catch long running compilations
...
Co-authored-by: Dean Long <dlong@openjdk.org>
Reviewed-by: chagedorn, dlong
2025-08-26 13:24:05 +00:00
Manuel Hässig
5febc4e3bb
8365910: [BACKOUT] Add a compilation timeout flag to catch long running compilations
...
Reviewed-by: chagedorn, dholmes
2025-08-21 08:23:32 +00:00
Manuel Hässig
c74c60fb8b
8308094: Add a compilation timeout flag to catch long running compilations
...
Co-authored-by: Dean Long <dlong@openjdk.org>
Reviewed-by: dlong, chagedorn
2025-08-21 07:09:25 +00:00
Saranya Natarajan
2b756ab1e8
8358781: C2 fails with assert "bad profile data type" when TypeProfileCasts is disabled
...
Reviewed-by: mhaessig, kvn, dfenacci
2025-08-18 08:16:32 +00:00
Guanqiang Han
e1b2229b0b
8358592: Assert in Assembler::ptest due to missing SSE42 support
...
Reviewed-by: kvn
2025-07-16 05:44:24 +00:00
Saranya Natarajan
eac8f5d2c9
8325478: Restructure the macro expansion compiler phase to not include macro elimination
...
Reviewed-by: kvn, dlunden
2025-07-02 08:38:31 +00:00
Manuel Hässig
2304044ab2
8360641: TestCompilerCounts fails after 8354727
...
Reviewed-by: kvn, dfenacci, mdoerr
2025-07-02 08:35:51 +00:00
Benoît Maillard
c220b1358c
8356865: C2: Unreasonable values for debug flag FastAllocateSizeLimit can lead to left-shift-overflow, which is UB
...
Reviewed-by: epeter, mhaessig
2025-06-23 07:52:02 +00:00
Manuel Hässig
a6464b74a8
8358578: Small -XX:NMethodSizeLimit triggers "not in CodeBuffer memory" assert in C1
...
Reviewed-by: kvn, syan, thartmann
2025-06-20 01:33:54 +00:00
Tobias Hartmann
ed39e17e34
8359200: Memory corruption in MStack::push
...
Reviewed-by: shade, kvn
2025-06-13 07:45:18 +00:00
Aleksey Shipilev
4e314cb9e0
8356000: C1/C2-only modes use 2 compiler threads on low CPU count machines
...
Reviewed-by: kvn, dfenacci, galder
2025-06-04 14:21:34 +00:00
Tobias Hartmann
67c4405250
8352866: TestLogJIT.java runs wrong test class
...
Reviewed-by: rcastanedalo, chagedorn
2025-03-25 11:52:54 +00:00
Magnus Ihse Bursie
2979806c72
8345795: Update copyright year to 2024 for hotspot in files where it was missed
...
Reviewed-by: dholmes, tschatzl, dnsimon, sspitsyn
2024-12-10 08:47:46 +00:00
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
Tobias Hartmann
63e611cd5d
8335334: Stress mode to randomly execute unstable if traps
...
Reviewed-by: chagedorn, kvn
2024-09-23 12:30:30 +00:00
Daniel Lundén
4abb10eb0b
8317349: Randomize order of macro node expansion in C2
...
Reviewed-by: chagedorn, rcastanedalo, thartmann
2024-02-07 10:01:35 +00:00
Denghui Dong
27d5f5c237
8322781: C1: Debug build crash in GraphBuilder::vmap() when print stats
...
Reviewed-by: kvn, thartmann, shade
2024-01-04 13:11:47 +00:00
Stefan Karlsson
cbe329b90a
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
...
Reviewed-by: lkorinth, lmesnik
2024-01-03 08:53:01 +00:00
Yi-Fan Tsai
c0a3b76958
8316197: Make tracing of inline cache available in unified logging
...
Reviewed-by: kvn, dholmes
2023-12-18 15:19:16 +00:00
Daniel Lundén
69014cd55b
8320682: [AArch64] C1 compilation fails with "Field too big for insn"
...
Reviewed-by: thartmann, aph, dlong
2023-12-14 13:09:39 +00:00
Daniel Lundén
c36ec2ca70
8316653: Large NMethodSizeLimit triggers assert during C1 code buffer allocation
...
Reviewed-by: kvn, rcastanedalo, thartmann
2023-11-16 07:41:13 +00:00
Daniel Lundén
7df73a23d3
8318817: Could not reserve enough space in CodeHeap 'profiled nmethods' (0K)
...
Reviewed-by: stuefe, rcastanedalo
2023-11-14 07:49:35 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +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
Ben Taylor
0074b48ad7
8312597: Convert TraceTypeProfile to UL
...
Reviewed-by: shade, phh
2023-08-14 22:50:37 +00:00
Pengfei Li
32833285bf
8311130: AArch64: Sync SVE related CPU features with VM options
...
Reviewed-by: aph, xgong
2023-07-20 09:35:45 +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
Tobias Holenstein
dd06cc638e
8283807: Handle CompileThreshold the same as other thresholds when scaled with -XX:CompileThresholdScaling
...
Reviewed-by: kvn, iklam, thartmann
2022-05-06 07:08:19 +00:00
Jie Fu
026b85303c
8283298: Make CodeCacheSegmentSize a product flag
...
Reviewed-by: dlong, kvn
2022-03-23 08:48:17 +00:00
Jie Fu
3da5204b3c
8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
...
Reviewed-by: dlong
2022-03-17 00:05:57 +00:00
Dean Long
1465ea98b7
8282355: compiler/arguments/TestCodeEntryAlignment.java failed "guarantee(sect->end() <= tend) failed: sanity"
...
Reviewed-by: jiefu, thartmann, shade
2022-03-15 20:17:36 +00:00
Aleksey Shipilev
b1564624ce
8281467: Allow larger OptoLoopAlignment and CodeEntryAlignment
...
Reviewed-by: kvn, dlong
2022-02-15 06:19:37 +00:00
Tobias Holenstein
653a612a5a
8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN
...
Reviewed-by: thartmann, chagedorn
2021-09-23 12:59:22 +00:00
Tobias Hartmann
22ca62c2cb
8266542: Remove broken -XX:-UseLoopSafepoints flag
...
Reviewed-by: tschatzl, kvn
2021-05-06 07:36:28 +00:00
Igor Ignatyev
eeddb30344
8266150: mark hotspot compiler/arguments tests which ignore VM flags
...
Reviewed-by: kvn
2021-04-27 23:54:45 +00:00
Igor Ignatyev
7f4a9f68bf
8266088: compiler/arguments/TestPrintOptoAssemblyLineNumbers test should user driver mode
...
Reviewed-by: kvn
2021-04-27 20:58:48 +00:00
Igor Ignatyev
a7aba2b61c
8263549: 8263412 can cause jtreg testlibrary split
...
Reviewed-by: iklam, dcubed
2021-03-13 14:51:53 +00:00
Roberto Castañeda Lozano
bc56541424
8256535: C2: randomize CCP processing order for stress testing
...
Add 'StressCCP' option to randomize the selection of the node to be examined in
each CCP iteration.
Reviewed-by: chagedorn, kvn, thartmann
2021-01-07 20:43:48 +00:00
jasontatton-aws
b99fd4c7d6
8033441: print line numbers with -XX:+PrintOptoAssembly
...
Reviewed-by: jiefu, thartmann
2020-11-20 12:51:47 +00:00
Roberto Castañeda Lozano
eb35ade9a0
6232281: -XX:-UseLoopSafepoints causes assert(v_false,"Parse::remove_useless_nodes missed this node")
...
Check for nodes missed by remove_useless_nodes() only if PhaseRemoveUseless has
actually been run. This makes it possible to use -XX:-UseLoopSafepoints without
crashing trivially, although implicit assumptions in other parts of C2 about the
existence of loop safepoints might lead to more subtle failures for more complex
methods.
Reviewed-by: neliasso, thartmann, kvn
2020-11-20 12:06:36 +00:00