--- old/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/CodeSectionProcessor.java 2017-08-15 14:34:32.277866776 -0400 +++ new/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/CodeSectionProcessor.java 2017-08-15 14:34:30.937789951 -0400 @@ -68,7 +68,6 @@ JavaMethodInfo compMethod = methodInfo.getMethodInfo(); // Step through all foreign calls, for every call, clear destination. - // Otherwise libelf may not patch them correctly. for (Infopoint infopoint : compResult.getInfopoints()) { if (infopoint.reason == InfopointReason.CALL) { final Call callInfopoint = (Call) infopoint;