8068054: AARCH64: Assembler interpreter, shared runtime

Andrew Haley aph at redhat.com
Fri Jan 2 18:45:28 UTC 2015


Hi,

On 01/02/2015 06:30 PM, Coleen Phillimore wrote:
> 
> 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?

Gosh.  I had no idea that consistency with any other port would be any
kind of an issue; I never even considered the question, but it's
similar to x86.

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

Okay.  I think G1 works, but I don't know about this issue.  I'll have
a look.

Thanks,
Andrew.


More information about the hotspot-dev mailing list