CompileCommand prints quoted ascii strings

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b92

        If I add a UTF-16 string, like the following, MethodMatcher prints it quoted:

        $ ./bin/java -XX:CompileCommand=compileonly,Класс::метод -XX:+PrintCompilation -version
        CompileCommand: compileonly \u041a\u043b\u0430\u0441\u0441.\u043c\u0435\u0442\u043e\u0434

        I think we should print the same UTF string, because this is an output aimed for the end user, who will not see a class and method name in stdout in the case of quoted symbols.

              Assignee:
              Nils Eliasson (Inactive)
              Reporter:
              Pavel Punegov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: