Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Chris Plummer
On Tue, 28 Jan 2025 20:14:05 GMT, Chris Plummer wrote: >> DeoptimizeObjectsALotThread was being unconditionally added to the mapping >> table: >> >>virtualConstructor.addMapping("DeoptimizeObjectsALotThread", >> DeoptimizeObjectsALotThread.class); >> >> But is conditionally included i

Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Leonid Mesnik
On Tue, 28 Jan 2025 20:14:05 GMT, Chris Plummer wrote: >> DeoptimizeObjectsALotThread was being unconditionally added to the mapping >> table: >> >>virtualConstructor.addMapping("DeoptimizeObjectsALotThread", >> DeoptimizeObjectsALotThread.class); >> >> But is conditionally included i

Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Kevin Walls
On Tue, 28 Jan 2025 20:14:05 GMT, Chris Plummer wrote: >> DeoptimizeObjectsALotThread was being unconditionally added to the mapping >> table: >> >>virtualConstructor.addMapping("DeoptimizeObjectsALotThread", >> DeoptimizeObjectsALotThread.class); >> >> But is conditionally included i

Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Aleksey Shipilev
On Tue, 28 Jan 2025 20:11:49 GMT, Chris Plummer wrote: >> DeoptimizeObjectsALotThread was being unconditionally added to the mapping >> table: >> >>virtualConstructor.addMapping("DeoptimizeObjectsALotThread", >> DeoptimizeObjectsALotThread.class); >> >> But is conditionally included i

Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Chris Plummer
On Tue, 28 Jan 2025 19:42:57 GMT, Aleksey Shipilev wrote: >> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> use lookupType() api that does not throw an exception. > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/run

Re: RFR: 8348800: Many serviceability/sa tests failing after JDK-8348239 [v2]

2025-01-28 Thread Chris Plummer
> DeoptimizeObjectsALotThread was being unconditionally added to the mapping > table: > >virtualConstructor.addMapping("DeoptimizeObjectsALotThread", > DeoptimizeObjectsALotThread.class); > > But is conditionally included in VMStructs: > > DEBUG_ONLY(COMPILER2_OR_JVMCI_PRESENT