-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GR-52917] Correctness problem when System.arraycopy a byte array #8638
Comments
fniephaus
changed the title
Correctness problem when System.arraycopy a byte array
[GR-52917] Correctness problem when System.arraycopy a byte array
Mar 26, 2024
Thanks for raising this and the concise reproducer. We'll look into it! |
@liyuheng55555 thanks for the nice reproducer. This was fixed by 2bb5ad0 - I also ensured the fix will be present in the upcoming April CPU releases of GraalVM. |
graalvmbot
pushed a commit
that referenced
this issue
Apr 15, 2024
….arraycopy a byte array. PullRequest: graal/17391
graalvmbot
pushed a commit
that referenced
this issue
Apr 16, 2024
…m.arraycopy a byte array. PullRequest: graal/17390
graalvmbot
pushed a commit
that referenced
this issue
Dec 6, 2024
….arraycopy a byte array. PullRequest: graal/17394
graalvmbot
pushed a commit
that referenced
this issue
Dec 9, 2024
….arraycopy a byte array. PullRequest: graal/17395
graalvmbot
pushed a commit
that referenced
this issue
Dec 9, 2024
….arraycopy a byte array. PullRequest: graal/17392
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the issue
Run the code below with GraalVm to reproceduce the problem.
If everything goes right, the program won't print anything. Actually it will print something like:
Describe GraalVM and your environment:
Also meet this problem in mac(arm verion) + GraalVM 17.0.10
The text was updated successfully, but these errors were encountered: