Withdrawn: CODETOOLS-7902910: jcstress: Avoid creating lots of temporary files
Aleksey Shipilev
shade at openjdk.java.net
Thu Apr 29 12:27:00 UTC 2021
On Thu, 29 Apr 2021 12:00:23 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> jcstress puts stdin and stdout into separate temporary files. It makes little sense, as the host VM would read those files into memory anyway. We can just buffer those to memory.
>
> Additionally, we can stop creating compiler directives file when it is not needed.
> Options
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jcstress/pull/41
More information about the jcstress-dev
mailing list