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

assert(adr_type != NULL) failed: expecting TypeKlassPtr

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 7u80, 8u40, 9
    • hotspot
    • None
    • b36
    • generic
    • generic
    • Verified

        Facebook reported crash in C2 in Parse::catch_inline_exceptions(). See attached hs_err file.
        It looks like very old problem.

        The problem happened during compilation of HiveMetastoreApiStats$1::call() method:

         public V call() throws Exception {
            try (TimeStat.BlockTimer timer = time.time()) {
                return callable.call();
            }
            catch (Exception e) {
                if (e instanceof MetaException) {
                    metastoreExceptions.update(1);
                }
                else if (e instanceof TException) {
                    thriftExceptions.update(1);
                }
                totalFailures.update(1);
                throw e;
            }
        }

            Loading...
            Uploaded image for project: 'JDK'
            1. JDK
            2. JDK-8059299

            assert(adr_type != NULL) failed: expecting TypeKlassPtr

              • Icon: Bug Bug
              • Resolution: Fixed
              • Icon: P2 P2
              • 9
              • 7u80, 8u40, 9
              • hotspot
              • None
              • b36
              • generic
              • generic
              • Verified

                  Facebook reported crash in C2 in Parse::catch_inline_exceptions(). See attached hs_err file.
                  It looks like very old problem.

                  The problem happened during compilation of HiveMetastoreApiStats$1::call() method:

                   public V call() throws Exception {
                      try (TimeStat.BlockTimer timer = time.time()) {
                          return callable.call();
                      }
                      catch (Exception e) {
                          if (e instanceof MetaException) {
                              metastoreExceptions.update(1);
                          }
                          else if (e instanceof TException) {
                              thriftExceptions.update(1);
                          }
                          totalFailures.update(1);
                          throw e;
                      }
                  }

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

                          Created:
                          Updated:
                          Resolved:

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

                              Created:
                              Updated:
                              Resolved: