JDK-8064572 : sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Process not found
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-11-11
  • Updated: 2015-07-28
  • Resolved: 2015-07-28
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
9Resolved
Related Reports
Duplicate :  
Relates :  
Sub Tasks
JDK-8065226 :  
Description
This is probably another manifestation of the problems seen in JDK-8062938 and JDK-8060736.


#section:main
----------messages:(3/147)----------
command: main -XX:+UsePerfData CR6672135
reason: User specified action: run main/othervm -XX:+UsePerfData CR6672135 
elapsed time (seconds): 6.245
----------System.out:(0/0)----------
----------System.err:(26/1484)----------
java.lang.Error: Test failed
	at CR6672135.main(CR6672135.java:60)
	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:498)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)
Caused by: sun.jvmstat.monitor.MonitorException: 8771 not found
	at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:84)
	at sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm.<init>(LocalMonitoredVm.java:68)
	at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:77)
	at sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider.getMonitoredVm(MonitoredHostProvider.java:67)
	at CR6672135.main(CR6672135.java:53)
	... 6 more
Caused by: java.lang.IllegalArgumentException: Process not found
	at sun.misc.Perf.attach(Native Method)
	at sun.misc.Perf.attachImpl(Perf.java:270)
	at sun.misc.Perf.attach(Perf.java:200)
	at sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer.<init>(PerfDataBuffer.java:64)
	... 10 more

JavaTest Message: Test threw exception: java.lang.Error: Test failed
JavaTest Message: shutting down test


RULE sun/jvmstat/monitor/MonitoredVm/CR6672135.java Exception java.lang.IllegalArgumentException: Process not found

Comments
ILW=M (sometimes jvmstat fails in tests) L (intermittent) M (restart jvmstat) = P4
23-07-2015