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

src/share/vm/gc/parallel/psTasks.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2002, 2015, 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. --- 1,7 ---- /* ! * 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 **** 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 }; private: RootType _root_type; public: ScavengeRootsTask(RootType value) : _root_type(value) {} --- 55,69 ---- enum RootType { universe = 1, jni_handles = 2, threads = 3, object_synchronizer = 4, ! 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