src/os/bsd/dtrace/generateJvmOffsets.cpp

changeset 4942
f36e073d56a4
parent 4159
8e47bac5643a
child 6876
710a3c8b516e
     1.1 --- a/src/os/bsd/dtrace/generateJvmOffsets.cpp	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/src/os/bsd/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 @@ -60,7 +60,7 @@
    1.11  #define PR_MODEL_LP64  2
    1.12  
    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 @@ -84,7 +84,7 @@
    1.20  
    1.21  StubQueue* AbstractInterpreter::_code = NULL;
    1.22  
    1.23 -#endif /* defined(DEBUG) || defined(FASTDEBUG) */
    1.24 +#endif /* ASSERT */
    1.25  #endif /* COMPILER1 */
    1.26  
    1.27  #define GEN_OFFS(Type,Name)                             \

mercurial