Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8199780

SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands

SetMemory0 and CopyMemory0 in unsafe.cpp read and write from/to objects, and thus need to resolve their operands via Access::resolve() before accessing them.