JDK-6260810 : Remove jvmdi.h and jvmpi.h from j2se workspace and JDK include directory
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-25
  • Updated: 2010-04-02
  • Resolved: 2005-05-14
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 6
6 b37Fixed
Related Reports
Relates :  
Relates :  
Description
The JVMDI and JVMPI interfaces are being removed from JDK 6.0 (Mustang).

The j2se workspace contains copies of jvmdi.h and jvmpi.h that get installed in the JDK include directory.
These files need to be removed and no longer installed as part of the JDK.

###@###.### 2005-04-25 17:34:26 GMT

Comments
EVALUATION See suggested fix. ###@###.### 2005-04-25 23:47:27 GMT
25-04-2005

SUGGESTED FIX j2se/make/java/jvm/Makefile: ------- Makefile ------- 19,20d18 < $(INCLUDEDIR)/jvmdi.h \ < $(INCLUDEDIR)/jvmpi.h \ ###@###.### 2005-04-25 23:47:28 GMT
25-04-2005