mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8374456: JVM crashes with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked" when run with large value for PreallocatedOutOfMemoryErrorCount
Reviewed-by: coleenp
This commit is contained in:
parent
fa8ea6b32d
commit
de81d38995
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2026, 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
|
||||
@ -809,6 +809,7 @@ const int ObjectAlignmentInBytes = 8;
|
||||
\
|
||||
develop(uintx, PreallocatedOutOfMemoryErrorCount, 4, \
|
||||
"Number of OutOfMemoryErrors preallocated with backtrace") \
|
||||
range(0, 1024) \
|
||||
\
|
||||
product(bool, UseXMMForArrayCopy, false, \
|
||||
"Use SSE2 MOVQ instruction for Arraycopy") \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user