-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 17, 21
-
Component/s: client-libs
-
None
-
generic
-
generic
Currently, cmm code uses GetByteArrayElements/GetShortArrayElements/GetIntArrayElements/GetDoubleArrayElements. We can replace all of them by one GetPrimitiveArrayCritical and get a performance boost. Thre are some limitations of GetPrimitiveArrayCritical, but since we widely use it in other rendering machinery it should be fine.
- links to
-
Review(master)
openjdk/jdk/27841