JDK-8039231 : [javadoc] test failure caused by javax.crypto fix
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-04
  • Updated: 2014-07-29
  • Resolved: 2014-04-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b08Fixed
Related Reports
Duplicate :  
Relates :  
Description
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