-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta
-
generic
-
generic
It seems that Object{Input,Output}Stream.verifySubclass could short-circuit return (before synchronizing on the aubclassAudits cache) if either of the following conditions are true:
- the class of the stream is actually Object{Input,Output}Stream itself
- there is no security manager
Doing that could improve performance and/or scalability under those conditions.
- the class of the stream is actually Object{Input,Output}Stream itself
- there is no security manager
Doing that could improve performance and/or scalability under those conditions.