JDK-6922151 : Cleanup static caching of method/fieldIDs and unnecessary global references
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic,solaris
  • CPU: generic
  • Submitted: 2010-02-02
  • Updated: 2015-01-13
Related Reports
Duplicate :  
Description
There are many unnecessary JNI globals references to jclass objects and static caching of method/fieldsIDs in the networking native code. These should be cleaned up and only a single static reference should be stored for reuse.

Comments
EVALUATION The description is correct.
10-03-2010