-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b08
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045142 | 8u25 | Kumar Srinivasan | P3 | Resolved | Fixed | b01 |
JDK-8039341 | 8u20 | Kumar Srinivasan | P3 | Resolved | Fixed | b11 |
JDK-8052581 | emb-8u26 | Kumar Srinivasan | P3 | Resolved | Fixed | b17 |
tools/javac/profiles/ProfileTest.java.ProfileTest
test A
[]
[javax/crypto, pkg1A]
Error: unexpected package javax/crypto for profile 1
[javax/crypto, pkg1A, pkg2A]
Error: unexpected package javax/crypto for profile 2
[javax/crypto, pkg1A, pkg2A, pkg3A]
Error: unexpected package javax/crypto for profile 3
test B
[]
[javax/crypto, pkg1B]
Error: unexpected package javax/crypto for profile 1
[javax/crypto, pkg1B, pkg2B]
Error: unexpected package javax/crypto for profile 2
[javax/crypto, pkg1B, pkg2B, pkg3B]
Error: unexpected package javax/crypto for profile 3
java.lang.Exception: 6 occurred
at ProfileTest.run(ProfileTest.java:47)
at ProfileTest.main(ProfileTest.java:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
test A
[]
[javax/crypto, pkg1A]
Error: unexpected package javax/crypto for profile 1
[javax/crypto, pkg1A, pkg2A]
Error: unexpected package javax/crypto for profile 2
[javax/crypto, pkg1A, pkg2A, pkg3A]
Error: unexpected package javax/crypto for profile 3
test B
[]
[javax/crypto, pkg1B]
Error: unexpected package javax/crypto for profile 1
[javax/crypto, pkg1B, pkg2B]
Error: unexpected package javax/crypto for profile 2
[javax/crypto, pkg1B, pkg2B, pkg3B]
Error: unexpected package javax/crypto for profile 3
java.lang.Exception: 6 occurred
at ProfileTest.run(ProfileTest.java:47)
at ProfileTest.main(ProfileTest.java:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
- backported by
-
JDK-8039341 [javadoc] test failure caused by javax.crypto fix
- Resolved
-
JDK-8045142 [javadoc] test failure caused by javax.crypto fix
- Resolved
-
JDK-8052581 [javadoc] test failure caused by javax.crypto fix
- Resolved
- duplicates
-
JDK-8039477 tools/javac/profiles/ProfileTest.java fails since javax/crypto added to all profiles
- Closed
- relates to
-
JDK-8037881 javax.crypto is not listed in the compact* profiles javadoc
- Closed