src/hotspot/share/gc/serial/markSweep.hpp
changeset 49392 2956d0ece7a9
parent 47897 eb3696e0c6d8
child 49827 a4672513d6e3
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
   198 
   198 
   199   // This closure provides its own oop verification code.
   199   // This closure provides its own oop verification code.
   200   debug_only(virtual bool should_verify_oops() { return false; })
   200   debug_only(virtual bool should_verify_oops() { return false; })
   201 };
   201 };
   202 
   202 
   203 class PreservedMark VALUE_OBJ_CLASS_SPEC {
   203 class PreservedMark {
   204 private:
   204 private:
   205   oop _obj;
   205   oop _obj;
   206   markOop _mark;
   206   markOop _mark;
   207 
   207 
   208 public:
   208 public: