You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (isInlineableJNI(calleeSymbol->getResolvedMethod(),callNode))
3057
+
if (!isInlineableJNI(calleeSymbol->getResolvedMethod(),callNode))
3058
3058
{
3059
-
if (performTransformation(comp(), "%sInlining jni %s into %s\n", OPT_DETAILS, calleeSymbol->signature(comp()->trMemory()), callerSymbol->signature(comp()->trMemory())))
3060
-
{
3061
-
if (calltarget->_myCallSite->isIndirectCall())
3062
-
returntrue;
3059
+
returnfalse;
3060
+
}
3063
3061
3064
-
if (inlineGetClassAccessFlags(calleeSymbol, callerSymbol, callNodeTreeTop, callNode))
0 commit comments