8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option

Remove code referencing the IgnoreUnverifiableClassesDuringDump

Reviewed-by: dholmes, jiangli
This commit is contained in:
Calvin Cheung 2018-10-31 14:00:51 -07:00
parent b627cee532
commit fc19077b52
5 changed files with 14 additions and 24 deletions

View file

@ -2433,10 +2433,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"Average number of symbols per bucket in shared table") \
range(2, 246) \
\
diagnostic(bool, IgnoreUnverifiableClassesDuringDump, true, \
"Do not quit -Xshare:dump even if we encounter unverifiable " \
"classes. Just exclude them from the shared dictionary.") \
\
diagnostic(bool, PrintMethodHandleStubs, false, \
"Print generated stub code for method handles") \
\