-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
Leyden's JavacBenchApp benchmarks shows ~1% of time of the very first iteration is spent doing Pattern.compile in Location.isModuleOrientedLocation. Additionally, Pattern.compile becomes hot and requires JIT compilation, which eats CPU time. We can fix that.
There is also a little matching bug (JDK-8351561), which this performance improvement would retain.
There is also a little matching bug (JDK-8351561), which this performance improvement would retain.
- relates to
-
JDK-8351561 Location.isModuleOrientedLocation accepts only limited "MODULE" strings
-
- New
-
- links to
-
Review(master) openjdk/jdk/23973