Relates :
|
JDK-8225797 extended the method trace field from a jbyte to a jshort to include additional metadata tagging. The two bytes are accessed individually as a jbyte quantity and are semantically disjoint. Clearing operations however are atomic over the entire jshort. The reason for this omission is that when building JDK-8225797 as part of the JFR Streaming feature, the test submit scripts only included a small subset of platforms.
|