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

Remove VM_Version::supports_fast_class_init_checks() in platform-specific code

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None

      This issue is to remove M_Version::supports_fast_class_init_checks() in platform-specific code as mentioned by [~vlivanov] here https://github.com/openjdk/jdk/pull/27676#discussion_r2427371470

      "FTR VM_Version::supports_fast_class_init_checks() is redundant in platform-specific code.

      The method is intended to be used in shared code to support dispatching between 2 execution modes, but for each platform is it known well ahead whether fast class init checks are supported or not.

      (It does make sense to keep it as an assert through.)"
       

            Unassigned Unassigned
            asmehra Ashutosh Mehra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: