--- old/src/hotspot/share/services/dtraceAttacher.cpp 2018-03-29 13:44:21.000000000 -0500 +++ new/src/hotspot/share/services/dtraceAttacher.cpp 2018-03-29 13:44:21.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2018, 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 @@ -50,8 +50,8 @@ }; static void set_bool_flag(const char* flag, bool value) { - CommandLineFlags::boolAtPut((char*)flag, strlen(flag), &value, - Flag::ATTACH_ON_DEMAND); + JVMFlag::boolAtPut((char*)flag, strlen(flag), &value, + JVMFlag::ATTACH_ON_DEMAND); } // Enable only the "fine grained" flags. Do *not* touch