See ClassFileParser::layout_fields.
Things to take care of:
1. contended_count is redundant, duplicates nonstatic_contended_count
2. nonstatic_oop_maps + 1: is +1 still needed/redundant?
3. parsed_annotations->is_contended() should use local var
4. current code allocates distinct oopmap per contended field, can group some fields together
5. figure out if we can split the method into the digestible pieces
6.
Things to take care of:
1. contended_count is redundant, duplicates nonstatic_contended_count
2. nonstatic_oop_maps + 1: is +1 still needed/redundant?
3. parsed_annotations->is_contended() should use local var
4. current code allocates distinct oopmap per contended field, can group some fields together
5. figure out if we can split the method into the digestible pieces
6.
- duplicates
-
JDK-8015272 Make @Contended within the same group to use the same oop map
-
- Resolved
-