We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599af2a commit f1c919fCopy full SHA for f1c919f
src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/VirtualObject.java
@@ -240,17 +240,6 @@ public boolean isAutoBox() {
240
return isAutoBox;
241
}
242
243
- /**
244
- * Sets the value of the box flag.
245
- *
246
- * @param isAutoBox a flag that tells the runtime that the object may be a boxed primitive and
247
- * that it possibly needs to be obtained for the box cache instead of creating a new
248
- * instance.
249
- */
250
- public void setIsAutoBox(boolean isAutoBox) {
251
- this.isAutoBox = isAutoBox;
252
- }
253
-
254
/**
255
* Overwrites the current set of values with a new one.
256
*
0 commit comments