mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org> Co-authored-by: Martin Doerr <mdoerr@openjdk.org> Reviewed-by: kvn, lucy, rriggs
This commit is contained in:
parent
249d553659
commit
beedae1141
36 changed files with 552 additions and 335 deletions
|
@ -742,8 +742,8 @@
|
|||
|
||||
#define VM_STRUCTS_CPU(nonstatic_field, static_field, unchecked_nonstatic_field, volatile_nonstatic_field, nonproduct_nonstatic_field, c2_nonstatic_field, unchecked_c1_static_field, unchecked_c2_static_field) \
|
||||
static_field(VM_Version, _zva_length, int) \
|
||||
static_field(StubRoutines::aarch64, _has_negatives, address) \
|
||||
static_field(StubRoutines::aarch64, _has_negatives_long, address) \
|
||||
static_field(StubRoutines::aarch64, _count_positives, address) \
|
||||
static_field(StubRoutines::aarch64, _count_positives_long, address) \
|
||||
static_field(VM_Version, _rop_protection, bool) \
|
||||
volatile_nonstatic_field(JavaFrameAnchor, _last_Java_fp, intptr_t*)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue