Request for reviews (XXXS): 6570745: closed/compiler/4671460/CharArrTest.java fails on RHEL server 5

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Tue Jan 6 15:12:38 PST 2009


http://webrev.invokedynamic.info/kvn/6570745/index.html

Fixed 6570745: closed/compiler/4671460/CharArrTest.java fails on RHEL server 5

Problem:
The test's shell script uses "tail +n" syntax which is not
acceptable on new RHEL versions.

Solution:
Change "tail +n" to "tail -n".

Reviewed by:

Other testing:
JPRT




More information about the hotspot-compiler-dev mailing list