We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caa7f0 commit 7a69707Copy full SHA for 7a69707
testing-common/integration-tests/src/test/java/instrumentation/AgentInstrumentationTest.java
@@ -56,7 +56,7 @@ void classPathSetUp() throws ClassNotFoundException {
56
if (loader != BOOTSTRAP_CLASSLOADER) {
57
bootstrapClassesIncorrectlyLoaded.add(bootstrapClass);
58
}
59
- } catch (ClassNotFoundException e) {
+ } catch (ClassNotFoundException | NoClassDefFoundError e) {
60
throw new RuntimeException(
61
"Failed to load bootstrap class: " + info.getName() + " in " + bootstrapPrefix, e);
62
0 commit comments