src/hotspot/share/gc/shared/oopStorage.hpp
changeset 53244 9807daeb47c4
parent 52421 3021c1ad958b
child 55569 8e3a0ebf3497
child 58678 9cf78a70fa4f
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   273   // Wrapper for iteration handler, automatically skipping NULL entries.
   273   // Wrapper for iteration handler, automatically skipping NULL entries.
   274   template<typename F> class SkipNullFn;
   274   template<typename F> class SkipNullFn;
   275   template<typename F> static SkipNullFn<F> skip_null_fn(F f);
   275   template<typename F> static SkipNullFn<F> skip_null_fn(F f);
   276 };
   276 };
   277 
   277 
   278 #endif // include guard
   278 #endif // SHARE_GC_SHARED_OOPSTORAGE_HPP