Skip to content

Commit

Permalink
Reformat comment (#7713)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Feb 2, 2023
1 parent 00ae25b commit 3d571c3
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,14 @@ public boolean matches(ClassLoader cl) {
cl,
c -> {
// when ClassloadingInstrumentation is active, checking delegatesToBootstrap() below is
// not
// required, because ClassloadingInstrumentation forces all class loaders to load all of
// the
// classes in Constants.BOOTSTRAP_PACKAGE_PREFIXES directly from the bootstrap class
// not required, because ClassloadingInstrumentation forces all class loaders to load all
// the classes in Constants.BOOTSTRAP_PACKAGE_PREFIXES directly from the bootstrap class
// loader
//
// however, at this time we don't want to introduce the concept of a required
// instrumentation,
// and we don't want to introduce the concept of the tooling code depending on whether or
// not
// a particular instrumentation is active (mainly because this particular use case doesn't
// seem to justify introducing either of these new concepts)
// instrumentation, and we don't want to introduce the concept of the tooling code
// depending on whether a particular instrumentation is active (mainly because this
// particular use case doesn't seem to justify introducing either of these new concepts)
return !delegatesToBootstrap(cl);
});
}
Expand Down

0 comments on commit 3d571c3

Please sign in to comment.