JDK 21 | JDK 22 |
---|---|
21.0.3Fixed | 22 b27Fixed |
Blocks :
|
Found it while doing new code that wants to know the cache line size. Currently, there is a fallback in globalDefinitions.hpp that defaults DEFAULT_CACHE_LINE_SIZE to 64 if platform does not define it. Instead of relying on default, force platform definitions to tell what is the reasonable default for the platform. This would simplify porting to other architectures.
|