-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
7u6
-
generic
-
generic
Hashtable.get() throws NullPointerException while key is not null.
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:455)
at java.util.Properties.getProperty(Properties.java:951)
at sun.jvm.hotspot.runtime.VM.getSystemProperty(VM.java:851)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.version(VirtualMachineImpl.java:801)
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:455)
at java.util.Properties.getProperty(Properties.java:951)
at sun.jvm.hotspot.runtime.VM.getSystemProperty(VM.java:851)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.version(VirtualMachineImpl.java:801)
- duplicates
-
JDK-7175133 jinfo failed to get system properties after 6924259
- Closed