JDK-7146060 : WinRegistryWrapperTest crash jvm on win7
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2012-02-15
  • Updated: 2013-12-09
  • Resolved: 2012-02-23
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 JDK 8
7u4Fixed 8 b27Fixed
Description
run junit WinRegistryWrapperTest crash jvm on win7

Comments
EVALUATION problem: running junit test WinRegistryWrapperTest crash jvm on win7 fix: problem is caused by use of delete on memory allocated by FindMimeFromData. CoTaskMemFree should be used instead. testcase: run junit test WinRegistryWrapperTest on XP and Win7
16-02-2012