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

NPE at org.sunflow.core.Geometry.intersect with -XX:-UseCompressedOops

XMLWordPrintable

      Running Kitchensink (8H) on JDK 24+10 (linux-aarch64) fails intermittently with the following NPE when compressed OOPs are disabled:

      java.lang.NullPointerException: Cannot invoke "org.sunflow.core.AccelerationStructure.intersect(org.sunflow.core.Ray, org.sunflow.core.IntersectionState)" because "this.accel" is null
      at org.sunflow.core.Geometry.intersect(Unknown Source)
      at org.sunflow.core.Instance.intersect(Unknown Source)
      at org.sunflow.core.InstanceList.intersectPrimitive(Unknown Source)
      at org.sunflow.core.accel.BoundingIntervalHierarchy.intersect(Unknown Source)
      at org.sunflow.core.Scene.trace(Unknown Source)
      at org.sunflow.core.LightServer$1.run(Unknown Source)
      at java.base/java.lang.Thread.run(Thread.java:1575)

            thartmann Tobias Hartmann
            rcastanedalo Roberto Castaneda Lozano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: