Re: JVM Interpreter

2018-08-26 Thread mr rupplin
va.net Subject: Re: JVM Interpreter > On Aug 25, 2018, at 2: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. This is probably more of a hotspot-dev or hotspot-runtime-dev kind of ques

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 -e

Re: JVM Interpreter

2018-08-25 Thread Kim Barrett
> On Aug 25, 2018, at 2: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. This is probably more of a hotspot-dev or hotspot-runtime-dev kind of question, rather than core-libs.

JVM Interpreter

2018-08-25 Thread mr rupplin
I am presuming the JVM interpreter is defined/implemented in the the hotspot module since this is a JVM implementation. I cannot seem to find *any* instruction in it that gets called by a simple "./java -ea Class" call. We are stumped. For instance there are methods for loc