Re: java.lang.IllegalStateException in getSavedProperty when properties is empty

2016-09-08 Thread David Holmes
Hi Max, On 9/09/2016 3:40 AM, Max Schulze wrote: Hello, I am trying to implement my own virtual machine and making use of the rt.jar . Difficult, because rt.jar is not a stand-alone implementation that can be mixed-and-matched with arbitrary VMs. The initialization sequence is very intricat

java.lang.IllegalStateException in getSavedProperty when properties is empty

2016-09-08 Thread Max Schulze
Hello, I am trying to implement my own virtual machine and making use of the rt.jar . I am following the language and vm specification and currently have not come across formalities that require implementation/prefill of java.lang.System*props. When the IntegerCache is being initialized, it ca