-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
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.