HotSpot build problems on Windows
Jon Masamitsu
Jon.Masamitsu at Sun.COM
Fri Nov 14 08:34:50 PST 2008
As Christian has found we have in a repository
./share/vm/gc_implementation/concurrentMarkSweep/concurrentGCThread.cpp
./share/vm/gc_implementation/shared/concurrentGCThread.cpp
The files are the same now. I'm guessing that we
should delete
./share/vm/gc_implementation/concurrentMarkSweep/concurrentGCThread.cpp
I'll see if I can tell mercurial to do that. Any concerns? Were there any
thoughts that concurrentGCThread.cpp should be split between
CMS and shared (i.e., that there is some code in concurrentGCThread.cpp
specialized for CMS)?
Christian Wimmer wrote On 11/13/08 21:06,:
>...
>2) duplicate files: the files "concurrentGCThread.cpp" and
>"concurrentGCThread.hpp" are present in two directories:
>"gc_implementation\concurrentMarkSweep" and "gc_implementation
>\shared". The content of the files is equal, so just deleting one pair
>of files works.
>
>
>
>
More information about the hotspot-dev
mailing list