History log of /openjdk10/jdk/test/java/lang/instrument/RedefineMethodInBacktrace.sh
Revision Date Author Comments
# 14761:31a2e3bd54fe 15-Jun-2016 shurailine

8158855: Fix remaining module dependences in java/lang
Reviewed-by: alanb, mchung, amlu


# 12973:2e63fa2efdb1 27-Oct-2015 shurailine

8140336: Add @modules for exported dependencies to jdk_core tests
Reviewed-by: alanb, mchung


# 11884:b45c81ca8671 07-May-2015 ykantser

8078896: Add @modules as needed to the jdk_svc tests
Reviewed-by: alanb, mchung


# 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


# 6659:c6d77b2b4478 22-Jan-2013 stefank

8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
Reviewed-by: sspitsyn, coleenp