src/share/vm/runtime/globals.hpp

changeset 1861
2338d41fbd81
parent 1802
9e321dcfa5b7
child 1868
df736661d0c8
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Apr 30 04:27:25 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Apr 30 08:37:24 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 @@ -3497,9 +3497,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