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.
EVALUATION
new bug filed in 5 update 6 bugid: perf regression... 6348045
10-11-2005
EVALUATION
that the *Critical functions should only be used when
the data is used for a very short time, and the operations
being performed in the critical regions are too slow
(compressing/decompressing/checksumming) and cause
slowdowns in multi-threaded programs.
I suspect the submitter is correct, and most of the calls to
JNI_*Critical should be replaced with the non-Critical versions
of same.