Joel Sikström
|
174183759e
|
8380281: Remove the client emulation mode
Reviewed-by: ayang, kvn
|
2026-03-23 10:48:55 +00:00 |
|
Joel Sikström
|
3b8af308d7
|
8379665: Obsolete AlwaysActAsServerClassMachine and NeverActAsServerClassMachine
Reviewed-by: stefank, ayang, aboldtch
|
2026-03-16 09:10:07 +00:00 |
|
Albert Mingkun Yang
|
5e588085e9
|
8378744: Obsolete NewSizeThreadIncrease flag
Reviewed-by: tschatzl, iwalulya, sjohanss
|
2026-03-09 10:35:00 +00:00 |
|
Amit Kumar
|
cb3a57cced
|
8377863: [s390x] Increase inlining thresholds to the same as other platforms
Reviewed-by: aph, lucy
|
2026-02-24 04:27:44 +00:00 |
|
David Briemann
|
37dc1be67d
|
8188131: [PPC] Increase inlining thresholds to the same as other platforms
Reviewed-by: mdoerr, mbaesken
|
2026-02-12 13:29:33 +00:00 |
|
Joel Sikström
|
dcf46a0a19
|
8369658: Client emulation mode sets MaxRAM too late
Reviewed-by: aboldtch, stefank
|
2025-10-23 08:22:32 +00:00 |
|
Emanuel Peter
|
443b172638
|
8324751: C2 SuperWord: Aliasing Analysis runtime check
Reviewed-by: kvn, mhaessig
|
2025-08-28 05:53:23 +00:00 |
|
Kim Barrett
|
7bc0d82450
|
8359227: Code cache/heap size options should be size_t
Reviewed-by: mhaessig, tschatzl
|
2025-06-18 18:05:18 +00:00 |
|
Stefan Karlsson
|
c33c1cfe73
|
8347909: Automatic precompiled.hpp inclusion
Reviewed-by: lkorinth, erikj, dholmes, ihse
|
2025-01-21 10:21:24 +00:00 |
|
Damon Fenacci
|
b37f123625
|
8347407: [BACKOUT] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
Reviewed-by: thartmann, kvn
|
2025-01-13 07:59:51 +00:00 |
|
Magnus Ihse Bursie
|
79345bbbae
|
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
|
2024-11-13 09:41:57 +00:00 |
|
Axel Boldt-Christmas
|
ad5ffccffa
|
8341168: Cleanup dead code after JDK-8322630
Reviewed-by: stefank, tschatzl, mli, shade
|
2024-10-01 08:02:56 +00:00 |
|
Damon Fenacci
|
633fad8e53
|
8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
Reviewed-by: thartmann, kvn
|
2024-09-03 09:45:43 +00:00 |
|
Ekaterina Vergizova
|
a40d8d97e8
|
8314220: Configurable InlineCacheBuffer size
Reviewed-by: dlong, kvn
|
2023-11-27 13:38:44 +00:00 |
|
Tobias Hartmann
|
303757b3a0
|
8319879: Stress mode to randomize incremental inlining decision
Reviewed-by: kvn, roland
|
2023-11-21 07:18:04 +00:00 |
|
Matias Saavedra Silva
|
683672c0bb
|
8292692: Move MethodCounters inline functions out of method.hpp
Reviewed-by: iklam, ccheung, kvn
|
2023-09-07 17:15:18 +00:00 |
|
Pengfei Li
|
a38582e941
|
8311691: C2: Remove legacy code related to PostLoopMultiversioning
Reviewed-by: kvn, sviswanathan
|
2023-07-13 01:45:52 +00:00 |
|
Doug Simon
|
b3c9d6785e
|
8309136: [JVMCI] add -XX:+UseGraalJIT flag
Reviewed-by: dholmes, kvn
|
2023-06-05 20:47:50 +00:00 |
|
Ioi Lam
|
573c316c57
|
8224980: FLAG_SET_ERGO silently ignores invalid values
Reviewed-by: iveresov, dholmes
|
2023-02-16 03:44:48 +00:00 |
|
Johan Sjölen
|
fcbf9d052e
|
8300243: Replace NULL with nullptr in share/compiler/
Reviewed-by: thartmann, kvn
|
2023-01-18 16:56:31 +00:00 |
|
Fei Yang
|
5e196b4b8e
|
8297476: Increase InlineSmallCode default from 1000 to 2500 for RISC-V
Reviewed-by: shade, yzhu
|
2022-11-24 13:32:52 +00:00 |
|
Stefan Karlsson
|
813b223a6b
|
8296926: Sort include lines of files in the include/ directory
Reviewed-by: kbarrett, erikj, lkorinth
|
2022-11-16 12:51:26 +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 |
|
Ioi Lam
|
2fbb936203
|
8292691: Move CompilerConfig::is_xxx() inline functions out of compilerDefinitions.hpp
Reviewed-by: kvn, iveresov
|
2022-08-20 23:17:57 +00:00 |
|
Erik Österlund
|
7d4df6a83f
|
8284404: Too aggressive sweeping with Loom
Reviewed-by: kvn, thartmann
|
2022-06-20 06:43:23 +00:00 |
|
Aleksey Shipilev
|
fdece9ac71
|
8287169: compiler/arguments/TestCompileThresholdScaling.java fails on x86_32 after JDK-8287052
Reviewed-by: kvn, dlong
|
2022-05-24 16:31:10 +00:00 |
|
Dean Long
|
ba23f14025
|
8287052: comparing double to max_intx gives unexpected results
Reviewed-by: kvn
|
2022-05-20 20:24:04 +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 |
|
Igor Veresov
|
4434c7df03
|
8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
Reviewed-by: kvn, thartmann
|
2022-05-03 16:02:22 +00:00 |
|
Ioi Lam
|
c1048021fe
|
8283641: Large value for CompileThresholdScaling causes assert
Reviewed-by: kvn
|
2022-03-24 21:42:35 +00:00 |
|
Coleen Phillimore
|
7822cbce10
|
8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
Reviewed-by: kvn, dholmes
|
2022-03-03 13:20:58 +00:00 |
|
Vladimir Kozlov
|
694acedf18
|
8264805: Remove the experimental Ahead-of-Time Compiler
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
|
2021-04-27 01:12:18 +00:00 |
|
sunguoyun
|
31d8a19e47
|
8265105: gc/arguments/TestSelectDefaultGC.java fails when compiler1 is disabled
Reviewed-by: iveresov
|
2021-04-22 18:05:03 +00:00 |
|
Ioi Lam
|
17202c89d5
|
8264748: Do not include arguments.hpp from compilerDefinitions.hpp
Reviewed-by: gziemski, stefank
|
2021-04-07 05:37:37 +00:00 |
|
Doug Simon
|
4f0a12ec87
|
8262323: do not special case JVMCI in tiered compilation policy
Reviewed-by: kvn, never
|
2021-03-09 10:57:03 +00:00 |
|
Igor Veresov
|
1f9ed9059f
|
8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
Reviewed-by: kvn
|
2021-03-08 18:01:27 +00:00 |
|
Thomas Stuefe
|
c9e91897ae
|
8262074: Consolidate the default value of MetaspaceSize
Reviewed-by: iklam, coleenp
|
2021-02-26 16:04:07 +00:00 |
|
Jie Fu
|
f2bde05e6f
|
8262097: Improve CompilerConfig ergonomics to fix a VM crash after JDK-8261229
Reviewed-by: iveresov, kvn
|
2021-02-22 23:43:28 +00:00 |
|
Igor Veresov
|
29a428f5ea
|
8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
Reviewed-by: thartmann
|
2021-02-08 17:08:36 +00:00 |
|
Igor Veresov
|
1519632597
|
8251462: Simplify compilation policy
Reviewed-by: cjplummer, kvn
|
2021-01-28 20:51:12 +00:00 |
|
Claes Redestad
|
9d160aa1b7
|
8257815: Replace global log2 functions with efficient implementations
Reviewed-by: kbarrett, stefank
|
2021-01-04 21:01:25 +00:00 |
|
Vladimir Ivanov
|
62c7788b29
|
8257211: C2: Enable call devirtualization during post-parse phase
Reviewed-by: kvn, neliasso, thartmann
|
2020-12-07 22:50:38 +00:00 |
|
Doug Simon
|
fa58671f9f
|
8257020: [JVMCI] enable a JVMCICompiler to specify which GCs it supports
Reviewed-by: stefank, kvn
|
2020-12-03 13:42:50 +00:00 |
|
Jie Fu
|
8f4fa3f8d5
|
8257232: CompileThresholdScaling fails to work on 32-bit platforms
Reviewed-by: kvn, redestad
|
2020-12-02 02:31:08 +00:00 |
|
Roland Westrelin
|
6a85e1454d
|
8241486: G1/Z give warning when using LoopStripMiningIter and turn off LoopStripMiningIter (0)
Reviewed-by: thartmann, kvn
|
2020-08-21 17:41:57 +02:00 |
|
Ioi Lam
|
a6f41d513e
|
8252151: Remove excessive inclusion of arguments.hpp
Reviewed-by: coleenp, stuefe
|
2020-08-26 14:42:07 -07:00 |
|
Xin Liu
|
892d998587
|
8139046: Compiler Control: IGVPrintLevel directive should set PrintIdealGraph
Make !PrintIdealGraph a synonym for PrintIdealGraphLevel=-1 => print nothing
Reviewed-by: simonis, phh, neliasso
|
2020-06-12 13:33:29 -07:00 |
|
Nils Eliasson
|
99d6bea20d
|
8244660: Code cache sweeper heuristics is broken
Reviewed-by: thartmann, rehn
|
2020-06-03 15:26:18 +02:00 |
|
Xiaohong Gong
|
bc669dfc82
|
8243339: AArch64: Obsolete UseBarriersForVolatile option
Reviewed-by: adinn, aph, drwhite
|
2020-05-27 15:17:09 +08:00 |
|
Martin Doerr
|
76b76654d2
|
8235673: [C1, C2] Split inlining control flags
Reviewed-by: neliasso, kvn, thartmann
|
2020-05-18 10:57:16 +02:00 |
|