On Mon, 24 Aug 2026 09:45:09 GMT, Aleksey Shipilev <[email protected]> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updated after review > > src/hotspot/share/oops/markWord.hpp line 85: > >> 83: // - klass - klass identifier used when UseCompactObjectHeaders == true >> 84: >> 85: class ObjectMonitor; > > One of our analysis tools points out that `basicLock.hpp` used this forward > declaration for its `ObjectMonitor* volatile _monitor`. Put the forward > declaration there? Added forward declaration in `basicLock.hpp`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32471#discussion_r3847584452
