src/share/vm/runtime/synchronizer.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/synchronizer.cpp

src/share/vm/runtime/synchronizer.cpp

Print this page

        

*** 58,67 **** --- 58,69 ---- #define ATTR __attribute__((noinline)) #else #define ATTR #endif + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + // The "core" versions of monitor enter and exit reside in this file. // The interpreter and compilers contain specialized transliterated // variants of the enter-exit fast-path operations. See i486.ad fast_lock(), // for instance. If you make changes here, make sure to modify the // interpreter, and both C1 and C2 fast-path inline locking code emission.
src/share/vm/runtime/synchronizer.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File