coleenp [Wed, 13 Nov 2013 16:42:24 -0500] rev 21557
8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
Summary: Create extra constant pool cache entries for invokespecial/InterfaceMethodref to hold the alternate resolution.
Reviewed-by: jrose, lfoltan, hseigel
acorn [Wed, 13 Nov 2013 07:31:26 -0800] rev 21556
8027229: ICCE expected for >=2 maximally specific default methods.
Summary: Need to process defaults for interfaces for invokespecial
Reviewed-by: lfoltan, hseigel, coleenp, jrose
mgerdin [Fri, 08 Nov 2013 23:49:20 +0000] rev 21555
Merge
mgerdin [Fri, 08 Nov 2013 16:48:21 +0100] rev 21554
8027237: New tests on ReservedSpace/VirtualSpace classes
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
Reviewed-by: stefank, zgu
Contributed-by: aleksey.timofeev@oracle.com