Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083104 | emb-9 | Vladimir Kozlov | P2 | Resolved | Fixed | b36 |
JDK-8063351 | 8u45 | Vladimir Kozlov | P2 | Resolved | Fixed | b01 |
JDK-8061428 | 8u40 | Vladimir Kozlov | P2 | Closed | Fixed | b12 |
JDK-8071086 | emb-8u47 | Vladimir Kozlov | P2 | Resolved | Fixed | team |
JDK-8072210 | 7u85 | Vladimir Kozlov | P2 | Resolved | Fixed | b01 |
JDK-8061567 | 7u80 | Vladimir Kozlov | P2 | Closed | Fixed | b03 |
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;
}
}
- backported by
-
JDK-8063351 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Resolved
-
-
JDK-8071086 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Resolved
-
-
JDK-8072210 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Resolved
-
-
JDK-8083104 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Resolved
-
-
JDK-8061428 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Closed
-
-
JDK-8061567 assert(adr_type != NULL) failed: expecting TypeKlassPtr
-
- Closed
-
- relates to
-
JDK-8303513 C2: LoadKlassNode::make fails with 'expecting TypeKlassPtr'
-
- Resolved
-
-
JDK-8061563 Typo in test/compiler/exceptions/CatchInlineExceptions.java
-
- Resolved
-
-
JDK-8069183 Reliable, reproducable SIGSEGV
-
- Closed
-