ADF Bugs

I'm not sure if this ADF or JSF or Java VM bugs, but i'm having this bugs while using JDeveloper 10g and ADF Toplink technology. So i assume this is ADF bugs.


How to produce this bugs ?
1. Open JDeveloper IDE
2. Create new JSF page
3. Add a lot of component ex 1000 command button just like this

ADF Bugs

4. Run


The console will throw error like this :
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d741046, pid=3156, tid=1616
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
# Problematic frame:
# V  [jvm.dll+0x61046]
#
# An error report file with more information is saved as hs_err_pid3156.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Process exited with exit code 1.