langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
changeset 35810 9ee6e90d679c
parent 31751 ec251536a004
child 36492 12abe038f3d9
equal deleted inserted replaced
35809:f02d72332452 35810:9ee6e90d679c
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   764             }
   764             }
   765         }
   765         }
   766 
   766 
   767         // Run contributing processors that haven't run yet
   767         // Run contributing processors that haven't run yet
   768         psi.runContributingProcs(renv);
   768         psi.runContributingProcs(renv);
   769 
       
   770         // Debugging
       
   771         if (options.isSet("displayFilerState"))
       
   772             filer.displayState();
       
   773     }
   769     }
   774 
   770 
   775     /**
   771     /**
   776      * Computes the set of annotations on the symbol in question.
   772      * Computes the set of annotations on the symbol in question.
   777      * Leave class public for external testing purposes.
   773      * Leave class public for external testing purposes.