This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> Andrew's patch was to rewrite forName() and getClassLoader() > invocations to add a class argument. Mostly this is for > performance, since it avoids having to do the stack trace. It fixed > 27352 as a side-effect, but only for newly-compiled native code.
No, that's not true. The important case is within Class itself, where
a call is made (eg) from Class.getPackage() to Class.getClassLoader().
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |