-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8347529 | 21.0.7-oracle | Aarti Bijlani | P4 | Resolved | Fixed | b02 |
JDK-8348058 | 21.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8347771 | 17.0.15-oracle | Aarti Bijlani | P4 | Resolved | Fixed | b02 |
JDK-8348078 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8347872 | 11.0.27-oracle | Aarti Bijlani | P4 | Resolved | Fixed | b03 |
JDK-8347977 | 8u451 | Aarti Bijlani | P4 | Resolved | Fixed | b03 |
// Test 2 - attempt to load an agent that does not exist
System.out.println(" - Test: Load an agent that does not exist");
try {
vm.loadAgent("SilverBullet.jar");
} catch (AgentLoadException x) {
System.out.println(" - AgentLoadException thrown as expected!");
}
The test does not verify that AgentLoadException is thrown
- backported by
-
JDK-8347529 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
-
JDK-8347771 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
-
JDK-8347872 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
-
JDK-8347977 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
-
JDK-8348058 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
-
JDK-8348078 com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
-
- Resolved
-
- links to
-
Commit openjdk/jdk/b8fc4186
-
Commit(master) openjdk/jdk17u-dev/34fe0975
-
Commit(master) openjdk/jdk21u-dev/ded41133
-
Review openjdk/jdk/17971
-
Review(master) openjdk/jdk17u-dev/3216
-
Review(master) openjdk/jdk21u-dev/1331