-
Enhancement
-
Resolution: Fixed
-
P3
-
25, 26
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8361270 | 25 | Aleksey Shipilev | P3 | Resolved | Fixed | b30 |
A new AOTCompileEagerly flag introduced by JDK-8355003 is marked as diagnostic. However, this flag guards the experimental feature, that is, whether the existence of AOT profiles should trigger immediate JIT compilation. Therefore, this flag should be at least be "experimental", rather than "diagnostic".
I don't think it makes sense to elevate this flag to full product flag, since once AOT code caching arrives, this flag would default to true, and would cause AOT loads instead of JIT compilations. Disabling the flag by user choice would be significantly counter-productive then.
I don't think it makes sense to elevate this flag to full product flag, since once AOT code caching arrives, this flag would default to true, and would cause AOT loads instead of JIT compilations. Disabling the flag by user choice would be significantly counter-productive then.
- backported by
-
JDK-8361270 AOTCompileEagerly should not be diagnostic
-
- Resolved
-
- relates to
-
JDK-8355003 Implement JEP 515: Ahead-of-Time Method Profiling
-
- Resolved
-
- links to
-
Commit(jdk25) openjdk/jdk/b245c517
-
Commit(master) openjdk/jdk/e1382973
-
Review(jdk25) openjdk/jdk/26073
-
Review(master) openjdk/jdk/25799
(1 links to)