We have PrintCompilation2 diagnostic flag that is used to print additional compilation information. It looks to be useful for two things: a) printing the time we spent in compilation; b) printing the compilation at finish, not at start, like +PrintCompilation does.
These use cases are going to be subsumed by JDK-8356027, so we can remove PrintCompilation2 flag after that one is done.
These use cases are going to be subsumed by JDK-8356027, so we can remove PrintCompilation2 flag after that one is done.
- is blocked by
-
JDK-8356027 Print enhanced compilation timings
-
- Open
-