--- old/test/hotspot/jtreg/testlibrary/jvmti/libSimpleClassFileLoadHook.c 2018-10-21 22:33:28.703025472 -0700 +++ new/test/hotspot/jtreg/testlibrary/jvmti/libSimpleClassFileLoadHook.c 2018-10-21 22:33:27.962997236 -0700 @@ -104,7 +104,7 @@ char* to; fprintf(stderr, "Agent library loaded with options = %s\n", options); - if (options != NULL && strncmp(options, "+early,", 7) == 0) { + if (options != NULL && strncmp(options, "-early,", 7) == 0) { early = 1; options += 7; }