changeset 15458:cd34df9f84b1

commented out MatchProcessor logging
author Doug Simon <doug.simon@oracle.com>
date Thu, 01 May 2014 17:05:24 +0200
parents c0e1a8693e0e
children 0dae565d9289
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchProcessor.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {