hg: hsx/hotspot-comp/hotspot: 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Fri Oct 14 20:46:53 PDT 2011
Changeset: 4bac06a82bc3
Author: kvn
Date: 2011-10-14 10:07 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/4bac06a82bc3
7100757: The BitSet.nextSetBit() produces incorrect result in 32bit VM on Sparc
Summary: Instruction countTrailingZerosL() should use iRegIsafe dst register since it is used in long arithmetic.
Reviewed-by: never, twisti
! src/cpu/sparc/vm/sparc.ad
+ test/compiler/7100757/Test7100757.java
More information about the hotspot-compiler-dev
mailing list