jdk
8339113: AccessFlags can be u2 in metadata
#22246
Open

Commits
  • 8339113: AccessFlags can be u2 in metadata
    coleenp committed 5 days ago
  • Remove JVM_ACC_WRITTEN_FLAGS because they are all written in the classfile now.
    coleenp committed 5 days ago
  • Update src/hotspot/share/opto/library_call.cpp
    coleenp committed 3 days ago
  • Update src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
    coleenp committed 3 days ago
  • Renamed AccessFlags.as_int() to as_unsigned_short(), moved masks for method, field and class modifiers into AccessFlags. Change ciFlags to use AccessFlags.
    coleenp committed 3 days ago
  • Merge branch 'master' into access-flags
    coleenp committed 3 days ago
  • Fix merge and compilation errors.
    coleenp committed 3 days ago
  • Fixed bug.
    coleenp committed 3 days ago
  • Use ldrh rather than load_unsigned_short for aarch64, use testbitdi for ppc.
    coleenp committed 3 days ago
  • Restore ACC in comment.
    coleenp committed 2 days ago
Loading