hg: jdk9/hs-rt/hotspot: 8141211: Convert TraceExceptions to Unified Logging

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Tue Dec 22 23:13:54 UTC 2015


Changeset: 0c82805adfc5
Author:    rprotacio
Date:      2015-12-22 16:29 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/0c82805adfc5

8141211: Convert TraceExceptions to Unified Logging
Summary: The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option.
Reviewed-by: dholmes, coleenp, mockner

! src/share/vm/c1/c1_Runtime1.cpp
! src/share/vm/interpreter/bytecodeInterpreter.cpp
! src/share/vm/interpreter/interpreterRuntime.cpp
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/logging/logTag.hpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/utilities/exceptions.cpp
! test/runtime/CommandLine/TraceExceptionsTest.java
+ test/runtime/logging/ExceptionsTest.java



More information about the jdk9-hs-rt-changes mailing list