--- old/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp 2014-05-02 11:38:33.000000000 -0500 +++ new/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp 2014-05-02 11:38:33.000000000 -0500 @@ -1,3 +1,4 @@ + /* * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -23,7 +24,7 @@ */ #include "precompiled.hpp" -#include "classfile/symbolTable.hpp" +#include "classfile/stringTable.hpp" #include "code/codeCache.hpp" #include "gc_implementation/parallelScavenge/cardTableExtension.hpp" #include "gc_implementation/parallelScavenge/gcTaskManager.hpp"