log src/share/vm/c1/c1_LIRAssembler.cpp @ 6275:957c266d8bc5

age author description
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Tue, 15 May 2012 10:10:23 +0200 roland 7133857: exp() and pow() should use the x87 ISA on x86
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Tue, 21 Feb 2012 13:14:55 -0500 jiangli 7120481: storeStore barrier in constructor with final field
Mon, 13 Feb 2012 23:15:53 +0100 Doug Simon Made DebugInformationRecorder::describe_scope() take both a methodHandle _and_ a ciMethod* parameter to avoid creating handles in scopes where it is not allowed.
Mon, 13 Feb 2012 14:02:30 +0100 Doug Simon Fixed regressions in building and running debug verison of HotSpot Client.
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Tue, 30 Aug 2011 19:01:58 -0700 iveresov 7085279: C1 overflows code buffer with VerifyOops and CompressedOops
Wed, 16 Nov 2011 21:27:28 +0100 Thomas Wuerthinger Pass-by compilation broker.
Sat, 18 Jun 2011 19:13:55 +0200 Thomas Wuerthinger Fixed an issue with frame states in exception dispatch chains (now we are correctly rethrowing the exception immediately at entering the interpreter).
Sat, 09 Apr 2011 21:16:12 -0700 jrose Merge
Mon, 04 Apr 2011 19:03:35 -0700 never 6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")
Tue, 05 Apr 2011 14:12:31 -0700 trims 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
Wed, 02 Feb 2011 11:35:26 -0500 bobv 7016023: Enable building ARM and PPC from src/closed repository
Mon, 27 Dec 2010 21:51:31 -0800 iveresov 7009231: C1: Incorrect CAS code for longs on SPARC 32bit