mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
This commit is contained in:
parent
f5b4bb46f5
commit
16526e000e
505 changed files with 50394 additions and 915 deletions
|
@ -85,7 +85,7 @@ bool Exceptions::special_exception(Thread* thread, const char* file, int line, H
|
|||
#endif // ASSERT
|
||||
|
||||
if (thread->is_VM_thread()
|
||||
|| thread->is_Compiler_thread()
|
||||
|| !thread->can_call_java()
|
||||
|| DumpSharedSpaces ) {
|
||||
// We do not care what kind of exception we get for the vm-thread or a thread which
|
||||
// is compiling. We just install a dummy exception object
|
||||
|
@ -112,7 +112,7 @@ bool Exceptions::special_exception(Thread* thread, const char* file, int line, S
|
|||
}
|
||||
|
||||
if (thread->is_VM_thread()
|
||||
|| thread->is_Compiler_thread()
|
||||
|| !thread->can_call_java()
|
||||
|| DumpSharedSpaces ) {
|
||||
// We do not care what kind of exception we get for the vm-thread or a thread which
|
||||
// is compiling. We just install a dummy exception object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue