Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8363837

Make StubRoutines::crc_table_adr() into platform-specific method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • 26, repo-leyden
    • hotspot
    • b09

      StubRoutines::_crc_table_adr and _crc32c_table_addr are used by initial stubs. In leyden these addresses should be recorded in AOTCodeAddressTable to be used by AOTed stubs. But recording in AOTCodeAddressTable is done in AOTCodeCache::init2() before initial stubs are generated and these tables addresses are set.

      We need to move _crc_table_adr and _crc32c_table_addr initialization to preuniverse stubs to be available in AOTCodeCache::init2().

      Note, initialization of this addresses do not generate any assembler blobs.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: