-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b17
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8235935 | 11.0.7-oracle | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8236260 | 11.0.7 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
When requested length > 0 this method first allocates native memory block, then allocated another Java-array of the same size and copies the content.
Instead, the Java array memory could be manipulated directly, which would avoid extra memory allocation and copying.
Instead, the Java array memory could be manipulated directly, which would avoid extra memory allocation and copying.
- backported by
-
JDK-8235935 Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
-
- Resolved
-
-
JDK-8236260 Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
-
- Resolved
-