-
Bug
-
Resolution: Fixed
-
P3
-
7u67
-
b33
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084362 | emb-9 | Unassigned | P3 | Resolved | Fixed | team |
JDK-8063889 | 8u45 | Sergey Gabdurakhmanov | P3 | Resolved | Fixed | b01 |
JDK-8058933 | 8u40 | Sergey Gabdurakhmanov | P3 | Resolved | Fixed | b08 |
JDK-8070157 | emb-8u47 | Unassigned | P3 | Resolved | Fixed | team |
JDK-8072283 | 7u85 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8058934 | 7u80 | Sergey Gabdurakhmanov | P3 | Resolved | Fixed | b03 |
JDK-8073628 | 7u72 | Vladimir Kempik | P3 | Closed | Fixed | interim-patch |
Problem description:
On Windows 7 with User Account Control (UAC) enabled, JVM hangs at getAgentProperties or getSystemProperties after attaching from a "high" IntegrityLevel JVM to a "medium" IntegrityLevel JVM, using Attach API:
attachedVM = com.sun.tools.attach.VirtualMachine.attach(pid);
final Properties systemProperties = attachedVM.getSystemProperties();
Root cause:
In WindowsVirtualMachine.attach is implemented with named pipes.
If named pipe was created with default security properties then windows will not allow process with"medium" IntegrityLevel to be attached to a processwith "high" IntegrityLevel.
Solution:
Create security properties that allow requested connection.
- backported by
-
JDK-8058933 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8058934 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8063889 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8070157 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8072283 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8084362 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Resolved
-
-
JDK-8073628 JVM hangs at getAgentProperties after attaching to VM with lower IntegrityLevel
-
- Closed
-