|
Quick Lists
|
|
Bug ID:
|
6737133
|
|
Votes
|
0
|
|
Synopsis
|
Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java
|
|
Category
|
jmx:classes
|
|
Reported Against
|
|
|
Release Fixed
|
7(b36)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
14-AUG-2008
|
|
Description
|
When doing PIT of JDK 7 b34, jtreg failed to compile test/javax/management/eventService/LeaseManagerDeadlockTest.java.
Note that this test is new and comes with a JMX feature that's new in that particular build, the Event Service.
Posted Date : 2008-08-14 07:56:18.0
|
|
Work Around
|
Compile it manually with extra -XDignore.symbol.file=true on the command line.
|
|
Evaluation
|
Thanks xxxxx@xxxxx and xxxxx@xxxxx it appears that test must be compiled with a specific option: -XDignore.symbol.file=true
I confirm that does it.
Compared to all other unit tests for that feature, this particular test is the only one to use only the back end classes of the feature (com.sun.jmx.event.*) and not the public API part (javax.management.event.*) which might explains why only this one is affected.
Posted Date : 2008-08-14 07:56:18.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |