# HG changeset patch # User twisti # Date 1375227754 25200 # Node ID bc70ae12be397dcc49122e502e00a47c7273c0cd # Parent 3e407b9c3b13b7c206a220108edbb092c15791b1 remove GraalSafepointPollOffset diff -r 3e407b9c3b13 -r bc70ae12be39 src/cpu/x86/vm/graalGlobals_x86.hpp --- a/src/cpu/x86/vm/graalGlobals_x86.hpp Tue Jul 30 16:16:42 2013 -0700 +++ b/src/cpu/x86/vm/graalGlobals_x86.hpp Tue Jul 30 16:42:34 2013 -0700 @@ -31,8 +31,6 @@ // Sets the default values for platform dependent flags used by the Graal compiler. // (see graalGlobals.hpp) -define_pd_global(intx, GraalSafepointPollOffset, 256 ); - #if !defined(COMPILER1) && !defined(COMPILER2) define_pd_global(bool, BackgroundCompilation, true ); define_pd_global(bool, UseTLAB, true );