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

Do not include vmSymbol.hpp in method.hpp

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • b10

      The popular header method.hpp includes vmSymbol.hpp for this inline function

        bool is_continuation_enter_intrinsic() const {
          return intrinsic_id() == vmIntrinsics::_Continuation_enterSpecial;
       }

      This causes the large header files vmSymbols.hpp and vmIntrinsics.hpp to be unnecessarily included by many HotSpot object files.

      The fix is to move this function to method.inline.hpp.

      (It might be performance critical since it's used by some loops that walk the call frames).

            iklam Ioi Lam
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: