src/share/vm/c1/c1_globals.hpp

changeset 1832
b4776199210f
parent 777
37f87013dfd8
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/c1/c1_globals.hpp	Mon Apr 26 11:27:21 2010 -0700
     1.2 +++ b/src/share/vm/c1/c1_globals.hpp	Mon Apr 26 23:59:45 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2000-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2000-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 @@ -252,9 +252,6 @@
    1.11    develop(bool, BailoutOnExceptionHandlers, false,                          \
    1.12            "bailout of compilation for methods with exception handlers")     \
    1.13                                                                              \
    1.14 -  develop(bool, AlwaysEmitDebugInfo, false,                                 \
    1.15 -          "always emit debug info")                                         \
    1.16 -                                                                            \
    1.17    develop(bool, InstallMethods, true,                                       \
    1.18            "Install methods at the end of successful compilations")          \
    1.19                                                                              \

mercurial