mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8163146: Remove os::check_heap on Windows
Reviewed-by: gtriantafill, coleenp, stuefe
This commit is contained in:
parent
09b2ad770b
commit
f2dafaefc7
12 changed files with 4 additions and 113 deletions
|
@ -480,8 +480,7 @@ class Universe: AllStatic {
|
|||
Verify_ClassLoaderDataGraph = 64,
|
||||
Verify_MetaspaceAux = 128,
|
||||
Verify_JNIHandles = 256,
|
||||
Verify_CHeap = 512,
|
||||
Verify_CodeCacheOops = 1024,
|
||||
Verify_CodeCacheOops = 512,
|
||||
Verify_All = -1
|
||||
};
|
||||
static void initialize_verify_flags();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue