!7 // If you don't add the add-opens and allow-illegal-access crap // in the Java command line, this will fail. p-exp { vmBus_snoopToPrint(msg -> eq(msg, "makeAccessible_error")); assertEqualsVerbose("sync hm{}", structure(synchronizedMap())); assertTrueVerbose(unstructure("sync hm{}") instanceof SynchronizedMap); print("OK"); }