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 ?

[425 byte] By [Passea] at [2007-11-26 15:18:23]
# 1
What version of gcc are you using?The hotspot makefiles will use precompiled headers for versions >= 3.4, and won't for lesser versions. See build/linux/makefiles/gcc.make
keith.mcguigana at 2007-7-8 11:01:05 > top of Java-index,Java HotSpot Virtual Machine,Specifications...