mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
7033154: Improve C1 arraycopy performance
Better static analysis. Take advantage of array copy stubs. Reviewed-by: never
This commit is contained in:
parent
00eca5e982
commit
f94d7776ca
13 changed files with 720 additions and 146 deletions
|
@ -282,6 +282,8 @@ class StubRoutines: AllStatic {
|
|||
static address addr_fpu_subnormal_bias2() { return (address)&_fpu_subnormal_bias2; }
|
||||
|
||||
|
||||
static address select_arraycopy_function(BasicType t, bool aligned, bool disjoint, const char* &name, bool dest_uninitialized);
|
||||
|
||||
static address jbyte_arraycopy() { return _jbyte_arraycopy; }
|
||||
static address jshort_arraycopy() { return _jshort_arraycopy; }
|
||||
static address jint_arraycopy() { return _jint_arraycopy; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue