< prev index next >

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

Print this page
rev 60538 : imported patch jep387-all.patch

*** 1,8 **** /* ! * Copyright (c) 2018, 2019, 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. --- 1,8 ---- /* ! * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2018, 2020 SAP SE. 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.
*** 36,46 **** DCmdArgument<bool> _basic; DCmdArgument<bool> _show_loaders; 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() { --- 36,45 ----
< prev index next >