Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] JDT/Core performance patch TAKE 2

This is being resolved too. Some inconsistencies could occur when opening
many editors, with some having no unsaved changes. Such editor buffers
could get closed due to cache overflowing, and incorrectly reinitialized
when reused later. Not all editors where affected, only those for which
cache overflowing triggered a buffer close action (memory saving).

We will post another JDT/Core patch (239d) shortly on the JDT/Core resource
dev page.

Thanks to all for feedback, hoping this is the final patch for this
issue...
- The JDT/Core team.



|---------+----------------------------->
|         |           Claude_Knaus@oti.c|
|         |           om                |
|         |           Sent by:          |
|         |           eclipse-dev-admin@|
|         |           eclipse.org       |
|         |                             |
|         |                             |
|         |           04/16/2002 01:46  |
|         |           PM                |
|         |           Please respond to |
|         |           eclipse-dev       |
|         |                             |
|---------+----------------------------->
  >-----------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                             |
  |        To:      eclipse-dev@xxxxxxxxxxx                                                                                     |
  |        cc:      eclipse-dev@xxxxxxxxxxx, jdt-core-dev@xxxxxxxxxxx                                                           |
  |        Subject: Re: [eclipse-dev] JDT/Core performance patch TAKE 2                                                         |
  >-----------------------------------------------------------------------------------------------------------------------------|




I'm seeing a problem with 239c: When I save compilation units which were
opened on workbench launch, the
content gets reverted. This doesn't happen with the text editor.


                                                                          
   Philippe_Mulet@xxxxxxx                                                 
   Sent by:                           To:        jdt-core-dev@xxxxxxxxxxx 
   eclipse-dev-admin@eclipse.                                             
   org                                cc:        eclipse-dev@xxxxxxxxxxx  
                                      Subject:        [eclipse-dev]       
                              JDT/Core performance patch TAKE 2           
   16.04.2002 13:19                                                       
   Please respond to                                                      
   eclipse-dev                                                            
                                                                          




We think we have identified and solved the ClassCastException caused by the
previous performance patch.

We have posted a NEW performance patch, which you can get at:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/org.eclipse.jdt.core239c.zip


Original performance issue is:
http://dev.eclipse.org/bugs/show_bug.cgi?id=13393

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev







Back to the top