Date: Wed, 01 May 2019 12:09:44 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193475] java/openjdk7 jinfo and jmap do not work Message-ID: <bug-193475-8522-IGNIc3fm5I@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193475-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-193475-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193475 Steve Wills <swills@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #13 from Steve Wills <swills@FreeBSD.org> --- For me, testing on openjdk8 on CURRENT, jmap works fine, but jinfo says: Java System Properties: Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:6= 2) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.tools.jinfo.JInfo.runTool(JInfo.java:108) at sun.tools.jinfo.JInfo.main(JInfo.java:76) Caused by: java.lang.InternalError: Metadata does not appear to be polymorp= hic at sun.jvm.hotspot.types.basic.BasicTypeDataBase.findDynamicTypeForAddress(Bas= icTypeDataBase.java:278) at sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor(Virtua= lBaseConstructor.java:102) at sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor(Metadata.java:68) at sun.jvm.hotspot.memory.SystemDictionary.getSystemKlass(SystemDictionary.jav= a:127) at sun.jvm.hotspot.runtime.VM.readSystemProperties(VM.java:879) at sun.jvm.hotspot.runtime.VM.getSystemProperties(VM.java:873) at sun.jvm.hotspot.tools.SysPropsDumper.run(SysPropsDumper.java:44) at sun.jvm.hotspot.tools.JInfo$1.run(JInfo.java:79) at sun.jvm.hotspot.tools.JInfo.run(JInfo.java:94) at sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:260) at sun.jvm.hotspot.tools.Tool.start(Tool.java:223) at sun.jvm.hotspot.tools.Tool.execute(Tool.java:118) at sun.jvm.hotspot.tools.JInfo.main(JInfo.java:138) ... 6 more --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193475-8522-IGNIc3fm5I>