Bug 283

Summary: GLBufferStateTracker produces too much garbage
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Michael Bien <bienator>
Status: VERIFIED FIXED    
Severity: normal CC: bienator
Priority: P3    
Version: 1   
Hardware: All   
OS: all   
URL: http://www.javagaming.org/forums/index.php?topic=15989.0
Type: DEFECT SCM Refs:
1d333a771ce0bc7c8594e21d031703f698f06a46
Workaround: ---

Description Sven Gothel 2010-03-24 07:50:14 CET


---- Reported by kbr 2007-02-27 11:02:59 ----

The thread http://www.javagaming.org/forums/index.php?topic=15989.0 indicates
that the GLBufferStateTracker, needed for catching misuse of the VBO/PBO-related
entry points, is producing too much garbage.



--- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT  ---

This bug was previously known as _bug_ 283 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=283
Comment 1 Sven Gothel 2010-08-24 13:09:06 CEST
Can't access the forum post anymore,
but if this is due to the 'autoboxing' due to the IntegerHashMap
this issue is solved using the new primitive type hash map.