RFR: 7903192: fix typo in 7903030: missed 2nd " in join

Igor Ignatyev iignatyev at openjdk.java.net
Tue May 17 00:55:48 UTC 2022


On Fri, 22 Oct 2021 20:13:32 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this small follow-up fix for CODETOOLS-7903030 / 97131e841f2e4741bb5ff51e55a794fc83f63749? 
> 
> before the fix:
> 
> cmd: "/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home/bin/java" -classpath" /Users/iignatye/ws/jtreg/build/images/jtreg/lib/javatest.jar:/Users/iignatye/ws/jtreg/build/images/jtreg/lib/jtreg.jar" -Dtest.vm.opts=-Xms10G -Xmx2G" -Dtest.tool.vm.opts=-J-Xms10G -J-Xmx2G" -Dtest.compiler.opts=" -Dtest.java.opts=" -Dtest.jdk=/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home" -Dcompile.jdk=/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home" -Dtest.timeout.factor=1.0" -Dtest.root=/private/tmp/t" -Xms10G" -Xmx2G" com.sun.javatest.regtest.agent.GetJDKProperties" --system-properties" --modules=boot-layer"
> 
> after the fix:
> 
> cmd: "/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home/bin/java" "-classpath" "/Users/iignatye/ws/jtreg/build/images/jtreg/lib/javatest.jar:/Users/iignatye/ws/jtreg/build/images/jtreg/lib/jtreg.jar" "-Dtest.vm.opts=-Xms10G -Xmx2G" "-Dtest.tool.vm.opts=-J-Xms10G -J-Xmx2G" "-Dtest.compiler.opts=" "-Dtest.java.opts=" "-Dtest.jdk=/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home" "-Dcompile.jdk=/Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home" "-Dtest.timeout.factor=1.0" "-Dtest.root=/private/tmp/t" "-Xms10G" "-Xmx2G" "com.sun.javatest.regtest.agent.GetJDKProperties" "--system-properties" "--modules=boot-layer"
> 
> 
> Thanks,
> -- Igor
> 
> attn: @stefank

Thanks for the reviewing this, Jon. I hope this being unintegrated for so long haven’t caused much of the troubles

-------------

PR: https://git.openjdk.java.net/jtreg/pull/29


More information about the jtreg-dev mailing list