-
Bug
-
Resolution: Fixed
-
P4
-
12, 13
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8319590 | 11.0.23-oracle | Daniel Skantz | P4 | Resolved | Fixed | b01 |
JDK-8290509 | 11.0.17 | Christoph Langer | P4 | Resolved | Fixed | b01 |
resexhausted003 uses ../../classes/0/vmTestbase as path to class files, which will work only if the test is run in 0th agent.
resexhausted004 uses ./bin/classes which doesn't exist at all.
the suggested fix is to use PropertyResolvingWrapper and ${test.class.path}
resexhausted004 uses ./bin/classes which doesn't exist at all.
the suggested fix is to use PropertyResolvingWrapper and ${test.class.path}
- backported by
-
JDK-8290509 vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
- Resolved
-
JDK-8319590 vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
- Resolved