Skip to content

[Fix #190]: Ensure higher Javac for AtomicLongArray.compareAndExchange#191

Merged
kgibm merged 1 commit into
eclipse-mat:masterfrom
kgibm:issue190
Jul 1, 2026
Merged

[Fix #190]: Ensure higher Javac for AtomicLongArray.compareAndExchange#191
kgibm merged 1 commit into
eclipse-mat:masterfrom
kgibm:issue190

Conversation

@kgibm

@kgibm kgibm commented Jun 30, 2026

Copy link
Copy Markdown
Member

Fixes #190

I think the latest consensus is Java 21 is the general target, so updated to that.

@kgibm kgibm requested a review from jasonk000 June 30, 2026 13:57
@kgibm kgibm requested a review from krumts as a code owner June 30, 2026 13:57
@kgibm

kgibm commented Jun 30, 2026

Copy link
Copy Markdown
Member Author

@jasonk000 Also, the CI build failed trying to upload spotbugs output? https://github.com/eclipse-mat/mat/actions/runs/28449897373/job/84309001889

@jasonk000 jasonk000 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry I missed this one, thanks for picking it up =)

@jasonk000

Copy link
Copy Markdown
Contributor

@kgibm can you pls do a rebase of your PR onto master, the build should pass now. Alternatively, you can push the branch to the eclipse-mat repo and create a PR from there, it will do the spotbugs upload.

In short, only PRs opened against this repository currently have permissions to upload the spotbugs report. I have disabled the upload for forked PRs.

…eAndExchange

Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
@kgibm

kgibm commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

Thanks Jason, that worked

@kgibm kgibm merged commit 26cff26 into eclipse-mat:master Jul 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The method compareAndExchange(int, long, long) is undefined for the type AtomicLongArray

2 participants