-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 18, 19
-
b17
async-profiling of SPECjvm2008 benchmarks shows that a considerable time is spent creating and throwing internal exceptions like:
Infer$InferenceException
Resolve$InapplicableMethodException
Types$FunctionDescriptorLookupError
These exceptions do not seem to leak outside javac and are only used to deliver asynchronous errors and related diagnostics. Stack trace does not seem relevant there and can be omitted.
Infer$InferenceException
Resolve$InapplicableMethodException
Types$FunctionDescriptorLookupError
These exceptions do not seem to leak outside javac and are only used to deliver asynchronous errors and related diagnostics. Stack trace does not seem relevant there and can be omitted.
- relates to
-
JDK-8337037 compiler internal options are not printing the stacktrace after a compiler crash
- Resolved