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

[lworld] java.lang.InternalError: must be primitive type: X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • repo-valhalla
    • repo-valhalla
    • core-libs
    • None
    • generic
    • generic, other, linux, linux_2.2

      Compiling and running the following program results in an error:
       java.lang.InternalError: must be primitive type: X

      $ cat X.java
      public value class X {
          public static void main(String[] args) {
              Object o = new X();
              o.toString();
          }
      }

      $ ~/gitreps/valhalla/build/linux-x86_64-server-release/images/jdk/bin/javac -g X.java
      $ ~/gitreps/valhalla/build/linux-x86_64-server-release/images/jdk/bin/java X
      Exception in thread "main" java.lang.InternalError: must be primitive type: X
      at java.base/java.lang.runtime.PrimitiveObjectMethods.primitiveObjectHashCode(PrimitiveObjectMethods.java:439)
      at java.base/java.lang.Object.hashCode(Native Method)
      at java.base/java.lang.Object.toString(Object.java:269)
      at X.main(X.java:4)

            mchung Mandy Chung (Inactive)
            sadayapalam Srikanth Adayapalam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: