JDK-7141739 : [osx] Local attach fails if java.io.tmpdir is set
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: hs23
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: other
  • Submitted: 2012-02-01
  • Updated: 2012-04-04
  • Resolved: 2012-04-04
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
7u4 b13Fixed
Related Reports
Relates :  
Description
If the user sets -Djava.io.tmpdir to something else than /tmp, the attach framework will fail (for example jstack).

This is a followup of bug 7132199

Comments
EVALUATION The reason is that Hotspot and the jdk does not agree on which directory certain well-known files should be in.
01-02-2012