mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
344a9becee
539 changed files with 51665 additions and 1091 deletions
|
@ -83,7 +83,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
|
||||
|
@ -110,7 +110,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