src/share/vm/runtime/globals.hpp

changeset 9834
bb1da64b0492
parent 9788
44ef77ad417c
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Feb 20 08:31:40 2019 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Aug 16 16:50:17 2019 +0200
     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 @@ -1180,9 +1180,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