RFR: 8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing [v4]
Emanuel Peter
epeter at openjdk.org
Mon Sep 16 11:14:45 UTC 2024
On Mon, 16 Sep 2024 10:29:07 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> I could also add this at the use-site. The problem is that I'm using it in the generated Java code as a String, and so there we have to escape the backslash. Without this, I got those mysterious timeouts on Windows.
>
> Ah, I see. Maybe you can add a comment to clarify the reason behind.
// Escape the backslash for Windows paths. We are using the path in the command-line
// and Java code, so we always want it to be escaped.
Adding this
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20184#discussion_r1760952398
More information about the hotspot-compiler-dev
mailing list