This is only nominally a bulk integration request as there are only two fixes, one of which is a simple build number increment:
7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc 7108550: Bump the hs22 build number to 09 The fix for 7100757 in 7u2 is identical to the fix that was integrated into jdk8-b11; it underwent PIT testing prior to integration in jdk8. The jdk8 fix can be seen at: http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/4bac06a82bc3 and the public code review thread can be seen at: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-October/006495.html Builds of jdk7u2 on all supported platforms are in progress. If approved, I'll verify they complete successfully before integrating. -John