src/cpu/x86/vm/globals_x86.hpp

changeset 9852
70aa912cebe5
parent 7994
04ff2f6cd0eb
parent 9834
bb1da64b0492
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Wed Apr 15 11:14:58 2020 +0800
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Apr 15 11:49:55 2020 +0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -32,7 +32,6 @@
    1.11  // (see globals.hpp)
    1.12  
    1.13  define_pd_global(bool, ConvertSleepToYield,      true);
    1.14 -define_pd_global(bool, ShareVtableStubs,         true);
    1.15  define_pd_global(bool, CountInterpCalls,         true);
    1.16  define_pd_global(bool, NeedsDeoptSuspend,        false); // only register window machines need this
    1.17  

mercurial