--- old/src/os_cpu/solaris_sparc/vm/thread_solaris_sparc.hpp 2017-04-07 12:03:38.323168036 -0700 +++ new/src/os_cpu/solaris_sparc/vm/thread_solaris_sparc.hpp 2017-04-07 12:03:38.157166792 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2017, Oracle and/or its affiliates. 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 @@ -63,10 +63,6 @@ static int o_reg_temps_offset_in_bytes() { return offset_of(JavaThread, _o_reg_temps); } -#ifndef _LP64 - address o_reg_temps(int i) { return (address)&_o_reg_temps[i]; } -#endif - static int saved_exception_npc_offset_in_bytes() { return offset_of(JavaThread,_saved_exception_npc); } address saved_exception_npc() { return _saved_exception_npc; }