Skip to content

Commit 37ec888

Browse files
committed
NOI18N added
1 parent d11f33d commit 37ec888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler.heap/src/org/graalvm/visualvm/lib/jfluid/heap/ObjectSizeSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private int guessOopSize(int idSize) {
9999

100100
Properties sysProp = hprofHeap.getSystemProperties();
101101
// See test/hotspot/jtreg/runtime/FieldLayout/FieldDensityTest.java
102-
if (sysProp.getProperty("java.vm.compressedOopsMode") != null) {
102+
if (sysProp.getProperty("java.vm.compressedOopsMode") != null) { // NOI18N
103103
// compressed oops
104104
LOG.log(Level.CONFIG, "OopSize guessed (A2) as {0}", 4); // NOI18N
105105
return 4;

0 commit comments

Comments
 (0)