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 b8d998f commit 691d34bCopy full SHA for 691d34b
src/main/java/org/truffleruby/core/GCNodes.java
@@ -189,7 +189,6 @@ protected RubyArray stat(
189
190
MemoryUsage usage = ManagementFactory.getMemoryMXBean().getHeapMemoryUsage();
191
192
- // Use an object array instead because otherwise ArrayHelpers.java line 51 complains
193
Object[] memoryPoolNamesCast = new Object[memoryPoolNames.length];
194
for (int i = 0; i < memoryPoolNames.length; i++) {
195
memoryPoolNamesCast[i] = makeStringNode
0 commit comments