JDK-8164562 : serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-08-22
  • Updated: 2018-07-20
  • Resolved: 2016-08-30
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 9
9 b137Fixed
Related Reports
Duplicate :  
Description
serviceability/sa/TestInstanceKlassSizeForInterface.java fails with NPE on linux and solaris:


Trying to match for Language
----------System.err:(15/1017)----------
java.lang.NullPointerException
	at java.lang.String.contains(java.base@9-internal/String.java:2072)
	at TestInstanceKlassSizeForInterface.createAnotherToAttach(TestInstanceKlassSizeForInterface.java:144)
	at TestInstanceKlassSizeForInterface.main(TestInstanceKlassSizeForInterface.java:181)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:535)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:843)