hotspot/src/share/vm/utilities/debug.hpp
changeset 23515 f4872ef5df09
parent 22828 17ecb098bc1e
child 24424 2658d7834c6e
equal deleted inserted replaced
23514:8cc4189d9a2a 23515:f4872ef5df09
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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.
   241 #define STATIC_ASSERT(cond)
   241 #define STATIC_ASSERT(cond)
   242 #endif
   242 #endif
   243 
   243 
   244 // out of shared space reporting
   244 // out of shared space reporting
   245 enum SharedSpaceType {
   245 enum SharedSpaceType {
   246   SharedPermGen,
       
   247   SharedReadOnly,
   246   SharedReadOnly,
   248   SharedReadWrite,
   247   SharedReadWrite,
   249   SharedMiscData
   248   SharedMiscData
   250 };
   249 };
   251 
   250