Searched refs:INLINE_BAILOUT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp862 #define INLINE_BAILOUT(msg) { inline_bailout(msg); return false; } macro
3265 INLINE_BAILOUT("intrinsic method inlining disabled");
3640 INLINE_BAILOUT("inlining prohibited by policy");
3644 !InlineMethodsWithExceptionHandlers) INLINE_BAILOUT("callee has exception handlers");
3646 !InlineSynchronizedMethods ) INLINE_BAILOUT("callee is synchronized");
3647 if (!callee->holder()->is_initialized()) INLINE_BAILOUT("callee's klass not initialized yet");
3648 if (!callee->has_balanced_monitors()) INLINE_BAILOUT("callee's monitors do not match");
3651 if (callee->has_jsrs() ) INLINE_BAILOUT("jsrs not handled properly by inliner yet");
3657 INLINE_BAILOUT("caller and callee have different strict fp requirements");
3661 INLINE_BAILOUT("md
[all...]

Completed in 38 milliseconds