Re: RFR: 8343770: Build fails due to use of sun.misc.Unsafe in LoopOverRandom

2024-11-07 Thread Quan Anh Mai
On Thu, 7 Nov 2024 15:12:01 GMT, Maurizio Cimadamore wrote: > This small PR fixes a build failure due to usage of sun.misc.Unsafe in a new > benchmark. > > FFM benchmarks appear to be broken -- because of JDK-8332744 -- but we will > fix that separately. @mcimadamore Sorry for the failure an

RFR: 8343770: Build fails due to use of sun.misc.Unsafe in LoopOverRandom

2024-11-07 Thread Maurizio Cimadamore
This small PR fixes a build failure due to usage of sun.misc.Unsafe in a new benchmark. FFM benchmarks appear to be broken -- because of JDK-8332744 -- but we will fix that separately. - Commit messages: - Initial push Changes: https://git.openjdk.org/jdk/pull/21958/files Webre

Re: RFR: 8343770: Build fails due to use of sun.misc.Unsafe in LoopOverRandom

2024-11-07 Thread Alan Bateman
On Thu, 7 Nov 2024 15:12:01 GMT, Maurizio Cimadamore wrote: > This small PR fixes a build failure due to usage of sun.misc.Unsafe in a new > benchmark. > > FFM benchmarks appear to be broken -- because of JDK-8332744 -- but we will > fix that separately. Marked as reviewed by alanb (Reviewer