src/share/vm/ci/ciEnv.hpp

changeset 1648
6deeaebad47a
parent 1577
4ce7240d622c
child 1832
b4776199210f
     1.1 --- a/src/share/vm/ci/ciEnv.hpp	Wed Jan 27 22:38:37 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciEnv.hpp	Mon Feb 01 17:35:05 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-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 @@ -57,7 +57,7 @@
    1.11    bool  _jvmti_can_hotswap_or_post_breakpoint;
    1.12    bool  _jvmti_can_examine_or_deopt_anywhere;
    1.13    bool  _jvmti_can_access_local_variables;
    1.14 -  bool  _jvmti_can_post_exceptions;
    1.15 +  bool  _jvmti_can_post_on_exceptions;
    1.16  
    1.17    // Cache DTrace flags
    1.18    bool  _dtrace_extended_probes;
    1.19 @@ -259,7 +259,7 @@
    1.20    bool  jvmti_can_hotswap_or_post_breakpoint() const { return _jvmti_can_hotswap_or_post_breakpoint; }
    1.21    bool  jvmti_can_examine_or_deopt_anywhere()  const { return _jvmti_can_examine_or_deopt_anywhere; }
    1.22    bool  jvmti_can_access_local_variables()     const { return _jvmti_can_access_local_variables; }
    1.23 -  bool  jvmti_can_post_exceptions()            const { return _jvmti_can_post_exceptions; }
    1.24 +  bool  jvmti_can_post_on_exceptions()         const { return _jvmti_can_post_on_exceptions; }
    1.25  
    1.26    // Cache DTrace flags
    1.27    void  cache_dtrace_flags();

mercurial