Summary
Obsolete left-over flags that was used to control the flat profiler that was removed in JDK 10.
Problem
Technical debt.
Solution
Obsolete the flags in JDK 13 and remove them in JDK 14.
Specification
The following flags are obsoleted in JDK 13 and expired in JDK 14: ProfilerPrintByteCodeStatistics, ProfilerRecordPC, ProfileVM, ProfileIntervals, ProfileIntervalsTicks, ProfilerNumberOfInterpretedMethods, ProfilerNumberOfCompiledMethods, ProfilerNumberOfStubMethods and ProfilerNumberOfRuntimeStubNodes.
- csr of
-
JDK-8216608 Obsolete stale compiler flags
- Resolved