# HG changeset patch # User Doug Simon # Date 1398956724 -7200 # Node ID cd34df9f84b14480e0a7ff8612463ef25de37e6f # Parent c0e1a8693e0eba3dbd4886b6d3449463c455c5ed commented out MatchProcessor logging diff -r c0e1a8693e0e -r cd34df9f84b1 graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchProcessor.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchProcessor.java Thu May 01 11:51:45 2014 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchProcessor.java Thu May 01 17:05:24 2014 +0200 @@ -671,7 +671,7 @@ map.put(topDeclaringType, info); } for (MatchRule matchRule : element.getAnnotationsByType(MatchRule.class)) { - System.err.println(matchRule); + // System.err.println(matchRule); processMethodMatchRule((ExecutableElement) element, info, matchRule); } } catch (Throwable t) {