We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46208a4 commit a7c6fceCopy full SHA for a7c6fce
src/main/java/org/truffleruby/cext/ValueWrapperManager.java
@@ -165,7 +165,7 @@ public long totalHandleAllocations() {
165
private static final int BLOCK_BYTE_SIZE = BLOCK_SIZE << TAG_BITS;
166
private static final long BLOCK_MASK = -1L << BLOCK_BITS;
167
private static final long OFFSET_MASK = ~BLOCK_MASK;
168
- private static final long ALLOCATION_BASE = 0xbad0L << 48;
+ private static final long ALLOCATION_BASE = 0x0badL << 48;
169
170
protected static class HandleBlockAllocator {
171
0 commit comments