JDK-7027288 : (launcher) remove jkernel test from MiscTests
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows
  • CPU: generic
  • Submitted: 2011-03-14
  • Updated: 2012-08-17
  • Resolved: 2011-05-18
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 7
7 b136Fixed
Related Reports
Relates :  
Description
The jkernel hooks were removed from the launcher, but unfortunately there are
tests in the regression tests tools/launcher/MiscTests which tests for the
existence of the hook which were not removed in that effort.

Exception in thread "main" 
Executed command: C:\temp\jprt\P1\T\211918~1.KSR\TESTPR~1\WINDOW~1.1-P\bin\java.exe 
  Error: string <C:\temp\jprt\P1\T\211918~1.KSR\TESTPR~1\WINDOW~1.1-P\jre\lib\bundles> not found

STDERR:
java.lang.Error: 1 tests failed
	at MiscTests.main(MiscTests.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:722)

Comments
EVALUATION Needs to be removed.
14-03-2011