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 d11f33d commit 37ec888Copy full SHA for 37ec888
visualvm/libs.profiler/lib.profiler.heap/src/org/graalvm/visualvm/lib/jfluid/heap/ObjectSizeSettings.java
@@ -99,7 +99,7 @@ private int guessOopSize(int idSize) {
99
100
Properties sysProp = hprofHeap.getSystemProperties();
101
// See test/hotspot/jtreg/runtime/FieldLayout/FieldDensityTest.java
102
- if (sysProp.getProperty("java.vm.compressedOopsMode") != null) {
+ if (sysProp.getProperty("java.vm.compressedOopsMode") != null) { // NOI18N
103
// compressed oops
104
LOG.log(Level.CONFIG, "OopSize guessed (A2) as {0}", 4); // NOI18N
105
return 4;
0 commit comments