Build JDK from sources with precompiled headers under linux ?
Hi everyone,
I would like to build the latest JDK (1.6) from sources on linux, but I'm experiencing this bug : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6469784
Apparently, I have to build hotspot with the precompiled headers. I googled a lot but didn't find anything about precompiled headers in order to build JDK.
What am I supposed to do in order to build it with precompiled headers ?

