src/share/vm/ci/ciUtilities.hpp

changeset 4267
bd7a7ce2e264
parent 2314
f95d63e2154a
child 5259
ef57c43512d6
     1.1 --- a/src/share/vm/ci/ciUtilities.hpp	Fri Nov 09 08:36:17 2012 -0800
     1.2 +++ b/src/share/vm/ci/ciUtilities.hpp	Mon Nov 12 14:03:53 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2012, 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 @@ -80,6 +80,9 @@
    1.11  #define GUARDED_VM_ENTRY(action)            \
    1.12    {if (IS_IN_VM) { action } else { VM_ENTRY_MARK; { action }}}
    1.13  
    1.14 +#define GUARDED_VM_QUICK_ENTRY(action)      \
    1.15 +  {if (IS_IN_VM) { action } else { VM_QUICK_ENTRY_MARK; { action }}}
    1.16 +
    1.17  // Redefine this later.
    1.18  #define KILL_COMPILE_ON_FATAL_(result)           \
    1.19    THREAD);                                       \

mercurial