Skip to content

Commit

Permalink
- #110
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jan 6, 2017
1 parent 0cf7599 commit 291a54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsule/src/main/java/Capsule.java
Original file line number Diff line number Diff line change
Expand Up @@ -5568,7 +5568,7 @@ private void overridePlatformMBeanServer() {
interceptorField.set(platformMBeanServer, interceptor);
}
// accessible(ManagementFactory.class.getDeclaredField("platformMBeanServer")).set(null, this);
} catch (ReflectiveOperationException e) {
} catch (Throwable e) { // JDK 9 throws an IllegalAccessError
log(LOG_VERBOSE, "Overriding platform MBeanServer failed: " + e.getMessage());
log(LOG_VERBOSE, e);
// throw rethrow(e);
Expand Down

0 comments on commit 291a54e

Please sign in to comment.