Project

General

Profile

Activity

From 07/07/2024 to 08/05/2024

08/05/2024

01:36 PM Bug #9032: Reduce the number of exceptions that are being thrown
Dănuț,
I looked over your changes in r15367, Jast interpreter. I have a few questions here:
* in which cases @im...
Ovidiu Maxiniuc
09:29 AM Bug #9032 (WIP): Reduce the number of exceptions that are being thrown
I've created *9032a* and committed revision *15367*, the changes include:
* Avoid looking up methods when the signat...
Dănuț Filimon
09:05 AM Bug #9032: Reduce the number of exceptions that are being thrown
This is a separate issue created based on #7026-314.
From the same note:
4. Exceptions
|_. Class |_. Count |
|...
Dănuț Filimon
08:27 AM Bug #9032 (WIP): Reduce the number of exceptions that are being thrown
Dănuț Filimon
10:22 AM Bug #9019 (Review): reduce the usage of capturing lambdas in FWD runtime
I committed my last changes to *9019a revision 15368*.
There were some changes before that were doing more bad tha...
Stefanel Pezamosca
06:17 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Attached is the capturing lambda with 9019a/15367 and some changes I didn't yet commit. Constantin Asofiei
03:19 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
For now, just to be on the safe side I made a new Runnable field to store and use it in case all previous values are ... Stefanel Pezamosca

08/02/2024

05:25 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Can @setActiveBuffer@ ever be called while another call is active? I mean, currently we bracket this with @setActiveB... Constantin Asofiei
03:47 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
So, in @BaseRecord@ the only capturing lambda use I've seen is this one in @setActiveBuffer()@:... Stefanel Pezamosca

08/01/2024

10:08 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
I committed to branch 9019a: (15363..15366)
* Extracted processCommit and processRollback lambdas to processCommitIm...
Stefanel Pezamosca

07/31/2024

10:34 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
> Will be true if we add @-Djmx.debug@ to JVM arguments.
> Or something similar.
Let's name it @-Dfwd_jmx_debug@ ...
Greg Shah
10:33 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
I committed to branch 9019a revision 15362:
* I added the JMX_DEBUG flag in @FwdServerJMX.java@.
* Skipped the HYD...
Stefanel Pezamosca
08:48 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
So, I can add something like:... Stefanel Pezamosca
08:26 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
I'm OK with that (for the debugging cases). The default should be no lambdas. Greg Shah
08:24 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Greg Shah wrote:
> Constantin Asofiei wrote:
> > Greg, adding a JVM-level argument to enable JMX lambdas may help (...
Constantin Asofiei
08:23 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Constantin Asofiei wrote:
> Greg, adding a JVM-level argument to enable JMX lambdas may help (this would mean that d...
Greg Shah
08:05 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Greg, adding a JVM-level argument to enable JMX lambdas may help (this would mean that depending on this flag we eith... Constantin Asofiei
07:38 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
No, that's still an instance created for the anon class. The point is to avoid instances being created (either via a... Constantin Asofiei
07:21 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Constantin, would this be considered as an improvement ? ... Stefanel Pezamosca
05:03 AM Bug #9019 (WIP): reduce the usage of capturing lambdas in FWD runtime
Sure, I will start working on this now. Stefanel Pezamosca
04:48 AM Bug #9019: reduce the usage of capturing lambdas in FWD runtime
Each capturing lambda in Java acts as a pseudo-anonymous class, and an instance of it is created on each call, to 'ca... Constantin Asofiei
04:36 AM Bug #9019 (Test): reduce the usage of capturing lambdas in FWD runtime
Constantin Asofiei

07/29/2024

02:44 AM Bug #9008: Trigger fired when iterating a Finalizable collection allows it to be modified
The main issue has been discussed in #8963-40 and #8963-44, the problem is as follows:
- When the Finalizables colle...
Dănuț Filimon
02:30 AM Bug #9008 (New): Trigger fired when iterating a Finalizable collection allows it to be modified
Dănuț Filimon

07/25/2024

08:54 AM Bug #6570 (Closed): stale procedure leak when appservers are used
Greg Shah
06:39 AM Bug #6570 (Test): stale procedure leak when appservers are used
This was fixed in a recent memory leak fix done for a large customer. This is no longer a problem and can be closed. Alexandru Lungu

07/22/2024

09:26 AM Feature #6410: implement additional built-in OO classes/interfaces
Constantin Asofiei wrote:
> * @oo/core/system/ArgumentError@
> ** why the static constructor is adding a @Argument ...
Marian Edu

07/21/2024

06:09 PM Feature #6410: implement additional built-in OO classes/interfaces
Partial (see above) review of 6410b, r15339-15357:
* general issues:
** the H entries do not contain a new number...
Ovidiu Maxiniuc

07/17/2024

08:41 AM Bug #8978: ErrorConditionException in not being propagated correctly
This ticket is derived from #8912-105. Artur Școlnic
08:40 AM Bug #8978: ErrorConditionException in not being propagated correctly
... Artur Școlnic
08:38 AM Bug #8978: ErrorConditionException in not being propagated correctly
myClass file... Artur Școlnic
08:35 AM Bug #8978 (Closed): ErrorConditionException in not being propagated correctly
Artur Școlnic
08:15 AM Feature #6410: implement additional built-in OO classes/interfaces
6410b rev 14873 built on trunk 14856 was rebased from trunk rev 15338 - new rev 15355.
rev 15356/15357 contains re...
Constantin Asofiei

07/10/2024

04:53 AM Bug #8643: ErrorManager not handling caught errors and error-status:error attribute properly
Found an interesting scenario when testing #8947 to expand another usage of @recordOrShowDatabaseError()@, the follow... Dănuț Filimon

07/09/2024

08:40 AM Bug #8944: FINALLY block transaction processing
In #8912-61, (and others), it was found that at least in this test FWD does not process the FINALLY blocks transactio... Constantin Asofiei
08:34 AM Bug #8944 (Review): FINALLY block transaction processing
Constantin Asofiei
 

Also available in: Atom