File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/hotspot/share/runtime Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ address StubRoutines::_arrayof_jlong_disjoint_arraycopy = CAST_FROM_FN_PTR(addr
111
111
address StubRoutines::_arrayof_oop_disjoint_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::arrayof_oop_copy);
112
112
address StubRoutines::_arrayof_oop_disjoint_arraycopy_uninit = CAST_FROM_FN_PTR(address, StubRoutines::arrayof_oop_copy_uninit);
113
113
114
- address StubRoutines::_zero_aligned_words = CAST_FROM_FN_PTR(address, Copy::zero_to_words);
115
-
116
114
address StubRoutines::_data_cache_writeback = NULL ;
117
115
address StubRoutines::_data_cache_writeback_sync = NULL ;
118
116
Original file line number Diff line number Diff line change @@ -207,9 +207,6 @@ class StubRoutines: AllStatic {
207
207
static address _arrayof_jshort_fill;
208
208
static address _arrayof_jint_fill;
209
209
210
- // zero heap space aligned to jlong (8 bytes)
211
- static address _zero_aligned_words;
212
-
213
210
static address _aescrypt_encryptBlock;
214
211
static address _aescrypt_decryptBlock;
215
212
static address _cipherBlockChaining_encryptAESCrypt;
@@ -442,8 +439,6 @@ class StubRoutines: AllStatic {
442
439
443
440
static address select_fill_function (BasicType t, bool aligned, const char * &name);
444
441
445
- static address zero_aligned_words () { return _zero_aligned_words; }
446
-
447
442
//
448
443
// Safefetch stub support
449
444
//
You can’t perform that action at this time.
0 commit comments