mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8222637: Obsolete NeedsDeoptSuspend
Reviewed-by: dlong, coleenp, dholmes
This commit is contained in:
parent
f6382d9b88
commit
1814ecf475
13 changed files with 4 additions and 95 deletions
|
@ -324,9 +324,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Maximum number of pages to include in the page scan procedure") \
|
||||
range(0, max_uintx) \
|
||||
\
|
||||
product_pd(bool, NeedsDeoptSuspend, \
|
||||
"True for register window machines (sparc/ia64)") \
|
||||
\
|
||||
product(intx, UseSSE, 99, \
|
||||
"Highest supported SSE instructions set on x86/x64") \
|
||||
range(0, 99) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue