Add sysinfo_get_number_context_switches() - #7580
Conversation
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
851fd49 to
b01d73b
Compare
|
@babsingh Addressed your comments |
|
b01d73b to
f85f319
Compare
|
jenkins build all |
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
|
@thallium Can you provide an update on the issues that were encountered on Windows? |
Added a function to retrieve the number of context switches in the OMR port library. Also, added a basic functional test for the new function. This is needed for JFR ThreadContextSwitchRate event. Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
f85f319 to
511a659
Compare
it was failing because of eclipse-openj9/openj9#20158 and I was working on fixing those implicit conversions. Should be able to get a successful build on Windows today. |
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
|
@babsingh https://hyc-runtimes-jenkins.swg-devops.com/job/Build_JDK21_x86-64_windows_Personal/378/ successful build on Windows |
|
jenkins build all |
|
Windows and RISC failures are CI/infra related. @AdamBrousseau fyi, Previously, only RISC-V builds were failing. Now, Windows builds are failing as well. Also, why the Azure builds no longer run? |
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Known. Should be resolved soon. |
|
@0xdaryl Do you know why the Azure builds have stopped running? |
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Depends on: eclipse-omr/omr#7580 Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Added a function to retrieve the number of context switches in the OMR
port library. Also, added a basic functional test for the new function.
This is needed for JFR ThreadContextSwitchRate event.