Request for review (XS): 7106766
Rickard Bäckman
rickard.backman at oracle.com
Tue Nov 1 00:28:04 PDT 2011
Sorry for being brief on the RFR,
the reason we want to do this is that having the precompiled header in
the "root" directory sometimes cause problems since the lookup order (at
least for MS CL) is:
#1 the directory of the file
#2 the include path (-I /I)
...
we would like to be able to modify the include path but since all files
use relative includes from the "root" (src/share/vm) #1 will take
precedence and make it impossible to do.
The CR can also be seen here:
http://monaco.sfbay.sun.com/detail.jsf?cr=7106766
Thanks
Rickard
On 11/01/2011 07:21 AM, Rickard Bäckman wrote:
> 7106766: Move the precompiled header from the src/share/vm directory
>
> Moved the precompiled.hpp file from src/share/vm to
> src/share/vm/precompiled
>
> http://cr.openjdk.java.net/~rbackman/7106766/
>
> Thanks
> Rickard
More information about the hotspot-runtime-dev
mailing list