JDK-6570035 : Cleanup unnecessary caching of JNI field IDs in solaris/PlainDatagramSocketImpl.c
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: generic
  • Submitted: 2007-06-15
  • Updated: 2010-11-19
  • Resolved: 2010-11-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Description
We don't need to lookup any of JNI field IDs individually. They have been defined in net_utils.h. Also, we should lookup java/lang/Boolean value field ID only once in init(), not individually by various functions.

Comments
EVALUATION see description
27-02-2008