chegar [Thu, 16 Apr 2009 17:42:00 +0100] rev 2542
4927640: Implementation of the sctp protocol
Summary: An implementation-specific API for the Stream Control Transmission Protocol
Reviewed-by: alanb, michaelm, jccollet
xdono [Thu, 16 Apr 2009 11:22:52 -0700] rev 2541
Added tag jdk7-b55 for changeset 357e7d58ea2f
duke [Wed, 05 Jul 2017 16:51:20 +0200] rev 2540
Merge
trims [Tue, 21 Apr 2009 15:08:49 -0700] rev 2539
Merge
never [Fri, 17 Apr 2009 12:22:18 -0700] rev 2538
6831604: missing null check in guarantee
Reviewed-by: kvn
trims [Wed, 15 Apr 2009 21:31:46 -0700] rev 2537
6830815: jprt.config not setting proper compiler version for use in 6u14
Summary: Add the 6u14 option to the jprt.config file in workspace
Reviewed-by: ohair
never [Tue, 14 Apr 2009 12:25:54 -0700] rev 2536
Merge
cfang [Fri, 10 Apr 2009 15:01:14 -0700] rev 2535
6829021: tests for 6636138 use UseSuperword instead of UseSuperWord
Summary: Remove the wrong flag -XX:+UseSuperword to fix the Nightly failure
Reviewed-by: kvn, never
jrose [Wed, 08 Apr 2009 10:56:49 -0700] rev 2534
6655638: dynamic languages need method handles
Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.)
Reviewed-by: kvn, twisti, never
jrose [Wed, 08 Apr 2009 00:12:59 -0700] rev 2533
6827505: sizing logic for vtable and itable stubs needs self-check
Summary: Asserts and comments to help maintain the correct sizing of certain stubs
Reviewed-by: kvn
kvn [Tue, 07 Apr 2009 19:04:24 -0700] rev 2532
6711117: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
Summary: Delay a memory node transformation if its control or address on IGVN worklist.
Reviewed-by: never
kvn [Tue, 07 Apr 2009 10:05:04 -0700] rev 2531
6826960: C2 Sparc: assert(bb->_nodes(_bb_end)->is_Proj(),"skipping projections after expected call")
Summary: Add the check when a Halt node is placed in a separate block.
Reviewed-by: twisti
never [Mon, 06 Apr 2009 11:53:17 -0700] rev 2530
6539464: Math.log() produces inconsistent results between successive runs.
Reviewed-by: kvn
never [Fri, 03 Apr 2009 18:51:31 -0700] rev 2529
6826261: class file dumping from SA is broken
Reviewed-by: kvn, jcoomes
kvn [Fri, 03 Apr 2009 13:33:32 -0700] rev 2528
6823453: DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
Summary: Use a HaltNode on the fall through path of the AllocateArrayNode to indicate that it is unreachable if the array length is negative.
Reviewed-by: never, jrose