Re: New JBS component for the serviceability agent

2018-01-17 Thread jesper . wilhelmsson
> On 17 Jan 2018, at 23:26, David Holmes wrote: > > Hi Jesper, > > cc'd serviceability-dev > > On 18/01/2018 7:03 AM, jesper.wilhelms...@oracle.com wrote: >> Hi, >> A new JBS component is now available for the serviceability agent: >> hotspot/svc-agent >> This means that the old label svc-sa

Re: RFR(XXS): 8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1

2018-06-04 Thread jesper . wilhelmsson
Looks good. I'll sponsor this change. /Jesper > On 31 May 2018, at 19:59, Leonid Mesnik wrote: > > Thank you for review. > > It becomes a part of hotspot_tier2_runtime now and executed in tier2. (Also > in tier3 and higher tiers with other options.) > > Leonid > >> On May 31, 2018, at 10:47

Re: G1 young STW time in MBean

2015-05-25 Thread Jesper Wilhelmsson
er Jakub Kubrynski skrev den 25/5/15 22:42: Maybe we could propose some JSR about that? Using G1 without proper monitoring is like living on the edge :) Cheers, Jakub 2015-05-25 18:28 GMT+02:00 Jesper Wilhelmsson mailto:jesper.wilhelms...@oracle.com>>: As far as I know there hasn't

Re: PING: RFR: JDK-8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()

2015-05-27 Thread Jesper Wilhelmsson
Hi, I like that you removed _jvmti_force_gc from is_user_requested_gc() and used this method throughout. It is cleaner and is_user_requested_gc() makes more sense now. In vmCMSOperations.cpp I think the comment should say GCCause::_dcmd_gc_run. Besides that minor comment, looks good! Thanks

Re: PING: RFR: JDK-8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()

2015-05-28 Thread Jesper Wilhelmsson
wrote: Hi Jesper, Thank you for your comment. I will fix it. Thanks, Yasumasa On 2015/05/28 5:14, Jesper Wilhelmsson wrote: Hi, I like that you removed _jvmti_force_gc from is_user_requested_gc() and used this method throughout. It is cleaner and is_user_requested_gc() makes more sens

Re: RFR: 8147848: tmtools tests ported to JTREG need to be quarantined

2016-01-20 Thread Jesper Wilhelmsson
Den 20/1/16 kl. 18:04, skrev Daniel D. Daugherty: On 1/20/16 9:50 AM, Alexander Kulyakhtin wrote: Hi, Could you, please, review this quarantine request: CR: https://bugs.openjdk.java.net/browse/JDK-8147848 "https://bugs.openjdk.java.net/browse/JDK-8147848"; Webrev: http://cr.openjdk.java.net/~

