Debuggee was run with class sharing on :
java -client t // by default class sharing is on
or
java -client -Xshare:on t // explicit class sharing on
Then,
jinfo -sysprops <pid>
is run, NPE is thrown:
null = Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:336)
at sun.jvm.hotspot.tools.SysPropsDumper.run(SysPropsDumper.java:26)
at sun.jvm.hotspot.tools.JInfo.run(JInfo.java:46)
at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
at sun.jvm.hotspot.tools.JInfo.main(JInfo.java:73)
###@###.### 2004-04-09