526527528529530531532533534535536
return; } Trace trace = getTrace(); try { if (!isClosed()) { trace.error("Pooled connection not closed", openStackTrace); JdbcXAConnection.this.close(); } } catch (SQLException e) { trace.debug("finalize", e); }