< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotMethodData.java

Print this page
@@ -104,10 +104,12 @@
              new ArgInfoData(this, config.dataLayoutArgInfoDataTag),
              new UnknownProfileData(this, config.dataLayoutCallTypeDataTag),
              new VirtualCallTypeData(this, config.dataLayoutVirtualCallTypeDataTag),
              new UnknownProfileData(this, config.dataLayoutParametersTypeDataTag),
              new UnknownProfileData(this, config.dataLayoutSpeculativeTrapDataTag),
+             new UnknownProfileData(this, config.dataLayoutArrayLoadStoreDataTag),
+             new UnknownProfileData(this, config.dataLayoutACmpDataTag),
          };
          // @formatter:on
  
          private boolean checkAccessorTags() {
              int expectedTag = 0;
< prev index next >