This is the only test in `jdk_loom` that fails without `-XX:-UseTLAB`. The test specifically looks for `ObjectAllocationOutsideTLAB` event, and there are lots of those events with `-XX:-UseTLAB`. We can fix the test to look for the event we actually want.
This depends onJDK-8297491 that fixed Loom code to actually disable TLABs.
This depends on
- is blocked by
-
JDK-8297491 Loom: Stack chunks allocation code uses TLABs even when TLABs are disabled
-
- Resolved
-