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

False arguments calling dispatch_base for aarch64

XMLWordPrintable

    • b24
    • aarch64

      Making an issue for this PR without one: https://github.com/openjdk/jdk/pull/12706

      Description is as follows from the PR:
      -- In interp_masm_aarch64.cpp, dispatch_base was define as
      void dispatch_base(TosState state,
      address* table,
      bool verifyoop = true,
      bool generate_poll = false);

      -- But in dispatch_next of interp_masm_aarch64.cpp,
      it is called:
      dispatch_base(state,
      Interpreter::dispatch_table(state),
      generate_poll);

            jkarthikeyan Jasmine Karthikeyan
            jkarthikeyan Jasmine Karthikeyan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: