< prev index next >

src/hotspot/share/memory/metaspace/metaspaceDCmd.hpp

Print this page
rev 50188 : [mq]: 8203219-VM.metaspace-show-loaded-classes

*** 1,7 **** --- 1,8 ---- /* * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, SAP and/or its affiliates. * 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.
*** 37,46 **** --- 38,48 ---- DCmdArgument<bool> _by_spacetype; DCmdArgument<bool> _by_chunktype; DCmdArgument<bool> _show_vslist; DCmdArgument<bool> _show_vsmap; DCmdArgument<char*> _scale; + DCmdArgument<bool> _show_classes; public: MetaspaceDCmd(outputStream* output, bool heap); static const char* name() { return "VM.metaspace"; }
< prev index next >