# HG changeset patch # User coleenp # Date 1491354439 14400 # Node ID 9747378221904ccaa1c04f1f6bc97e65636d6800 # Parent c753322134b0a617619bccd66eb5ad0b805d0c85 8168438: Fix comment in rewriter Reviewed-by: jiangli, sspitsyn diff -r c753322134b0 -r 974737822190 hotspot/src/share/vm/interpreter/rewriter.cpp --- a/hotspot/src/share/vm/interpreter/rewriter.cpp Fri Mar 17 19:05:45 2017 +0100 +++ b/hotspot/src/share/vm/interpreter/rewriter.cpp Tue Apr 04 21:07:19 2017 -0400 @@ -163,9 +163,7 @@ // If the constant pool entry for invokespecial is InterfaceMethodref, // we need to add a separate cpCache entry for its resolution, because it is // different than the resolution for invokeinterface with InterfaceMethodref. -// These cannot share cpCache entries. It's unclear if all invokespecial to -// InterfaceMethodrefs would resolve to the same thing so a new cpCache entry -// is created for each one. This was added with lambda. +// These cannot share cpCache entries. void Rewriter::rewrite_invokespecial(address bcp, int offset, bool reverse, bool* invokespecial_error) { address p = bcp + offset; if (!reverse) {