src/share/vm/runtime/globals.hpp

changeset 9852
70aa912cebe5
parent 9806
758c07667682
parent 9834
bb1da64b0492
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Apr 15 11:14:58 2020 +0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Apr 15 11:49:55 2020 +0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -1192,9 +1192,6 @@
    1.11    product(bool, ReduceSignalUsage, false,                                   \
    1.12            "Reduce the use of OS signals in Java and/or the VM")             \
    1.13                                                                              \
    1.14 -  develop_pd(bool, ShareVtableStubs,                                        \
    1.15 -          "Share vtable stubs (smaller code but worse branch prediction")   \
    1.16 -                                                                            \
    1.17    develop(bool, LoadLineNumberTables, true,                                 \
    1.18            "Tell whether the class file parser loads line number tables")    \
    1.19                                                                              \

mercurial