The various size and index values for CMMarkStack are presently declared as being of type jint. There is no good reason for them to be a signed type. Better would be unsigned int or size_t.
- duplicates
-
JDK-8160897 Concurrent mark mark stack memory allocation leaks memory
-
- Resolved
-
- relates to
-
JDK-8151996 Revise mark stack memory management in CMMarkstack
-
- Open
-