mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 05:14:52 +02:00
8182848: Some functions misplaced in debug.hpp
Moved to vmError.hpp,cpp where they seemed more appropriate Reviewed-by: stefank, stuefe
This commit is contained in:
parent
f2b191c2a1
commit
7225e6008d
40 changed files with 246 additions and 466 deletions
|
@ -2402,7 +2402,7 @@ static void UserHandler(int sig, void *siginfo, void *context) {
|
|||
|
||||
// Ctrl-C is pressed during error reporting, likely because the error
|
||||
// handler fails to abort. Let VM die immediately.
|
||||
if (sig == SIGINT && is_error_reported()) {
|
||||
if (sig == SIGINT && VMError::is_error_reported()) {
|
||||
os::die();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue