-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 12
-
Component/s: hotspot
-
b17
Using LogCompilation with Graal, the jvmci_installed_code_name is written to the xml log file, but it is not escaped properly so <init> methods end up causing unparseable XML like this:
jvmci_installed_code_name='java.util.AbstractList.<init>()'
so it cannot be processed with the LogCompilation tool.
jvmci_installed_code_name='java.util.AbstractList.<init>()'
so it cannot be processed with the LogCompilation tool.