Re: URGENT RFR 8153673 [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command

2016-04-06 Thread Jesper Wilhelmsson
://bugs.openjdk.java.net/browse/JDK-4858370 has been causing intermittent test failures in the JDK9-hs-rt nightly. I need reviews from Jesper Wilhelmsson and Serguei Spitsyn

Re: Jigsaw Enhancement RFR round #3: 8159145 Add JVMTI function GetNamedModule

2016-06-29 Thread Jesper Wilhelmsson
29 juni 2016 kl. 04:30 skrev David Holmes : > >> On 29/06/2016 12:09 PM, serguei.spit...@oracle.com wrote: >>> On 6/28/16 18:44, David Holmes wrote: On 29/06/2016 7:09 AM, serguei.spit...@oracle.com wrote: > On 6/28/16 14:02, Daniel D. Daugherty wrote: >> On 6/28/16 2:11 PM, serguei.s

Re: RFR(XS): 8155570: serviceability/tmtools/jstat/GcTest02.java fails with parallel GC

2016-10-06 Thread Jesper Wilhelmsson
Looks good! /Jesper Den 5/10/16 kl. 15:06, skrev Leonid Mesnik: Let me put following comment in eatMetaspaceAndHeap method: @Override public void eatMetaspaceAndHeap(float targetMemoryUsagePercent) { +// Metaspace should be filled before Java Heap to prevent unexpected OOME

Re: RFR(XS): JDK-8167034: Re-enable TestDaemonThread.java once JDK-8167001 is fixed

2016-10-13 Thread Jesper Wilhelmsson
Looks good! /Jesper Den 13/10/16 kl. 21:45, skrev Chris Plummer: Hello, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8167034 - diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/tes

RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-21 Thread Jesper Wilhelmsson
Hi, Could I have a few reviews of this change? Summary: To allow applications a more fine grained control over the GC over time, we'll make the flags MinHeapFreeRatio and MaxHeapFreeRatio manageable. The initial request that lead up to this change involved ParallelGC which is notoriously unw

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-27 Thread Jesper Wilhelmsson
the call site if the min and max values are inclusive or not - it was very obvious before. /Staffan On 21 jan 2014, at 22:49, Jesper Wilhelmsson wrote: Hi, Could I have a few reviews of this change? Summary: To allow applications a more fine grained control over the GC over time, we'l

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-28 Thread Jesper Wilhelmsson
Bengt, Thanks for looking at the change. Answers inline. Bengt Rutisson skrev 28/1/14 2:02 PM: Hi Jesper, On 2014-01-27 21:46, Jesper Wilhelmsson wrote: Staffan, Bengt, Mikael, Thanks for the reviews! I have made the changes you have suggested and a new webrev is available at: http

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-28 Thread Jesper Wilhelmsson
Thanks for the review! /Jesper Staffan Larsen skrev 28/1/14 8:09 AM: Looks good from my point of view. /Staffan On 27 jan 2014, at 21:46, Jesper Wilhelmsson mailto:jesper.wilhelms...@oracle.com>> wrote: Staffan, Bengt, Mikael, Thanks for the reviews! I have made the changes yo

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-29 Thread Jesper Wilhelmsson
Thanks for the review Mikael! /Jesper Mikael Gerdin skrev 29/1/14 3:48 PM: Hi Jesper, On Monday 27 January 2014 21.46.01 Jesper Wilhelmsson wrote: Staffan, Bengt, Mikael, Thanks for the reviews! I have made the changes you have suggested and a new webrev is available at: http

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-29 Thread Jesper Wilhelmsson
Hi Bengt, Just a short clarification inline. Looking forward to your comments later today. Bengt Rutisson skrev 29/1/14 4:41 PM: Hi Jesper, On 1/28/14 11:09 PM, Jesper Wilhelmsson wrote: Bengt, Thanks for looking at the change. Answers inline. Bengt Rutisson skrev 28/1/14 2:02 PM: Hi

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-29 Thread Jesper Wilhelmsson
it be more important to check if MinHeap < MaxHeap? (which also ensures it can not be 100). Bernd Am Wed, 29 Jan 2014 16:41:53 +0100 schrieb Bengt Rutisson : Hi Jesper, On 1/28/14 11:09 PM, Jesper Wilhelmsson wrote: Bengt, Thanks for looking at the change. Answers inline. Bengt Rutiss

Re: RFR: 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-01-29 Thread Jesper Wilhelmsson
esper Wilhelmsson wrote: Hi Bengt, Just a short clarification inline. Looking forward to your comments later today. Bengt Rutisson skrev 29/1/14 4:41 PM: Hi Jesper, On 1/28/14 11:09 PM, Jesper Wilhelmsson wrote: Bengt, Thanks for looking at the change. Answers inline. Bengt Rutisson skrev 28/1/14

RFR (backport of): 8028391 - Make the Min/MaxHeapFreeRatio flags manageable

2014-02-04 Thread Jesper Wilhelmsson
Hi, The patch from jdk9/hs-gc to make MinHeapFreeRatio and MaxHeapFreeRatio manageable flags and supported in ParallelGC applied cleanly to jdk8u/hs-dev. hsx/jdk7u60 required some manual labor to patch since the argument parsing code had moved around, but the relevant logic was untouched so I

Re: RFR: 8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608

2014-09-09 Thread Jesper Wilhelmsson
Hi Stefan, g1Flag is only used in one place. In my opinion it doesn't add any value having it as a variable rather than just putting the flag directly where it is used (keeping the comment of course): RunUtil.runTestClearGcOpts(main, nmFlag, lpFlag, "-XX:+UseSerialGC"); RunUtil.runTestClearGc

Re: RFR: 8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation

2020-10-01 Thread Jesper Wilhelmsson
I filed https://bugs.openjdk.java.net/browse/SKARA-752 to encourage the Skara team to have the bots check this before allowing integration. /Jesper > On 1 Oct 2020, at 23:06, Lindenmaier, Goetz wrote: > > Hi, > > Please open up a dummy copy JBS issue without confidential > information if you f

RFR: Merge jdk16

2020-12-16 Thread Jesper Wilhelmsson
Merge JDK 16 -> JDK 17 - Commit messages: - Merge - 8258338: Support deprecated records - 8241353: NPE in ToolProvider.getSystemJavaCompiler - 8255880: UI of Swing components is not redrawn after their internal state changed - 8257637: Update usage of "type" terminology in java.

Integrated: Merge jdk16

2020-12-16 Thread Jesper Wilhelmsson
On Thu, 17 Dec 2020 02:48:38 GMT, Jesper Wilhelmsson wrote: > Merge JDK 16 -> JDK 17 This pull request has now been integrated. Changeset: 11bd7a81 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/11bd7a81 Stats: 882 lines in 41 files changed: 659 i

RFR: Merge jdk16

2021-02-03 Thread Jesper Wilhelmsson
Forwardport JDK 16 -> JDK 17 - Commit messages: - Merge - 8259794: Remove EA from JDK 16 version string starting with Initial RC promotion on Feb 04, 2021(B35) - 8260704: ParallelGC: oldgen expansion needs release-store for _end - 8260927: StringBuilder::insert is incorrect witho

Integrated: Merge jdk16

2021-02-03 Thread Jesper Wilhelmsson
On Thu, 4 Feb 2021 01:17:48 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 16 -> JDK 17 This pull request has now been integrated. Changeset: 9b7a8f19 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/9b7a8f19 Stats: 2645 lines in 56 files changed

RFR: Merge jdk17

2021-06-14 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - 8267579: Thread::cooked_allocated_bytes() hits assert(left >= right) failed: avoid underflow - 8268342: java/foreign/channels/TestAsyncSocketChannels.java fails with "IllegalStateException: This segment is already closed" - 826863

Re: RFR: Merge jdk17 [v2]

2021-06-14 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. - Changes: - all: https://git.openjdk.java.net/jdk/pul

Integrated: Merge jdk17

2021-06-14 Thread Jesper Wilhelmsson
On Mon, 14 Jun 2021 14:28:33 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 17295b1b Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/17295b1bb02b2121978f1459b2e75c5e1031e7ea Stats:

RFR: Merge jdk17

2021-06-18 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8268316: Typo in JFR jdk.Deserialization event - 8268638: semaphores of AsyncLogWriter may be broken when JVM is exiting. - 8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java stack' missing from st

Re: RFR: Merge jdk17 [v2]

2021-06-18 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 46 commits: - Merge - 8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_

Integrated: Merge jdk17

2021-06-18 Thread Jesper Wilhelmsson
On Fri, 18 Jun 2021 22:17:41 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: b7d78a5b Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/b7d78a5b661e2b00f271298db3b6cc873cf754e7

RFR: Merge jdk17

2021-06-22 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8268404: [TESTBUG] tools/jpackage/windows/WinInstallerIconTest.java failed "AssertionError: Failed: Check icon" - 8267652: c2 loop unrolling by 8 results in reading memory past array - 8267399: C2: java/text/Normalizer/Con

Re: RFR: Merge jdk17 [v2]

2021-06-22 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 59 commits: - Merge - 8268290: Improve LockFreeQueue<> utility Reviewed-by: iwalulya, tschatzl - 8264941: Remo

Integrated: Merge jdk17

2021-06-22 Thread Jesper Wilhelmsson
On Wed, 23 Jun 2021 00:21:57 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: b6cfca8a Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/b6cfca8a89810c7ed63ebc34ed9855b66ebcb5d9 Stats:

RFR: Merge jdk17

2021-06-27 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8258746: illegal access to global field _jvmci_old_thread_counters by terminated thread causes crash - 8266269: Lookup::accessClass fails with IAE when accessing an arrayClass with a protected inner class as component clas

Integrated: Merge jdk17

2021-06-27 Thread Jesper Wilhelmsson
On Sun, 27 Jun 2021 23:05:10 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: a29953d8 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/a29953d805ac6360bcfe005bcefa60e112788494 Stats:

RFR: Merge jdk17

2021-06-29 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8269034: AccessControlException for SunPKCS11 daemon threads - 8269529: javax/swing/reliability/HangDuringStaticInitialization.java fails in Windows debug build - 8269232: assert(!is_jweak(handle)) failed: wrong method for

Integrated: Merge jdk17

2021-06-29 Thread Jesper Wilhelmsson
On Wed, 30 Jun 2021 00:31:34 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: ee526a2e Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/ee526a2ea840aedb97b23538f9d624acbccebc97 Stats:

Re: RFR: Merge jdk17 [v2]

2021-06-29 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 113 commits: - Merge - 8269615: Fix for 8263640 broke Windows build Reviewed-by: iklam, dcubed - 8269268: JDWP: Proper

Re: JEP 158

2012-06-20 Thread Jesper Wilhelmsson
o the list of levels yet that is exactly what I want. So I guess what I'm asking is, what would the spec look like if you removed the log levels from it and allowed me to define my own or to not even use levels at all. Regards, Kirk On 2012-06-20, at 1:03 AM, Jesper Wilhelmsson wrote: Hi K

Re: JEP 158

2012-06-20 Thread Jesper Wilhelmsson
Hi Kirk, 20 jun 2012 kl. 10:33 skrev Kirk Pepperdine <mailto:k...@kodewerk.com>>: Hi Jesper, On 2012-06-20, at 9:32 AM, Jesper Wilhelmsson wrote: Hi Kirk, I'm CC'ing serviceability on this since this is really their JEP and discussions around it should go on the servic

hg: hsx/hotspot-rt/hotspot: 8003985: Support @Contended Annotation - JEP 142

2013-01-14 Thread jesper . wilhelmsson
Changeset: 4a916f2ce331 Author:jwilhelm Date: 2013-01-14 15:17 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4a916f2ce331 8003985: Support @Contended Annotation - JEP 142 Summary: HotSpot changes to support @Contended annotation. Reviewed-by: coleenp, kvn, jrose C

RFR: JDK-8008790 - Promotion failed tracing event for all GCs

2013-02-25 Thread Jesper Wilhelmsson
Hi, I'm looking for a couple of reviews for the promotion failed tracing event, now implemented for ParNew and Serial GC. I have replaced the existing counters and booleans with a PromotionFailedInfo object and uses that throughout, so now promotion failed reporting (through the tracing fram

Re: RFR: JDK-8008790 - Promotion failed tracing event for all GCs

2013-02-26 Thread Jesper Wilhelmsson
/13 1:53 PM, Jesper Wilhelmsson wrote: Hi, I'm looking for a couple of reviews for the promotion failed tracing event, now implemented for ParNew and Serial GC. I have replaced the existing counters and booleans with a PromotionFailedInfo object and uses that throughout, so now promotion f

Re: RFR: JDK-8008790 - Promotion failed tracing event for all GCs

2013-03-06 Thread Jesper Wilhelmsson
Hi, Additional feedback resulted in a new webrev: http://cr.openjdk.java.net/~jwilhelm/8008790/webrev.hsx24.3/ Thanks, /Jesper On 26/2/13 4:54 PM, Jesper Wilhelmsson wrote: Hi, After some internal feedback a new version of the webrev is available at: http://cr.openjdk.java.net/~jwilhelm

Re: RFR: 8008917 CMS: Concurrent mode failure tracing event

2013-03-06 Thread Jesper Wilhelmsson
Looks good! Since we want to implement this event for G1 as well, maybe we should remove the "CMS" from the event name and path? Thanks, /Jesper On 1/3/13 6:34 PM, Kevin Walls wrote: Hi, I'd like some reviews on this CMS Concurrent Mode Failure event: http://cr.openjdk.java.net/~kevinw/800

Re: RFR: 8008917 CMS: Concurrent mode failure tracing event

2013-03-12 Thread Jesper Wilhelmsson
parent, as that change isn't in hsx24 yet (only latest, so a backport of that is required before pushing this). Thanks Kevin Jesper Wilhelmsson wrote: Looks good! Since we want to implement this event for G1 as well, maybe we should remove the "CMS" from the event name and path?

Re: Why the type of GCId in gcTrace.hpp is uint?

2013-03-14 Thread Jesper Wilhelmsson
Hi Yunda, Thanks for reporting this! It is a bug indeed. I filed CR 8010090 and will fix it asap. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8010090 Thanks, /Jesper On 14/3/13 11:59 AM, 云达(Yunda) wrote: Hi all, I notice that in gcTrace.hpp

RFR(XS): 8010227: Remove promotion failed from young collection event

2013-03-18 Thread Jesper Wilhelmsson
Could I have a couple of reviews for this really small change? Bug 8010227: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8010227 The young garbage collection tracing event has a boolean to indicate if a promotion failed has occurred or not. This information is also available in its own e

Re: RFR(XS): 8010227: Remove promotion failed from young collection event

2013-03-19 Thread Jesper Wilhelmsson
Yes, I'll do that. Thanks! /Jesper On 19/3/13 10:53 AM, Bengt Rutisson wrote: Hi Jesper, I think you can remove the YoungGCInfo class all together. Other than that it looks good. Bengt On 3/18/13 10:04 PM, Jesper Wilhelmsson wrote: Could I have a couple of reviews for this really

Re: RFR(XS): 8010227: Remove promotion failed from young collection event

2013-03-19 Thread Jesper Wilhelmsson
Thanks for looking at it! /Jesper On 19/3/13 2:31 AM, David Holmes wrote: This deletion looks fine to me. David On 19/03/2013 7:04 AM, Jesper Wilhelmsson wrote: Could I have a couple of reviews for this really small change? Bug 8010227: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id

Re: RFR: 8010514: G1: Concurrent mode failure tracing event

2013-04-12 Thread Jesper Wilhelmsson
Looks good. Ship it! /Jesper Kevin Walls skrev 12/4/13 12:46 PM: Hi, I'd like to get a review on this G1 event for hs24. It offers a similar warning to the concurrent mode failure in CMS when the concurrent part of the collection (concurrent mark here in G1) aborts (and is an event fairly equi

Re: Why the type of GCId in gcTrace.hpp is uint?

2013-04-17 Thread Jesper Wilhelmsson
/13 3:36 AM: Jesper, Thanks. I think you should consider that in trace.xml the type of compileID is INTEGER and the type of javalangthread is JAVALANGTHREAD. Since they all have similar meanings( as an ID), could they be a same type? Regards, Yunda -Original Message- From: Jesper Wilhel

Re: RFR (S): 8012086: The object count event should only send events for instances occupying more than 0.5% of the heap

2013-05-07 Thread Jesper Wilhelmsson
Hi, Please check with the serviceability team (CC:ed) before adding a flag to control the threshold. I suspect that they would prefer some tracing specific way to configure these thresholds. /Jesper Erik Helin skrev 7/5/13 2:58 PM: Hi Bengt, thanks for the review! On 05/07/2013 11:42 AM,

Re: RFR (S): 8012086: The object count event should only send events for instances occupying more than 0.5% of the heap

2013-05-07 Thread Jesper Wilhelmsson
e a trace event.", I think it would read better. But either way I'm fine with this change. /Jesper Thanks, Erik On 05/07/2013 03:54 PM, Jesper Wilhelmsson wrote: Hi, Please check with the serviceability team (CC:ed) before adding a flag to control the threshold. I suspect that th

Re: RFR (S): 8012086: The object count event should only send events for instances occupying more than 0.5% of the heap

2013-05-08 Thread Jesper Wilhelmsson
Erik Helin skrev 8/5/13 10:00 AM: Jesper, On 05/07/2013 09:52 PM, Jesper Wilhelmsson wrote: Erik Helin skrev 7/5/13 9:28 PM: Jesper, I've changed the flag to be an experimental flag instead of a product flag. Thanks! Please see new webrev at: http://cr.openjdk.java.net/~ehelin/80

Re: RFR (S): 8012086: The object count event should only send events for instances occupying more than 0.5% of the heap

2013-05-08 Thread Jesper Wilhelmsson
Erik Helin skrev 8/5/13 1:00 PM: Jesper, On 05/08/2013 10:20 AM, Jesper Wilhelmsson wrote: Erik Helin skrev 8/5/13 10:00 AM: Jesper, On 05/07/2013 09:52 PM, Jesper Wilhelmsson wrote: Erik Helin skrev 7/5/13 9:28 PM: Jesper, I've changed the flag to be an experimental flag instead

hg: jdk8/tl/jdk: 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace

2013-07-08 Thread jesper . wilhelmsson
Changeset: 715d00c95fb2 Author:ehelin Date: 2013-07-08 11:30 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/715d00c95fb2 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace Reviewed-by: alanb ! test/ProblemList.txt ! test/java/lang/management/Memo

RFR: Merge jdk17

2021-07-07 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8269929: (test) Add diagnostic info to ProceessBuilder/Basic.java for unexpected output - 8269185: Directories in /opt/runtimepackagetest and /path/to/jdk-17 are different - 8269879: [PPC64] C2: Math.rint intrinsic uses w

Integrated: Merge jdk17

2021-07-07 Thread Jesper Wilhelmsson
On Thu, 8 Jul 2021 00:01:43 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 270fbcb3 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/270fbcb3f5755baf045fa6dec3fba459d32c32e1 Stats:

Re: RFR: Merge jdk17 [v2]

2021-07-07 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 180 commits: - Merge - 8264735: Make dynamic dump repeatable Reviewed-by: ccheung, iklam - 8269481: SctpMultiChannel

RFR: Merge jdk17

2021-07-12 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8266345: (fs) Custom DefaultFileSystemProvider security related loops - 8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStruct field - 8268965: TCP Connection Reset when connecting simple socket to SSL se

Integrated: Merge jdk17

2021-07-13 Thread Jesper Wilhelmsson
On Mon, 12 Jul 2021 23:12:29 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 6b123b05 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/6b123b059136b0c1efa62a23824b9aa253e6a519 Stats:

RFR: Merge jdk17

2021-07-14 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8270422: Test build/AbsPathsInImage.java fails after JDK-8259848 - 8266313: (JEP-356) - RandomGenerator spec implementation requirements tightly coupled to JDK internal classes - 8270075: SplittableRandom extends AbstractS

Integrated: Merge jdk17

2021-07-14 Thread Jesper Wilhelmsson
On Wed, 14 Jul 2021 21:35:34 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 7d0edb57 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/7d0edb5743aacfc22f76ee8aa7b03d7dc0f90dca Stats:

RFR: Merge jdk17

2021-07-23 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8269984: [macos] JTabbedPane title looks like disabled - 8271173: serviceability/jvmti/GetObjectSizeClass.java doesn't check exit code - 8271189: runtime/handshake/HandshakeTimeoutTest.java can be run in driver mode The

Integrated: Merge jdk17

2021-07-23 Thread Jesper Wilhelmsson
On Fri, 23 Jul 2021 22:24:14 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 0dcfc42f Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/0dcfc42f230a4958c9349f4145093c5b02e06ad4 Stats:

RFR: Merge jdk17

2021-08-02 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8067223: [TESTBUG] Rename Whitebox API package - 8271150: Remove EA from JDK 17 version string starting with Initial RC promotion on Aug 5, 2021(B34) The webrevs contain the adjustments done while merging with regards to e

Re: RFR: Merge jdk17 [v2]

2021-08-02 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision: Revert "8271150: Remove EA from JDK 17 version string starting with Initial RC promotion on Aug 5, 2021(B34)" Thi

Integrated: Merge jdk17

2021-08-02 Thread Jesper Wilhelmsson
On Mon, 2 Aug 2021 23:30:55 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: c8add223 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/c8add223a10030e40ccef42e081fd0d8f00e0593 Stats:

RFR: Merge jdk17

2021-08-05 Thread Jesper Wilhelmsson
Forwardport JDK 17 -> JDK 18 - Commit messages: - Merge - 8270872: Final nroff manpage update for JDK 17 - 8271588: JFR Recorder Thread crashed with SIGSEGV in write_klass - 8271863: ProblemList serviceability/sa/TestJmapCore.java on linux-x64 with ZGC The webrevs contain the ad

Re: RFR: Merge jdk17 [v2]

2021-08-05 Thread Jesper Wilhelmsson
> Forwardport JDK 17 -> JDK 18 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 440 commits: - Merge - 8271293: Monitor class should use ThreadBlockInVMPreprocess Reviewed-by: dholmes, dcubed - 8

Integrated: Merge jdk17

2021-08-05 Thread Jesper Wilhelmsson
On Thu, 5 Aug 2021 23:49:48 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 17 -> JDK 18 This pull request has now been integrated. Changeset: 14692d5e Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/14692d5ed0652b867fcf28baafa498a9441683ac Stats:

RFR: 8276930: Update ProblemList

2021-11-10 Thread Jesper Wilhelmsson
Update a few entries in the problemlist that refer to bugs that have been closed as duplicates. - Commit messages: - Fixed duplicates Changes: https://git.openjdk.java.net/jdk/pull/6328/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6328&range=00 Issue: https://bugs

Re: RFR: 8276930: Update ProblemList [v2]

2021-11-10 Thread Jesper Wilhelmsson
> Update a few entries in the problemlist that refer to bugs that have been > closed as duplicates. Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision: Moved non-instrument tests to the right place - Changes:

Re: RFR: 8276930: Update ProblemList [v2]

2021-11-10 Thread Jesper Wilhelmsson
On Wed, 10 Nov 2021 16:42:37 GMT, Chris Plummer wrote: >> Jesper Wilhelmsson has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Moved non-instrument tests to the right place > > test/jdk/ProblemList.txt li

Integrated: 8276930: Update ProblemList

2021-11-10 Thread Jesper Wilhelmsson
On Wed, 10 Nov 2021 09:30:38 GMT, Jesper Wilhelmsson wrote: > Update a few entries in the problemlist that refer to bugs that have been > closed as duplicates. This pull request has now been integrated. Changeset: e27a67a9 Author:Jesper Wilhelmsson URL:

RFR: Merge jdk18

2021-12-10 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8277621: ARM32: multiple fastdebug failures with "bad AD file" after JDK-8276162 - 8278538: Test langtools/jdk/javadoc/tool/CheckManPageOptions.java fails after the manpage was updated - 8273179: Update nroff pages in JDK

Integrated: Merge jdk18

2021-12-10 Thread Jesper Wilhelmsson
On Fri, 10 Dec 2021 17:51:31 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: 61736f81 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/61736f81fb4a20375c83d59e2b37a00aafb11107 Stats:

RFR: Merge jdk18

2021-12-13 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8132785: java/lang/management/ThreadMXBean/ThreadLists.java fails intermittently - 8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276 - 8278580: ProblemList javax/swing/JTree/490

Re: RFR: Merge jdk18 [v2]

2021-12-13 Thread Jesper Wilhelmsson
> Forwardport JDK 18 -> JDK 19 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 29 additional commits since the last re

Integrated: Merge jdk18

2021-12-13 Thread Jesper Wilhelmsson
On Tue, 14 Dec 2021 01:35:43 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: 8401a059 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/8401a059bd01b32e3532f806d3d8b60e851c468a Stats:

RFR: Merge jdk18

2021-12-22 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8274315: JFR: One closed state per file or stream - 8271447: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters - 8278987: RunThese24H.java failed with EXCEPTION_ACCESS_VIOLATION in

Re: RFR: Merge jdk18 [v2]

2021-12-22 Thread Jesper Wilhelmsson
> Forwardport JDK 18 -> JDK 19 Jesper Wilhelmsson has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 104 commits: - Merge - 8279063: Consolidate push and push_if_necessary in PreservedMarks Reviewed-by: rkennke, mli, ts

Integrated: Merge jdk18

2021-12-22 Thread Jesper Wilhelmsson
On Wed, 22 Dec 2021 16:03:43 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: f1fbba23 Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/f1fbba23ebdb28a32977241f8e85b60e10878cbc Stats:

RFR: Merge jdk18

2022-01-19 Thread Jesper Wilhelmsson
Forwardport JDK 18 -> JDK 19 - Commit messages: - Merge - 8280233: Temporarily disable Unix domain sockets in Windows PipeImpl - 8278834: Error "Cannot read field "sym" because "this.lvar[od]" is null" when compiling - 8272058: 25 Null pointer dereference defect groups in 4 files

Integrated: Merge jdk18

2022-01-19 Thread Jesper Wilhelmsson
On Thu, 20 Jan 2022 00:28:55 GMT, Jesper Wilhelmsson wrote: > Forwardport JDK 18 -> JDK 19 This pull request has now been integrated. Changeset: 4616c13c Author:Jesper Wilhelmsson URL: https://git.openjdk.java.net/jdk/commit/4616c13c2f1ced8a8bdeed81f0469523932e91b5 Stats:

Re: 6941923: RFE: Handling large log files produced by long running Java Applications

2011-09-18 Thread Jesper Wilhelmsson
I agree with Dmitry here. I think the ability to log to syslog would be more useful than implementing our own rotation. /Jesper 12 sep 2011 kl. 12:14 skrev Dmitry Samersoff : > Yasumasa, > > Personally, I would prefer to add an ability to log to syslog then use > standard well known log handl