src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Fri Jan  8 01:43:06 2016
--- new/src/share/vm/runtime/globals.hpp	Fri Jan  8 01:43:06 2016

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 2395,2419 **** --- 2395,2410 ---- "Ignore empty path elements in -classpath") \ \ product(bool, TraceClassPaths, false, \ "Trace processing of class paths") \ \ product_rw(bool, TraceClassLoading, false, \ "Trace all classes loaded") \ \ product(bool, TraceClassLoadingPreorder, false, \ "Trace all classes loaded in order referenced (not loaded)") \ \ product_rw(bool, TraceClassUnloading, false, \ "Trace unloading of classes") \ \ product_rw(bool, TraceLoaderConstraints, false, \ "Trace loader constraints") \ \ develop(bool, TraceClassLoaderData, false, \ "Trace class loader loader_data lifetime") \ \ product(size_t, InitialBootClassLoaderMetaspaceSize, \ NOT_LP64(2200*K) LP64_ONLY(4*M), \ "Initial size of the boot class loader data metaspace") \ range(30*K, max_uintx/BytesPerWord) \ constraint(InitialBootClassLoaderMetaspaceSizeConstraintFunc, AfterErgo)\

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File