Searched defs:_is_rewritable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp122 bool _is_rewritable; // false if the memory is write-once only member in class:Compile::AliasType
132 bool is_rewritable() const { return _is_rewritable; }
136 void set_rewritable(bool z) { _is_rewritable = z; }
140 if (f->is_final()) _is_rewritable = false;

Completed in 42 milliseconds