Details
-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
b93
-
generic
-
generic
Description
We use Parser() directly and currently have to create a new Context(), then pass ctx.getEnv() to Parser. This is wasteful since it causes class loaders to be created. Since the Context ctor is public, this one should be as well.