amurillo [Thu, 03 Jul 2014 13:17:29 -0700] rev 25381
Merge
roland [Thu, 03 Jul 2014 09:41:29 -0700] rev 25380
Merge
iignatyev [Tue, 01 Jul 2014 13:09:40 +0400] rev 25379
8047996: Quarantine compiler/whitebox tests
Reviewed-by: vlivanov
thartmann [Tue, 01 Jul 2014 09:02:45 +0200] rev 25378
8007987: ciConstantPoolCache::_keys should be array of 32bit int
Summary: The type of ciConstantPoolCache::_keys is changed to int which is sufficient to store the 2 byte constant pool indices.
Reviewed-by: twisti, coleenp
thartmann [Mon, 30 Jun 2014 08:28:29 +0200] rev 25377
8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
Summary: Compile m3 with C1 if C2 is not available.
Reviewed-by: twisti, anoll
sspitsyn [Wed, 02 Jul 2014 17:24:50 -0700] rev 25376
Merge
sla [Mon, 30 Jun 2014 10:04:05 +0200] rev 25375
8047973: Quarantine compiler/ciReplay/*
Reviewed-by: vlivanov
coleenp [Mon, 30 Jun 2014 14:58:52 -0400] rev 25374
8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files
Reviewed-by: stefank, coleenp, dholmes