Code Review for 6697238

Prepared by: Thomas Rodriguez (never) on Fri May 9 14:52:36 PDT 2008
Workspace:/export/ws/hs13
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 12 lines changed: 12 ins; 0 del; 0 mod; 544 unchg
Patch of changes: 6697238.patch
Author comments:
6697238: missing dependencies for precompiled headers with platform dependent includes
Reviewed-by:

MakeDeps generates dependencies for when to rebuild the precompiled
headers but doesn't properly take into account the platform dependent
includes which are directly included by some of the platform
independent files. The includes are of the form:

// Platform specifics
#include "incls/_templateTable_pd.hpp.incl"

Currently if you modify the platform dependent include and do an
incremental build it won't rebuild the precompiled headers which can
result in bizarre compilation problems. This code adds the needed
dependencies.

Bug id: 6697238: missing dependencies for precompiled headers with platform dependent includes
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/tools/MakeDeps/Database.java

12 lines changed: 12 ins; 0 del; 0 mod; 544 unchg

This code review page was prepared using /net/smite.sfbay/never/bin/hgwebrev (vers 23.12-hg-never).