diff -r bab46e6f7661 -r 8a0a9bbb6fa5 hotspot/src/cpu/zero/vm/stack_zero.cpp --- a/hotspot/src/cpu/zero/vm/stack_zero.cpp Wed Jul 27 17:28:36 2011 -0700 +++ b/hotspot/src/cpu/zero/vm/stack_zero.cpp Thu Jul 28 02:14:44 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. * Copyright 2010 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -69,7 +69,8 @@ break; case _thread_in_vm: - Exceptions::throw_stack_overflow_exception(thread, __FILE__, __LINE__); + Exceptions::throw_stack_overflow_exception(thread, __FILE__, __LINE__, + methodHandle()); break; default: