8216191: Remove FastSuperclassLimit

Reviewed-by: coleenp
This commit is contained in:
Claes Redestad 2019-01-05 20:11:15 +01:00
parent 13fcbf9d8f
commit a1768ee5d8
3 changed files with 0 additions and 17 deletions

View file

@ -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, \