Skip to content

Commit e21976a

Browse files
Fixed one more leftover UseOsErrorReporting to UseOSErrorReporting
1 parent c8badf5 commit e21976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/utilities/vmError.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ void VMError::report_and_die(int id, const char* message, const char* detail_fmt
16281628
OnError = NULL;
16291629
}
16301630

1631-
if (WINDOWS_ONLY(!UseOsErrorReporting) NOT_WINDOWS(true)) {
1631+
if (WINDOWS_ONLY(!UseOSErrorReporting) NOT_WINDOWS(true)) {
16321632
// os::abort() will call abort hooks, try it first.
16331633
static bool skip_os_abort = false;
16341634
if (!skip_os_abort) {

0 commit comments

Comments
 (0)