# HG changeset patch # User Doug Simon # Date 1355210821 -3600 # Node ID 807bf592eb90e5876545305557a1777f2a143a71 # Parent ce248dc0a65674f33d5f55ea51f09ace72bdadac branch to isolate fix for perf. regression diff -r ce248dc0a656 -r 807bf592eb90 src/share/vm/graal/graalCompiler.hpp --- a/src/share/vm/graal/graalCompiler.hpp Mon Dec 03 17:54:05 2012 +0100 +++ b/src/share/vm/graal/graalCompiler.hpp Tue Dec 11 08:27:01 2012 +0100 @@ -48,7 +48,7 @@ virtual const char* name() { return "G"; } - virtual bool supports_native() { return false; } + virtual bool supports_native() { return true; } virtual bool supports_osr () { return true; } bool is_graal() { return true; }