log src/cpu/sparc/vm/interp_masm_sparc.cpp @ 11997:cd25d3be91c5

age author description
Fri, 07 Jun 2013 16:46:37 -0700 morris 8008407: remove SPARC V8 support
Thu, 20 Jun 2013 10:56:34 -0700 twisti fixed SPARC interpreter
Wed, 24 Apr 2013 11:49:38 +0200 roland 8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
Tue, 23 Apr 2013 12:32:17 -0400 jiangli 8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization.
Tue, 09 Apr 2013 17:17:41 -0400 jiangli 8010862: The Method counter fields used for profiling can be allocated lazily.
Thu, 29 Nov 2012 13:55:49 -0800 cjplummer Merge
Tue, 27 Nov 2012 17:03:56 -0500 jiangli 8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Tue, 27 Nov 2012 14:20:21 +0100 stefank 8003935: Simplify the needed includes for using Thread::current()
Thu, 27 Sep 2012 15:49:48 -0700 kvn 7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp()
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Wed, 06 Jun 2012 14:33:43 -0400 jiangli 7172967: Eliminate constMethod's _method backpointer to methodOop.
Tue, 16 Aug 2011 04:14:05 -0700 twisti 7071653: JSR 292: call site change notification should be pushed not pulled
Thu, 21 Jul 2011 11:25:07 -0700 kvn 7063628: Use cbcond on T4
Thu, 31 Mar 2011 02:31:57 -0700 twisti 6817525: turn on method handle functionality by default for JSR 292