History log of /openjdk10/jdk/test/com/sun/jdi/InterfaceMethodsTest.java
Revision Date Author Comments
# 16958:13c06d444258 15-Mar-2017 iignatyev

8176176: fix @modules in jdk_svc tests
Reviewed-by: shurailine, sspitsyn


# 15909:ce7f9a34492e 18-Oct-2016 dholmes

8165827: Support private interface methods in JNI, JDWP, JDI and JDB
Reviewed-by: dcubed, lfoltan, sspitsyn


# 15753:793b76d431f1 21-Sep-2016 hseigel

8160987: JDWP ClassType.InvokeMethod doesn't validate class
Summary: Add code to validate class in JDWP instead of relying on JNI to do the check.
Reviewed-by: dholmes, dcubed, sspitsyn, dsamersoff


# 12677:a4299d47bd00 02-Sep-2015 martin

8134984: Text files should end in exactly one newline
Summary: automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman


# 11884:b45c81ca8671 07-May-2015 ykantser

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


# 11537:9c769c3a2c60 18-Feb-2015 jbachorik

8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
Reviewed-by: sspitsyn, sla


# 10093:056cd206a147 17-Jun-2014 sla

6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
Summary: Use jtreg "@run driver" for the JDI tests
Reviewed-by: sspitsyn, dholmes


# 9875:830cc367f41b 30-Apr-2014 jbachorik

8042123: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn


# 9807:276c2688450d 29-Apr-2014 jbachorik

8042096: Backout JDK-8042091
Reviewed-by: sla


# 9805:4e7f3aac979b 29-Apr-2014 jbachorik

8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed