src/share/vm/runtime/globals.hpp

changeset 1878
8bfe9058ca46
parent 1875
bb843ebc7c55
parent 1868
df736661d0c8
child 1899
1a88d3c58e1d
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed May 12 10:28:13 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 13 13:05:47 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  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 @@ -3510,9 +3510,6 @@
    1.11    develop(bool, TraceInvokeDynamic, false,                                  \
    1.12            "trace internal invoke dynamic operations")                       \
    1.13                                                                              \
    1.14 -  product(bool, TaggedStackInterpreter, false,                              \
    1.15 -          "Insert tags in interpreter execution stack for oopmap generaion")\
    1.16 -                                                                            \
    1.17    diagnostic(bool, PauseAtStartup,      false,                              \
    1.18            "Causes the VM to pause at startup time and wait for the pause "  \
    1.19            "file to be removed (default: ./vm.paused.<pid>)")                \

mercurial