--- old/src/hotspot/share/utilities/exceptions.cpp 2018-09-28 11:54:01.000000000 -0700 +++ new/src/hotspot/share/utilities/exceptions.cpp 2018-09-28 11:54:00.000000000 -0700 @@ -419,7 +419,7 @@ // Otherwise wrap the exception in a BootstrapMethodError if (TraceMethodHandles) { - tty->print_cr("[constant/invoke]dynamic throws BSME for " INTPTR_FORMAT, p2i((void *)exception)); + tty->print_cr("bootstrap method invocation wraps BSME around " INTPTR_FORMAT, p2i((void *)exception)); exception->print(); } Handle nested_exception(THREAD, exception);