8068054: AARCH64: Assembler interpreter, shared runtime
Coleen Phillimore
coleen.phillimore at oracle.com
Fri Jan 2 18:30:50 UTC 2015
Hi Andrew, I had a short look at this code and spot-checked some
functions in the interpreter. In all these files, were any of the
functions added in a different place than in the x86 ports or is this
consistent with the other ports?
+// Method entry for java.lang.ref.Reference.get.
+address InterpreterGenerator::generate_Reference_get_entry(void) {
+ return NULL;
+}
Why isn't this implemented? I think this needs to have code to support
the G1 garbage collector. I don't know this architecture, but I think
you can use my code review nonetheless.
Thanks,
Coleen
On 1/2/15, 9:20 AM, Andrew Haley wrote:
> http://cr.openjdk.java.net/~aph/aarch64-8068054-1/
>
> Thanks,
> Andrew.
>
More information about the hotspot-dev
mailing list