mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8358706: Integer overflow with -XX:MinOopMapAllocation=-1
Reviewed-by: phubner, coleenp
This commit is contained in:
parent
858d2e434d
commit
94977063ba
@ -1671,8 +1671,9 @@ const int ObjectAlignmentInBytes = 8;
|
||||
"putback") \
|
||||
\
|
||||
/* new oopmap storage allocation */ \
|
||||
develop(intx, MinOopMapAllocation, 8, \
|
||||
develop(int, MinOopMapAllocation, 8, \
|
||||
"Minimum number of OopMap entries in an OopMapSet") \
|
||||
range(0, max_jint) \
|
||||
\
|
||||
/* recompilation */ \
|
||||
product_pd(intx, CompileThreshold, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user