[11u] RFR: 8236848: [JDK 11u] make run-test-tier1 fails after backport of JDK-8232834

Severin Gehwolf sgehwolf at redhat.com
Thu Jan 9 09:30:24 UTC 2020


Hi,

Please review this OpenJDK 11.0.7-dev only fix. 'make run-test-*' is
currently broken after the backport of JDK-8232834. Fails with:

/usr/bin/bash: -c: line 0: syntax error near unexpected token `)' 

Fix is rather trivial and adjusts the backport to match what's in
jdk/jdk by removing the extra closing brackets so opening and closing
brackets are balanced again.

Bug: https://bugs.openjdk.java.net/browse/JDK-8236848
webrev: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8236848/01/webrev/

Thoughts?

Thanks,
Severin



More information about the jdk-updates-dev mailing list