RFR: AARCH64: Top-level JDK changes

Dean Long dean.long at oracle.com
Mon Jan 12 04:31:28 UTC 2015


I found a small problem with the new config.sub wrapper.  It works with 
the bash shell but not with the dash shell.
The problem seems to be with this line:

     result=`. $DIR/autoconf-config.sub $sub_args "$@"`

"dash" doesn't seem to support args passed with ".", so $sub_args "$@" 
are ignored.

dl


More information about the jdk9-dev mailing list