[patch] fix scope of variable decl in cppInterpreter_zero.cpp
Gary Benson
gbenson at redhat.com
Wed Jul 15 08:00:38 PDT 2009
Do it :)
Cheers,
Gary
Matthias Klose wrote:
> This was pointed out by Ed on the zero-dev ML, acknowledged by
> Gary. Ok to checkin?
>
> Matthias
>
> 2009-06-23 Edward Nevill <enevill at arm.com>
> Matthias Klose <doko at ubuntu.com>
>
> * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
> Move decl of `mirror' to the same scope as the decl of `arguments'.
>
> diff -r 438cbd2f7252 ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
> --- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Jul 15 12:56:10 2009 +0200
> +++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Jul 15 16:32:39 2009 +0200
> @@ -247,6 +247,7 @@
> Unimplemented();
> }
> void **arguments;
> + void *mirror = NULL;
> {
> arguments =
> (void **) stack->alloc(handler->argument_count() * sizeof(void **));
> @@ -255,7 +256,6 @@
> void *env = thread->jni_environment();
> *(dst++) = &env;
>
> - void *mirror = NULL;
> if (method->is_static()) {
> istate->set_oop_temp(
> method->constants()->pool_holder()->klass_part()->java_mirror());
--
http://gbenson.net/
More information about the distro-pkg-dev
mailing list