mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8149996: TraceLoaderConstraints has been converted to Unified Logging
TraceLoaderConstraints has been converted to Unified Logging. Reviewed-by: coleenp, dholmes, rprotacio
This commit is contained in:
parent
3db2c8085b
commit
aa9da340e0
5 changed files with 135 additions and 38 deletions
|
@ -2376,9 +2376,6 @@ public:
|
|||
product(bool, IgnoreEmptyClassPaths, false, \
|
||||
"Ignore empty path elements in -classpath") \
|
||||
\
|
||||
product_rw(bool, TraceLoaderConstraints, false, \
|
||||
"Trace loader constraints") \
|
||||
\
|
||||
product(size_t, InitialBootClassLoaderMetaspaceSize, \
|
||||
NOT_LP64(2200*K) LP64_ONLY(4*M), \
|
||||
"Initial size of the boot class loader data metaspace") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue