JDK-8027988 : closed/java/awt/datatransfer/SystemFlavorMap/GetNativesForFlavorTest fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-11-07
  • Updated: 2013-11-07
  • Resolved: 2013-11-07
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
8Resolved
Related Reports
Duplicate :  
Description
fails with jdk1.8.0b113 and jdk1.8.0b112. Passes with jdk1.7.0_45b18

java.lang.RuntimeException: java.lang.NullPointerException
	at GetNativesForFlavorTest.init(GetNativesForFlavorTest.java:93)
	at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:155)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.NullPointerException
	at java.awt.datatransfer.SystemFlavorMap.getAllNativesForType(SystemFlavorMap.java:1327)
	at java.awt.datatransfer.SystemFlavorMap.getNativesForFlavor(SystemFlavorMap.java:702)
	at GetNativesForFlavorTest.test1(GetNativesForFlavorTest.java:105)
	at GetNativesForFlavorTest.init(GetNativesForFlavorTest.java:75)
	... 2 more
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: java.lang.NullPointerException
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: java.lang.NullPointerException


test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: java.lang.NullPointerException