History log of /openjdk9/jdk/test/java/lang/instrument/RedefineMethodInBacktraceTargetB_2.java
Revision Date Author Comments
# 11835:6ab205cbdb64 20-Mar-2015 sspitsyn

8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
Summary: update java/lang/instrument/RedefineMethodInBacktrace.sh test to cover the hotspot fix
Reviewed-by: coleenp, dcubed


# 8597:f581b72e3715 21-Oct-2013 sla

8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
Summary: Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: coleenp, dcubed, sspitsyn