mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8183574: Unify the is_power_of_2 functions
Reviewed-by: kbarrett, redestad
This commit is contained in:
parent
248b61710e
commit
e4b27a48a0
100 changed files with 183 additions and 75 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "runtime/vm_version.hpp"
|
||||
#include "utilities/bitMap.inline.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
#include "utilities/powerOfTwo.hpp"
|
||||
|
||||
#ifdef ASSERT
|
||||
#define __ gen()->lir(__FILE__, __LINE__)->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue