hotspot/src/share/vm/runtime/thread.cpp
changeset 4761 bdb7375a1fee
parent 4637 af4d405aacc1
child 5041 5bce37d77dde
equal deleted inserted replaced
4744:40fc0ab5cd15 4761:bdb7375a1fee
     1 /*
     1 /*
     2  * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1171   _exception_oop = NULL;
  1171   _exception_oop = NULL;
  1172   _exception_pc  = 0;
  1172   _exception_pc  = 0;
  1173   _exception_handler_pc = 0;
  1173   _exception_handler_pc = 0;
  1174   _exception_stack_size = 0;
  1174   _exception_stack_size = 0;
  1175   _jvmti_thread_state= NULL;
  1175   _jvmti_thread_state= NULL;
       
  1176   _should_post_on_exceptions_flag = JNI_FALSE;
  1176   _jvmti_get_loaded_classes_closure = NULL;
  1177   _jvmti_get_loaded_classes_closure = NULL;
  1177   _interp_only_mode    = 0;
  1178   _interp_only_mode    = 0;
  1178   _special_runtime_exit_condition = _no_async_condition;
  1179   _special_runtime_exit_condition = _no_async_condition;
  1179   _pending_async_exception = NULL;
  1180   _pending_async_exception = NULL;
  1180   _is_compiling = false;
  1181   _is_compiling = false;