forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svm: remove SubstrateArraysCopyOfSnippets
The SubstrateVM specific intrinsic for Arrays.copyOf is no longer needed as we can now deal with the graphs the compiler produces. There is no more good reason to keep maintaining this code.
- Loading branch information
Showing
7 changed files
with
0 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 0 additions & 79 deletions
79
...tevm/src/com.oracle.svm.core/src/com/oracle/svm/core/graal/jdk/SubstrateArraysCopyOf.java
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
.../src/com.oracle.svm.core/src/com/oracle/svm/core/graal/jdk/SubstrateArraysCopyOfNode.java
This file was deleted.
Oops, something went wrong.
147 changes: 0 additions & 147 deletions
147
.../com.oracle.svm.core/src/com/oracle/svm/core/graal/jdk/SubstrateArraysCopyOfSnippets.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.