changeset 46619 | a3919f5e8d2b |
parent 46618 | d503911aa948 |
child 46625 | edefffab74e2 |
--- a/hotspot/src/share/vm/gc/shared/space.hpp Wed Apr 12 17:53:18 2017 +0200 +++ b/hotspot/src/share/vm/gc/shared/space.hpp Tue Jul 04 15:58:10 2017 +0200 @@ -154,7 +154,7 @@ // Test whether p is double-aligned static bool is_aligned(void* p) { - return is_ptr_aligned(p, sizeof(double)); + return ::is_aligned(p, sizeof(double)); } // Size computations. Sizes are in bytes.