hotspot/src/share/vm/runtime/interfaceSupport.hpp
changeset 29070 b0a5fc9c59c8
parent 22838 82c7497fbad4
child 30764 fec48bf5a827
equal deleted inserted replaced
29069:938c1c97ad3b 29070:b0a5fc9c59c8
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. 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.
   509     {                                                                \
   509     {                                                                \
   510     ThreadInVMfromJava __tiv(thread);                                \
   510     ThreadInVMfromJava __tiv(thread);                                \
   511     Thread* THREAD = thread;                                         \
   511     Thread* THREAD = thread;                                         \
   512     debug_only(VMEntryWrapper __vew;)
   512     debug_only(VMEntryWrapper __vew;)
   513 
   513 
       
   514 #define JRT_BLOCK_NO_ASYNC                                           \
       
   515     {                                                                \
       
   516     ThreadInVMfromJavaNoAsyncException __tiv(thread);                \
       
   517     Thread* THREAD = thread;                                         \
       
   518     debug_only(VMEntryWrapper __vew;)
       
   519 
   514 #define JRT_BLOCK_END }
   520 #define JRT_BLOCK_END }
   515 
   521 
   516 #define JRT_END }
   522 #define JRT_END }
   517 
   523 
   518 // Definitions for JNI
   524 // Definitions for JNI