Re: JVM Interpreter

2018-08-26 Thread Andrew Haley
On 08/25/2018 07:39 PM, mr rupplin wrote: > I am presuming the JVM interpreter is defined/implemented in the the > hotspot module since this is a JVM implementation. That's right. > I cannot seem to find *any* instruction in it that gets called by a > simple "./java -ea Class" call. We are stum

Re: JVM Interpreter

2018-08-26 Thread mr rupplin
Thanks you guys. I will try not to run junk into channel and you guys promise to stay well run. Ok. Get Outlook for Android From: Kim Barrett Sent: Saturday, August 25, 2018 11:47:41 PM To: mr rupplin Cc: core-libs-dev@openjdk.java.net S

Re: MethodHandles.Lookup.defineResource?

2018-08-26 Thread Alan Bateman
On 14/08/2018 15:07, Stephen Colebourne wrote: A new method MethodHandles.Lookup defineClass() was added recently. But what about a defineResource? For adding a new resource to the classpath (such as a .txt file). I just needed such a thing, and though undoubtedly rare, all the recommended soluti