overriding NewObject snippets

Doug Simon doug.simon at oracle.com
Wed Sep 11 08:06:05 PDT 2013


This is related to the message I sent about http://cr.openjdk.java.net/~tdeneau/graal-webrevs/webrev-r15changes/webrev/.

There needs to be separate GraalCodeCacheProvider subclass for HSAIL that defines and uses it's own snippets. It can always delegate to the HotSpotRuntime snippets but I suspect most of theme won't be reusable for HSAIL.

-Doug

On Sep 11, 2013, at 1:06 AM, "Deneau, Tom" <tom.deneau at amd.com> wrote:

> For the HSAIL backend,  I want to override some of the existing NewObjectSnippets with some different java code.
> What is the right way to do this?
> 
> -- Tom



More information about the graal-dev mailing list