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

[lworld] java/lang/instrument/IsModifiableClassAgent.java test fails when run with migrates classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-valhalla
    • core-libs

      Test java/lang/instrument/IsModifiableClassAgent.java fails when run with Valhalla migrate classes:

      Error: bad return from retransform: class java.lang.Long
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Integer
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Short
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Byte
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Double
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Float
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Character
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      Error: bad return from retransform: class java.lang.Boolean
        ERROR: java.lang.UnsupportedOperationException: class redefinition failed: attempted to change the class NestHost, NestMembers, Record, or PermittedSubclasses attribute
      java.lang.Exception: ERROR: IsModifiableClass failed.
      at IsModifiableClassApp.run(IsModifiableClassApp.java:39)
      at IsModifiableClassApp.main(IsModifiableClassApp.java:31)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
      at java.base/java.lang.Thread.run(Thread.java:1575)

      JavaTest Message: Test threw exception: java.lang.Exception: ERROR: IsModifiableClass failed.
      JavaTest Message: shutting down test

            coleenp Coleen Phillimore
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: