You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Remko Popma (JIRA)" <ji...@apache.org> on 2016/11/06 14:22:58 UTC

[jira] [Closed] (LOG4J2-1672) (GC) Avoid allocating temporary objects in LevelRangeFilter

     [ https://issues.apache.org/jira/browse/LOG4J2-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remko Popma closed LOG4J2-1672.
-------------------------------
    Resolution: Fixed

Fixed in master by overriding unrolled varargs methods.

> (GC) Avoid allocating temporary objects in LevelRangeFilter
> -----------------------------------------------------------
>
>                 Key: LOG4J2-1672
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1672
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Filters
>    Affects Versions: 2.7
>            Reporter: Remko Popma
>            Assignee: Remko Popma
>             Fix For: 2.8
>
>
> Make LevelRangeFilter garbage-free.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: [jira] [Closed] (LOG4J2-1672) (GC) Avoid allocating temporary objects in LevelRangeFilter

Posted by Remko Popma <re...@gmail.com>.
ah ok

On Mon, Nov 7, 2016 at 12:55 AM, Matt Sicker <bo...@gmail.com> wrote:

> The @PerformanceSensitive("allocation") annotation would work.
>
> On 6 November 2016 at 09:13, Remko Popma <re...@gmail.com> wrote:
>
>> What do you suggest?
>>
>> Sent from my iPhone
>>
>> On 6 Nov 2016, at 23:46, Gary Gregory <ga...@gmail.com> wrote:
>>
>> Needs code comments...
>>
>> On Nov 6, 2016 6:22 AM, "Remko Popma (JIRA)" <ji...@apache.org> wrote:
>>
>>>
>>>      [ https://issues.apache.org/jira/browse/LOG4J2-1672?page=com.a
>>> tlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>>
>>> Remko Popma closed LOG4J2-1672.
>>> -------------------------------
>>>     Resolution: Fixed
>>>
>>> Fixed in master by overriding unrolled varargs methods.
>>>
>>> > (GC) Avoid allocating temporary objects in LevelRangeFilter
>>> > -----------------------------------------------------------
>>> >
>>> >                 Key: LOG4J2-1672
>>> >                 URL: https://issues.apache.org/jira/browse/LOG4J2-1672
>>> >             Project: Log4j 2
>>> >          Issue Type: Improvement
>>> >          Components: Filters
>>> >    Affects Versions: 2.7
>>> >            Reporter: Remko Popma
>>> >            Assignee: Remko Popma
>>> >             Fix For: 2.8
>>> >
>>> >
>>> > Make LevelRangeFilter garbage-free.
>>>
>>>
>>>
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.3.4#6332)
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>
>>>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>

Re: [jira] [Closed] (LOG4J2-1672) (GC) Avoid allocating temporary objects in LevelRangeFilter

Posted by Matt Sicker <bo...@gmail.com>.
The @PerformanceSensitive("allocation") annotation would work.

On 6 November 2016 at 09:13, Remko Popma <re...@gmail.com> wrote:

> What do you suggest?
>
> Sent from my iPhone
>
> On 6 Nov 2016, at 23:46, Gary Gregory <ga...@gmail.com> wrote:
>
> Needs code comments...
>
> On Nov 6, 2016 6:22 AM, "Remko Popma (JIRA)" <ji...@apache.org> wrote:
>
>>
>>      [ https://issues.apache.org/jira/browse/LOG4J2-1672?page=com.
>> atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Remko Popma closed LOG4J2-1672.
>> -------------------------------
>>     Resolution: Fixed
>>
>> Fixed in master by overriding unrolled varargs methods.
>>
>> > (GC) Avoid allocating temporary objects in LevelRangeFilter
>> > -----------------------------------------------------------
>> >
>> >                 Key: LOG4J2-1672
>> >                 URL: https://issues.apache.org/jira/browse/LOG4J2-1672
>> >             Project: Log4j 2
>> >          Issue Type: Improvement
>> >          Components: Filters
>> >    Affects Versions: 2.7
>> >            Reporter: Remko Popma
>> >            Assignee: Remko Popma
>> >             Fix For: 2.8
>> >
>> >
>> > Make LevelRangeFilter garbage-free.
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>
>>


-- 
Matt Sicker <bo...@gmail.com>

Re: [jira] [Closed] (LOG4J2-1672) (GC) Avoid allocating temporary objects in LevelRangeFilter

Posted by Remko Popma <re...@gmail.com>.
What do you suggest?

Sent from my iPhone

> On 6 Nov 2016, at 23:46, Gary Gregory <ga...@gmail.com> wrote:
> 
> Needs code comments...
> 
> 
>> On Nov 6, 2016 6:22 AM, "Remko Popma (JIRA)" <ji...@apache.org> wrote:
>> 
>>      [ https://issues.apache.org/jira/browse/LOG4J2-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>> 
>> Remko Popma closed LOG4J2-1672.
>> -------------------------------
>>     Resolution: Fixed
>> 
>> Fixed in master by overriding unrolled varargs methods.
>> 
>> > (GC) Avoid allocating temporary objects in LevelRangeFilter
>> > -----------------------------------------------------------
>> >
>> >                 Key: LOG4J2-1672
>> >                 URL: https://issues.apache.org/jira/browse/LOG4J2-1672
>> >             Project: Log4j 2
>> >          Issue Type: Improvement
>> >          Components: Filters
>> >    Affects Versions: 2.7
>> >            Reporter: Remko Popma
>> >            Assignee: Remko Popma
>> >             Fix For: 2.8
>> >
>> >
>> > Make LevelRangeFilter garbage-free.
>> 
>> 
>> 
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org

Re: [jira] [Closed] (LOG4J2-1672) (GC) Avoid allocating temporary objects in LevelRangeFilter

Posted by Gary Gregory <ga...@gmail.com>.
Needs code comments...

On Nov 6, 2016 6:22 AM, "Remko Popma (JIRA)" <ji...@apache.org> wrote:

>
>      [ https://issues.apache.org/jira/browse/LOG4J2-1672?page=
> com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Remko Popma closed LOG4J2-1672.
> -------------------------------
>     Resolution: Fixed
>
> Fixed in master by overriding unrolled varargs methods.
>
> > (GC) Avoid allocating temporary objects in LevelRangeFilter
> > -----------------------------------------------------------
> >
> >                 Key: LOG4J2-1672
> >                 URL: https://issues.apache.org/jira/browse/LOG4J2-1672
> >             Project: Log4j 2
> >          Issue Type: Improvement
> >          Components: Filters
> >    Affects Versions: 2.7
> >            Reporter: Remko Popma
> >            Assignee: Remko Popma
> >             Fix For: 2.8
> >
> >
> > Make LevelRangeFilter garbage-free.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>