comparison src/share/vm/runtime/globals.hpp @ 15805:dffc37fa7157

initialize HotSpotVMConfig fields efficiently from C++
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 20 May 2014 13:46:34 -0700
parents d3c33144cab5
children 52b4284cb496
comparison
equal deleted inserted replaced
15804:bde6fbdbbe38 15805:dffc37fa7157
254 static Flag* flags; 254 static Flag* flags;
255 255
256 // number of flags 256 // number of flags
257 static size_t numFlags; 257 static size_t numFlags;
258 258
259 static Flag* find_flag(const char* name, size_t length, bool allow_locked = false); 259 static Flag* find_flag(const char* name, size_t length, bool allow_locked = false, bool allow_constant = false);
260 static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false); 260 static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
261 261
262 void check_writable(); 262 void check_writable();
263 263
264 bool is_bool() const; 264 bool is_bool() const;