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