mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
7014918: Improve core/minidump handling in Hotspot
Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
This commit is contained in:
parent
8ff932b950
commit
237866941a
8 changed files with 232 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -790,6 +790,9 @@ class CommandLineFlags {
|
|||
product(bool, ShowMessageBoxOnError, false, \
|
||||
"Keep process alive on VM fatal error") \
|
||||
\
|
||||
product(bool, CreateMinidumpOnCrash, false, \
|
||||
"Create minidump on VM fatal error") \
|
||||
\
|
||||
product_pd(bool, UseOSErrorReporting, \
|
||||
"Let VM fatal error propagate to the OS (ie. WER on Windows)") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue