src/share/vm/oops/method.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/method.hpp	Mon Dec 19 14:46:42 2016
--- new/src/share/vm/oops/method.hpp	Mon Dec 19 14:46:42 2016

*** 625,634 **** --- 625,637 ---- // returns true if the method name is <clinit> and the method has // valid static initializer flags. bool is_static_initializer() const; + // returns true if the method name is <init> + bool is_object_initializer() const; + // compiled code support // NOTE: code() is inherently racy as deopt can be clearing code // simultaneously. Use with caution. bool has_compiled_code() const { return code() != NULL; }

src/share/vm/oops/method.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File