src/os/solaris/dtrace/generateJvmOffsets.cpp

changeset 4942
f36e073d56a4
parent 4159
8e47bac5643a
child 6876
710a3c8b516e
     1.1 --- a/src/os/solaris/dtrace/generateJvmOffsets.cpp	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/src/os/solaris/dtrace/generateJvmOffsets.cpp	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, 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 @@ -55,14 +55,14 @@
    1.11  #include "utilities/accessFlags.hpp"
    1.12  #include "utilities/globalDefinitions.hpp"
    1.13  #ifdef COMPILER1
    1.14 -#if defined(DEBUG) || defined(FASTDEBUG)
    1.15 +#ifdef ASSERT
    1.16  
    1.17  /*
    1.18   * To avoid the most part of potential link errors
    1.19   * we link this program with -z nodefs .
    1.20   *
    1.21   * But for 'debug1' and 'fastdebug1' we still have to provide
    1.22 - * a particular workaround for the following symbols bellow.
    1.23 + * a particular workaround for the following symbols below.
    1.24   * It will be good to find out a generic way in the future.
    1.25   */
    1.26  
    1.27 @@ -79,7 +79,7 @@
    1.28  
    1.29  StubQueue* AbstractInterpreter::_code = NULL;
    1.30  
    1.31 -#endif /* defined(DEBUG) || defined(FASTDEBUG) */
    1.32 +#endif /* ASSERT */
    1.33  #endif /* COMPILER1 */
    1.34  
    1.35  #define GEN_OFFS(Type,Name)                             \

mercurial