JDK-7178932 : Remove unnecessary access bridge files from private JRE
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp
  • CPU: generic,x86
  • Submitted: 2012-06-21
  • Updated: 2013-06-13
  • Resolved: 2012-07-10
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 7
7u6 b17Fixed
Related Reports
Relates :  
Relates :  
Description
Files mentioned in CR 7128768 evaluation were removed from public JRE but not from private JRE

C:\PROGRA~1\Java>ls jdk1.7.0_06/jre/bin/*accessbridge*
jdk1.7.0_06/jre/bin/JAWTAccessBridge-32.dll
jdk1.7.0_06/jre/bin/JAWTAccessBridge.dll
jdk1.7.0_06/jre/bin/JavaAccessBridge-32.dll
jdk1.7.0_06/jre/bin/JavaAccessBridge.dll
jdk1.7.0_06/jre/bin/WindowsAccessBridge-32.dll
jdk1.7.0_06/jre/bin/WindowsAccessBridge.dll

*-32.dll should be removed

No issue in public JRE
C:\PROGRA~1\Java>ls jre7/bin/*accessbridge*
jre7/bin/JAWTAccessBridge.dll   
jre7/bin/JavaAccessBridge.dll
jre7/bin/WindowsAccessBridge.dll

Comments
EVALUATION The fix is to add code to the installer.dll to also remove the correct files for the JDK's private JRE.
25-06-2012