JDK-6266948 : deploy/src/plugin/win32/jpishare/CJavaJNI.cpp depends on jvmpi.h, which was removed in 6260810
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2005-05-07
  • Updated: 2010-04-04
  • 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
Duplicate :  
Relates :  
Relates :  
Description
C:/PROGRA~1/MICROS~2/VC98/Bin/cl.exe  -I../../../src/plugin/win32/jpishare -Id:/
martin/ws/int/control/build/windows-i586/tmp/deploy/plugin/ -Id:/martin/ws/int/c
ontrol/build/windows-i586/tmp/deploy/plugin/CClassHeaders -I../../../src/plugin/
win32/common -I../../../../j2se/make/../src/windows/javavm/export -I../../../../
j2se/make/../src/share/javavm/export -I../../../../j2se/make/../src/share/javavm
/include -I../../../../j2se/make/../src/windows/javavm/include -nologo -MD -W3 -
Ox -Os -GX -Zi -DNDEBUG -Fd"d:/martin/ws/int/control/build/windows-i586/tmp/depl
oy/plugin/jpishare/obj\release"  -DXP_WIN -DXP_PC -D_MBCS -D_ATL_STATIC_REGISTRY
 -DWIN32 -D_WINDOWS -c -Fmd:/martin/ws/int/control/build/windows-i586/tmp/deploy
/plugin/jpishare/obj -DUSRDLL -Fp"d:/martin/ws/int/control/build/windows-i586/tm
p/deploy/plugin/jpishare/obj/jpishare.pch" -Yu"stdafx.h"  -c -Fod:/martin/ws/int
/control/build/windows-i586/tmp/deploy/plugin/jpishare/obj/CJavaJNI.obj  ../../.
./src/plugin/win32/jpishare/CJavaJNI.cpp
CJavaJNI.cpp
../../../src/plugin/win32/jpishare/CJavaJNI.cpp(25) : fatal error C1083: Cannot 
open include file: 'jvmpi.h': No such file or directory
gnumake[3]: *** [d:/martin/ws/int/control/build/windows-i586/tmp/deploy/plugin/j
pishare/obj/CJavaJNI.obj] Error 2
gnumake[3]: Leaving directory `d:/martin/ws/int/deploy/make/plugin/jpishare'
gnumake[2]: *** [jpishare] Error 2
gnumake[2]: Leaving directory `d:/martin/ws/int/deploy/make/plugin'
gnumake[1]: *** [plugin-all] Error 2
gnumake[1]: Leaving directory `d:/martin/ws/int/deploy/make'
gnumake: *** [deploy-build] Error 2

###@###.### 2005-05-07 01:46:47 GMT

Comments
EVALUATION Reassign to Tim. ###@###.### 2005-05-12 21:57:08 GMT A private copy of jvmpi.h will be supplied to preserve the current function in CJavaJNI, and also meet our goal of reducing the visibility of JVMPI (in preparation for removing it) as described in 6260810. As a general note to readers out on the web, all users of JVMPI are encouraged to switch to the JVM TI interface. For more information, refer to this additional information: "The JVMPI Transition to JVMTI", http://java.sun.com/developer/technicalArticles/Programming/jvmpitransition/ "Creating a Debugging and Profiling Agent with JVMTI", http://java.sun.com/developer/technicalArticles/Programming/jvmti/ "JVM TI Reference", http://java.sun.com/j2se/5.0/docs/guide/jvmti/index.html ###@###.### 2005-05-12 22:09:21 GMT
07-05-2005