--- old/src/share/vm/memory/genRemSet.hpp 2013-09-30 21:36:15.000000000 +0200 +++ new/src/share/vm/memory/genRemSet.hpp 2013-09-30 21:36:15.000000000 +0200 @@ -65,7 +65,7 @@ // These are for dynamic downcasts. Unfortunately that it names the // possible subtypes (but not that they are subtypes!) Return NULL if - // the cast is invalide. + // the cast is invalid. virtual CardTableRS* as_CardTableRS() { return NULL; } // Return the barrier set associated with "this."