-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b93
-
generic
-
generic
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.