--- old/hotspot/src/share/vm/interpreter/oopMapCache.cpp 2009-08-01 04:11:49.120191860 +0100 +++ new/hotspot/src/share/vm/interpreter/oopMapCache.cpp 2009-08-01 04:11:49.029553861 +0100 @@ -2,7 +2,7 @@ #pragma ident "@(#)oopMapCache.cpp 1.86 08/11/24 12:22:25 JVM" #endif /* - * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -600,7 +600,7 @@ entry->fill(method, bci); entry_for->resource_copy(entry); assert(!entry_for->is_empty(), "A non-empty oop map should be returned"); - return; + return; } }