-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b167
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179802 | 10 | Kumar Srinivasan | P3 | Resolved | Fixed | b07 |
This test needs to be re-examined when modular boundaries are enforced. javac will fail compilation if a test accesses internal API. ct.sym no longer exists in jdk9.
* - Verify that asm is not in ct.sym so user code that refs it won't compile.
* - Verify that asm really is in rt.jar and can be accessed when ct.sym is not used.
* - Verify that if user code is compiled without ct.sym, it can't access asm classes
* at runtime when a security manager is in use.
This test might not be needed.
* - Verify that asm is not in ct.sym so user code that refs it won't compile.
* - Verify that asm really is in rt.jar and can be accessed when ct.sym is not used.
* - Verify that if user code is compiled without ct.sym, it can't access asm classes
* at runtime when a security manager is in use.
This test might not be needed.
- backported by
-
JDK-8179802 Update test/jdk/asm/AsmSanity.java with modules
-
- Resolved
-