JDK-5026972 : (classes_lang) Clean up hiding of exception backtrace field
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.5.1
  • Priority: P5
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2004-04-05
  • Updated: 2014-02-06
  • Resolved: 2014-02-06
Related Reports
Relates :  
Relates :  
Relates :  
Description
4496456 illustrated the need to hide the "backtrace" field in
java.lang.Throwable from consumption by reflection. 5012949 illustrated the need
to hide some additional fields in other classes. The mechanism introduced in the
Java libraries for 5012949 is more general than the code added to jvm.cpp for
4496456; we should remove the code in the VM for 4496456 and filter out the
backtrace field at the Java level.

Comments
See JDK-5026971.
06-02-2014

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
14-06-2004

EVALUATION Minor cleanup but should be done for 1.5.1. ###@###.### 2004-04-05
05-04-2004