-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
7
-
None
-
generic
-
generic
Currently, due to excessive use of static data, javadoc can only (reliably) be executed once in a JVM. Subsequent attempts to use it may be "polluted" by earlier attempts. (E.g. options).
javadoc should be re-entrant, meaning that it should be possible to run multiple copies independently and without interference.
javadoc should be re-entrant, meaning that it should be possible to run multiple copies independently and without interference.
- relates to
-
JDK-8000800 javadoc uses static non-final fields
- Closed
-
JDK-6748541 javadoc should be reusable
- Closed