mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8216191: Remove FastSuperclassLimit
Reviewed-by: coleenp
This commit is contained in:
parent
13fcbf9d8f
commit
a1768ee5d8
3 changed files with 0 additions and 17 deletions
|
@ -2317,11 +2317,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Don't compile methods larger than this if " \
|
||||
"+DontCompileHugeMethods") \
|
||||
\
|
||||
/* New JDK 1.4 reflection implementation */ \
|
||||
\
|
||||
develop(intx, FastSuperclassLimit, 8, \
|
||||
"Depth of hardwired instanceof accelerator array") \
|
||||
\
|
||||
/* Properties for Java libraries */ \
|
||||
\
|
||||
product(uint64_t, MaxDirectMemorySize, 0, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue