< prev index next >

src/hotspot/share/gc/shared/collectorPolicy.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2001, 2016, 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) 2001, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 130,140 **** #endif // INCLUDE_ALL_GCS virtual CardTableRS* create_rem_set(MemRegion reserved); ! MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data, size_t size, Metaspace::MetadataType mdtype); }; class ClearedAllSoftRefs : public StackObj { --- 130,140 ---- #endif // INCLUDE_ALL_GCS virtual CardTableRS* create_rem_set(MemRegion reserved); ! virtual MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data, size_t size, Metaspace::MetadataType mdtype); }; class ClearedAllSoftRefs : public StackObj {
< prev index next >