kvn [Mon, 16 May 2011 14:21:16 -0700] rev 9941
7044725: -XX:-UnrollLimitCheck -Xcomp : Exception: String index out of range: 29488
Summary: Fix problems in new RCE code.
Reviewed-by: never
kamg [Wed, 18 May 2011 10:12:31 -0400] rev 9940
Merge
dholmes [Tue, 17 May 2011 09:29:56 -0400] rev 9939
Merge
dholmes [Sun, 15 May 2011 23:57:15 -0400] rev 9938
7035744: jprt no longer does open-only builds
Summary: Added Open (OpenJDK) and Emb (Embedded) build flavours to JPRT. Added a few open builds and basic sanity tests to the normal JDK7 JPRT submission job.
Reviewed-by: ohair, jcoomes, bobv, kvn
brutisso [Wed, 18 May 2011 13:19:32 +0200] rev 9937
Merge
johnc [Tue, 17 May 2011 00:56:01 -0700] rev 9936
7041440: G1: assert(obj->is_oop_or_null(true )) failed: Error #
Summary: During an evacuation pause clear the region fields of any concurrent marking task whose local finger points into the collection set as the values in the region fields will become stale. Clearing these fields causes the concurrent mark task to claim a new region when marking restarts after the pause.
Reviewed-by: tonyp, iveresov