src/share/vm/runtime/thread.cpp

changeset 7627
d68158e12cea
parent 7419
d3f3f7677537
child 7633
8461d0b03127
     1.1 --- a/src/share/vm/runtime/thread.cpp	Mon Mar 02 13:40:40 2015 +0100
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Wed Mar 11 13:36:57 2015 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2015, 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 @@ -1465,6 +1465,7 @@
    1.11    _thread_stat = new ThreadStatistics();
    1.12    _blocked_on_compilation = false;
    1.13    _jni_active_critical = 0;
    1.14 +  _pending_jni_exception_check_fn = NULL;
    1.15    _do_not_unlock_if_synchronized = false;
    1.16    _cached_monitor_info = NULL;
    1.17    _parker = Parker::Allocate(this) ;

mercurial