mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option
Remove code referencing the IgnoreUnverifiableClassesDuringDump Reviewed-by: dholmes, jiangli
This commit is contained in:
parent
b627cee532
commit
fc19077b52
5 changed files with 14 additions and 24 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue