Integrated: 8290218: AIX build failure by JDK-8289780

2022-07-13 Thread Ichiroh Takiguchi
On Wed, 13 Jul 2022 16:55:38 GMT, Ichiroh Takiguchi wrote: > AIX build was failed by following messages: > > * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: > ld: 0711-317 ERROR: Undefined symbol: collector_func_load > ld: 0711-317 ERROR: Undefined symbol:

Re: RFR: 8290218: AIX build failure by JDK-8289780 [v2]

2022-07-13 Thread Thomas Stuefe
On Thu, 14 Jul 2022 00:42:55 GMT, Ichiroh Takiguchi wrote: >> AIX build was failed by following messages: >> >> * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: >> ld: 0711-317 ERROR: Undefined symbol: collector_func_load >> ld: 0711-317 ERROR: Undefined symbol:

Re: RFR: 8289711: Add container configuration data to mbeans [v2]

2022-07-13 Thread xpbob
On Tue, 12 Jul 2022 15:48:57 GMT, Alan Bateman wrote: >>> @AlanBateman @jerboaa That's a good idea.Adding a special bean is only >>> available on Linux systems.I do not know the process of creating a CSR, can >>> you help me create a CSR >> >> It's too early to think about a CSR, probably a

Re: RFR: 8289711: Add container configuration data to mbeans [v6]

2022-07-13 Thread xpbob
> Container configuration information is useful for troubleshooting > problems,Exposing information in MBeans is ideal for monitoring, jConsole, > and other scenarios. > Results the following >

Re: RFR: 8289711: Add container configuration data to mbeans [v5]

2022-07-13 Thread xpbob
> Container configuration information is useful for troubleshooting > problems,Exposing information in MBeans is ideal for monitoring, jConsole, > and other scenarios. > Results the following >

Re: RFR: 8289711: Add container configuration data to mbeans [v4]

2022-07-13 Thread xpbob
> Container configuration information is useful for troubleshooting > problems,Exposing information in MBeans is ideal for monitoring, jConsole, > and other scenarios. > Results the following >

Re: RFR: 8289711: Add container configuration data to mbeans [v3]

2022-07-13 Thread xpbob
> Container configuration information is useful for troubleshooting > problems,Exposing information in MBeans is ideal for monitoring, jConsole, > and other scenarios. > Results the following >

Re: RFR: 8290218: AIX build failure by JDK-8289780 [v2]

2022-07-13 Thread Ichiroh Takiguchi
On Wed, 13 Jul 2022 19:37:50 GMT, Ioi Lam wrote: >> Ichiroh Takiguchi has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8290218: AIX build failure by JDK-8289780 > > Changes requested by iklam (Reviewer). Hello @iklam . I appreciate your

Re: RFR: 8290218: AIX build failure by JDK-8289780 [v2]

2022-07-13 Thread Ioi Lam
On Thu, 14 Jul 2022 00:42:55 GMT, Ichiroh Takiguchi wrote: >> AIX build was failed by following messages: >> >> * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: >> ld: 0711-317 ERROR: Undefined symbol: collector_func_load >> ld: 0711-317 ERROR: Undefined symbol:

Re: RFR: 8290218: AIX build failure by JDK-8289780 [v2]

2022-07-13 Thread Ichiroh Takiguchi
> AIX build was failed by following messages: > > * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: > ld: 0711-317 ERROR: Undefined symbol: collector_func_load > ld: 0711-317 ERROR: Undefined symbol: .collector_func_load > ld: 0711-344 See the loadmap file >

Re: RFR: 8256811: Delayed/missed jdwp class unloading events [v17]

2022-07-13 Thread Chris Plummer
On Wed, 13 Jul 2022 13:20:45 GMT, Zhengyu Gu wrote: >> Ok. Everything is passing after your latest fix. >> >> I think the test still has a synchronization bug, but probably not something >> important enough to worry about, and I'm guessing a lot of tests have this >> issue. The test disables

Re: RFR: 8290218: AIX build failure by JDK-8289780

2022-07-13 Thread Ioi Lam
On Wed, 13 Jul 2022 16:55:38 GMT, Ichiroh Takiguchi wrote: > AIX build was failed by following messages: > > * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: > ld: 0711-317 ERROR: Undefined symbol: collector_func_load > ld: 0711-317 ERROR: Undefined symbol:

Re: RFR: 8256811: Delayed/missed jdwp class unloading events [v17]

2022-07-13 Thread Chris Plummer
On Tue, 12 Jul 2022 22:02:59 GMT, Zhengyu Gu wrote: >> Currently, jdi only check and process class unloading event when it detects >> a new GC cycle. >> >> After [JDK-8212879](https://bugs.openjdk.org/browse/JDK-8212879), posting >> class events can overlap with GC finish event, that results,

RFR: 8290218: AIX build failure by JDK-8289780

2022-07-13 Thread Ichiroh Takiguchi
AIX build was failed by following messages: * For target hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_link: ld: 0711-317 ERROR: Undefined symbol: collector_func_load ld: 0711-317 ERROR: Undefined symbol: .collector_func_load ld: 0711-344 See the loadmap file

Re: RFR: 8256811: Delayed/missed jdwp class unloading events [v17]

2022-07-13 Thread Zhengyu Gu
On Wed, 13 Jul 2022 01:14:48 GMT, Chris Plummer wrote: > Ok. Everything is passing after your latest fix. > > I think the test still has a synchronization bug, but probably not something > important enough to worry about, and I'm guessing a lot of tests have this > issue. The test disables