Le 21/04/2018 à 18:08, Eric Covener a écrit :
Thanks!

Christophe, would you have some time to test Java 9 and see if the build
output is good even without Xbootclasspath? I'll try to do the same during
the next days..
I hit a minor snag testing this.

openjdk8: produces the same output with and without the parm (and the
same output as IBM JDK9)
openjdk9: I am getting lots of non 7-bit bytes characters in
translated files replaced by HTML entities. There are also warnings
related to these bytes and the output being non-UTF8.

So there may be an openjdk issue independent of the boot classpath.

You beat me on this!
Same results here. Same conclusion and same warnings.
I also noted that some spaces where turned into  

-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>ext_filter_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_ext_filter.c</td></tr></table> +<tr><th><a href="module-dict.html#ModuleIdentifier">Module&#160;Identifier:</a></th><td>ext_filter_module</td></tr> +<tr><th><a href="module-dict.html#SourceFile">Source&#160;File:</a></th><td>mod_ext_filter.c</td></tr></table>


As a bonus, some time measurement.  openjdk 9, for some reasons, looks a little slower than 8.

With -Xbootclasspath/p:"$LOCALCLASSPATH"
========================================
echo $JAVA_HOME
   /usr/lib/jvm/java-1.8.0-openjdk-amd64

./build.sh extraclean
./build.sh convmap all
   BUILD SUCCESSFUL
   Total time: 1 minute 38 seconds


Without -Xbootclasspath/p:"$LOCALCLASSPATH"
===========================================
echo $JAVA_HOME
   /usr/lib/jvm/java-1.8.0-openjdk-amd64

./build.sh extraclean
./build.sh convmap all
   BUILD SUCCESSFUL
   Total time: 1 minutes 43 seconds


echo $JAVA_HOME
   /usr/lib/jvm/java-1.9.0-openjdk-amd64

./build.sh extraclean
./build.sh convmap all
   BUILD SUCCESSFUL
   Total time: 2 minutes 4 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to