src/share/vm/gc/parallel/psTasks.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc/parallel/psTasks.hpp	Wed Aug 16 10:56:35 2017
--- new/src/share/vm/gc/parallel/psTasks.hpp	Wed Aug 16 10:56:35 2017

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2002, 2017, 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.
*** 55,70 **** --- 55,69 ---- enum RootType { universe = 1, jni_handles = 2, threads = 3, object_synchronizer = 4, ! flat_profiler = 5, ! system_dictionary = 6, ! class_loader_data = 7, ! management = 8, jvmti = 9, code_cache = 10 ! system_dictionary = 5, ! class_loader_data = 6, ! management = 7, ! jvmti = 8, + code_cache = 9 }; private: RootType _root_type; public: ScavengeRootsTask(RootType value) : _root_type(value) {}

src/share/vm/gc/parallel/psTasks.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File