-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
1.2.1
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2071571 | 5.0 | Joel Feraud | P4 | Resolved | Fixed | b30 |
The ant script for launching regression tests puts JMXRI in the system class
path. This does not reflect the main way we want JMX to be tested.
It should be in the bootstrap class path. Note that it MUST NOT be in the
system class path as well, only the bootstrap class path.
The regression test for 4839389 relies on this, so it does not work when
launched by ant.
path. This does not reflect the main way we want JMX to be tested.
It should be in the bootstrap class path. Note that it MUST NOT be in the
system class path as well, only the bootstrap class path.
The regression test for 4839389 relies on this, so it does not work when
launched by ant.
- backported by
-
JDK-2071571 Regression tests should have jmxri in bootstrap class path not system c.p.
-
- Resolved
-