src/hotspot/share/gc/g1/g1RemSetSummary.cpp
changeset 49392 2956d0ece7a9
parent 48969 7eb296a8ce2c
child 49751 c3a10df652c0
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
   143   }
   143   }
   144 
   144 
   145   _sampling_thread_vtime = other->sampling_thread_vtime() - _sampling_thread_vtime;
   145   _sampling_thread_vtime = other->sampling_thread_vtime() - _sampling_thread_vtime;
   146 }
   146 }
   147 
   147 
   148 class RegionTypeCounter VALUE_OBJ_CLASS_SPEC {
   148 class RegionTypeCounter {
   149 private:
   149 private:
   150   const char* _name;
   150   const char* _name;
   151 
   151 
   152   size_t _rs_mem_size;
   152   size_t _rs_mem_size;
   153   size_t _cards_occupied;
   153   size_t _cards_occupied;