hg: jdk9/hs-gc/hotspot: 8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Wed Jun 18 12:24:34 UTC 2014
Changeset: f375fb6a4371
Author: tschatzl
Date: 2014-06-18 13:25 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f375fb6a4371
8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
Summary: Clean up usage of idx_t and uintptr_t when using it in conjunction with BitMap::set_map(), casting to the appropriate type. Fixes compilation on S390.
Reviewed-by: tschatzl
Contributed-by: Dan Horak <dhorak at redhat.com>
! src/share/vm/compiler/methodLiveness.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp
More information about the jdk9-all-changes
mailing list