Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8254254

[lworld][type-restrictions] Serviceability tests failing missing FIELDINFO_TAG_MASK

XMLWordPrintable

      Specific to type-restrictions branch...

      SA tests failing with: "No integer constant named "FIELDINFO_TAG_MASK" present in type database"

      E.g. serviceability/sa/TestSysProps.java

      java.lang.ExceptionInInitializerError
      at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
      at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:501)
      at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:482)
      at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VMObjectFactory.newObject(VMObjectFactory.java:58)
      at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor(VirtualBaseConstructor.java:106)
      at jdk.hotspot.agent/sun.jvm.hotspot.oops.Metadata.instantiateWrapperFor(Metadata.java:76)
      at jdk.hotspot.agent/sun.jvm.hotspot.memory.SystemDictionary.getSystemKlass(SystemDictionary.java:99)
      at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VM.readSystemProperties(VM.java:1074)
      at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VM.getSystemProperties(VM.java:1068)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper.run(SysPropsDumper.java:44)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.JInfo.run(JInfo.java:95)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.startInternal(Tool.java:262)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.start(Tool.java:225)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.JInfo.runWithArgs(JInfo.java:139)
      at jdk.hotspot.agent/sun.jvm.hotspot.tools.JInfo.main(JInfo.java:144)
      at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.runJINFO(SALauncher.java:342)
      at jdk.hotspot.agent/sun.jvm.hotspot.SALauncher.main(SALauncher.java:483)
      Caused by: java.lang.RuntimeException: No integer constant named "FIELDINFO_TAG_MASK" present in type database
      at jdk.hotspot.agent/sun.jvm.hotspot.types.basic.BasicTypeDataBase.lookupIntConstant(BasicTypeDataBase.java:99)
      at jdk.hotspot.agent/sun.jvm.hotspot.types.basic.BasicTypeDataBase.lookupIntConstant(BasicTypeDataBase.java:92)
      at jdk.hotspot.agent/sun.jvm.hotspot.oops.InstanceKlass.initialize(InstanceKlass.java:120)
      at jdk.hotspot.agent/sun.jvm.hotspot.oops.InstanceKlass$1.update(InstanceKlass.java:45)
      at jdk.hotspot.agent/sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver(VM.java:566)
      at jdk.hotspot.agent/sun.jvm.hotspot.oops.InstanceKlass.<clinit>(InstanceKlass.java:43)
      ... 20 more

            fparain Frederic Parain
            dsimms David Simms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: