log src/share/vm/interpreter/interpreterRuntime.cpp @ 3852:fdb992d83a87

age author description
Tue, 16 Aug 2011 04:14:05 -0700 twisti 7071653: JSR 292: call site change notification should be pushed not pulled
Fri, 01 Jul 2011 10:37:37 -0700 iveresov 7057120: Tiered: Allow C1 to inline methods with loops
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Thu, 16 Jun 2011 13:46:55 -0700 never 7055355: JSR 292: crash while throwing WrongMethodTypeException
Wed, 25 May 2011 16:04:09 -0700 never 7046732: JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
Tue, 05 Jul 2011 18:55:22 +0200 Thomas Wuerthinger Fixed an issue in the HotSpot code for rethrowing an exception at deopt (wrong values on the expression stack caused a crash when GC and deopt happened at the same time).