JDK-8007935 : java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: java.lang.instrument
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-02-11
  • Updated: 2014-10-01
  • Resolved: 2013-02-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b78Fixed
Related Reports
Relates :  
Relates :  
Description
The JLI/JPLIS tests were recently updated by the following bug:

    8005978 shell tests need to use the $COMPILEJDK for javac, jar and other tools

and the following bug recently added a new JLI/JPLIS test:

    8007420 add test for 6805864 to com/sun/jdi, add test for 7182152
                   to java/lang/instrument

The new RedefineSubclassWithTwoInterfaces.sh test should be updated to reflect
the style applied by 8005978
Comments
I picked the following JLI/JPLIS test to use for a model: http://hg.openjdk.java.net/jdk8/tl/jdk/diff/7da291690aa0/test/java/lang/instrument/RedefineMethodAddInvoke.sh
12-02-2013