{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":64223242,"defaultBranch":"master","name":"omr","ownerLogin":"pshipton","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2016-07-26T13:26:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18122812?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722619539.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"452de542761d1f6685c0e8d93abc116ed88a327f","ref":"refs/heads/revert-7414-cmdline-subincr","pushedAt":"2024-08-02T17:25:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Revert \"Add Xgc options for suballocator heap size and quick allocation\"","shortMessageHtmlLink":"Revert \"Add Xgc options for suballocator heap size and quick allocation\""}},{"before":null,"after":"0e07ad19c1f3a7ce41cebd121fde5756fa32fd0c","ref":"refs/heads/triage442bad","pushedAt":"2024-04-29T21:17:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #7303 from mpirvu/gra_redux2\n\nGRA changes to reduce JIT overhead at warm opt levels","shortMessageHtmlLink":"Merge pull request eclipse#7303 from mpirvu/gra_redux2"}},{"before":null,"after":"8037ccd0406c017f6a8043a8d04e19ac68f626f2","ref":"refs/heads/triage442g","pushedAt":"2024-04-29T21:16:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #7297 from a7ehuo/fix-VirtualGuardHeadMerger-1\n\nDo not continue to merge back cold path if guard2 block has been removed","shortMessageHtmlLink":"Merge pull request eclipse#7297 from a7ehuo/fix-VirtualGuardHeadMerger-1"}},{"before":null,"after":"e71d82ef2ce4ba94927a1424dae365957385213c","ref":"refs/heads/triage415a","pushedAt":"2023-12-12T13:44:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #7133 from BradleyWood/moreAVX512checks\n\nx86: Extend CPUID support","shortMessageHtmlLink":"Merge pull request eclipse#7133 from BradleyWood/moreAVX512checks"}},{"before":null,"after":"8b19b8082de56b067c23bafd59dd767a58d8c02f","ref":"refs/heads/triage415","pushedAt":"2023-12-12T13:43:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #5509 from themaplelab/jack-inliner-phase-3\n\nBenefitInliner phase 3/3: Classes for doing nested knapsack algorithm and the inlining.","shortMessageHtmlLink":"Merge pull request eclipse#5509 from themaplelab/jack-inliner-phase-3"}},{"before":"dffda1526b87346414aa5e901656ab8604320502","after":"1c6df6b4ebcab8b66b67e199e1853a578eb1c063","ref":"refs/heads/gcc11","pushedAt":"2023-11-30T02:07:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Update Port.cpp and omrsharedhelper.c to fix gcc11 compilation\n\nThe code fails to compile on zlinux with gcc 11.2 without fixes.\n```\nPort.cpp: In static member function 'static RCType\nPort::omrfile_stat(const char*, unsigned int, J9FileStat*)':\nPort.cpp:691:14: error: narrowing conversion of '4283649346' from\n'unsigned int' to 'int'\n[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnarrowing]\n 691 | case 0xFF534D42: /* CIFS_MAGIC_NUMBER */\n | ^~~~~~~~~~\n```\n\nThis one fails to compile on 32-bit.\n```\nIn file included from /usr/include/string.h:637,\n from ./unix/omrsharedhelper.c:34:\n./unix/omrsharedhelper.c: In function 'omr_unlinkControlFile':\n./unix/omrsharedhelper.c:419:9: error: '__builtin_strncpy' specified\nbound depends on the length of the source argument\n[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation]\n 419 | strncpy(originalErrMsg, currentErrMsg, msgLen);\n | ^~~~~~~\n./unix/omrsharedhelper.c:413:26: note: length computed here\n 413 | int32_t msgLen = strlen(currentErrMsg);\n | ^~~~~~~~~~~~~~~~~~~~~\n```\n\nSigned-off-by: Peter Shipton ","shortMessageHtmlLink":"Update Port.cpp and omrsharedhelper.c to fix gcc11 compilation"}},{"before":null,"after":"dffda1526b87346414aa5e901656ab8604320502","ref":"refs/heads/gcc11","pushedAt":"2023-11-29T05:20:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Update Port.cpp and omrsharedhelper.c to fix gcc11 compilation\n\nThe code fails to compile on zlinux with gcc 11.2 without fixes.\n```\nPort.cpp: In static member function 'static RCType\nPort::omrfile_stat(const char*, unsigned int, J9FileStat*)':\nPort.cpp:691:14: error: narrowing conversion of '4283649346' from\n'unsigned int' to 'int'\n[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnarrowing]\n 691 | case 0xFF534D42: /* CIFS_MAGIC_NUMBER */\n | ^~~~~~~~~~\n```\n\nThis one fails to compile on 32-bit.\n```\nIn file included from /usr/include/string.h:637,\n from ./unix/omrsharedhelper.c:34:\n./unix/omrsharedhelper.c: In function 'omr_unlinkControlFile':\n./unix/omrsharedhelper.c:419:9: error: '__builtin_strncpy' specified\nbound depends on the length of the source argument\n[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation]\n 419 | strncpy(originalErrMsg, currentErrMsg, msgLen);\n | ^~~~~~~\n./unix/omrsharedhelper.c:413:26: note: length computed here\n 413 | int32_t msgLen = strlen(currentErrMsg);\n | ^~~~~~~~~~~~~~~~~~~~~\n```\n\nSigned-off-by: Peter Shipton ","shortMessageHtmlLink":"Update Port.cpp and omrsharedhelper.c to fix gcc11 compilation"}},{"before":null,"after":"779c51b9568b18dbc6650c2ca284580e65aa4792","ref":"refs/heads/triage413","pushedAt":"2023-11-28T20:39:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #6984 from janvrany/pr/fix-groups2-initialization\n\nFix Linux cgroup2 initialization","shortMessageHtmlLink":"Merge pull request eclipse#6984 from janvrany/pr/fix-groups2-initiali…"}},{"before":null,"after":"03f6b9097eca7100cea51e96741df4c739853736","ref":"refs/heads/triage409","pushedAt":"2023-11-21T15:37:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Merge pull request #7148 from keithc-ca/dwarf_tag\n\nRecognize DWARF tags used by XCode 14.0.3+","shortMessageHtmlLink":"Merge pull request eclipse#7148 from keithc-ca/dwarf_tag"}},{"before":"a9142e3dcaa393be5248d4e800adccda27e19992","after":"a9283de47d961263dfcdaf22fd88cb90dcace5e3","ref":"refs/heads/filetag1","pushedAt":"2023-11-17T15:15:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Call libwrappers atoe_enableFileTagging() with ccsid\n\nThe libwrappers atoe_enableFileTagging() function has always taken the\nccsid, but it hasn't been passed. Move the code calling libwrappers to\natoe_setFileTaggingCcsid() and pass the ccsid.\n\nSigned-off-by: Peter Shipton ","shortMessageHtmlLink":"Call libwrappers atoe_enableFileTagging() with ccsid"}},{"before":null,"after":"a9142e3dcaa393be5248d4e800adccda27e19992","ref":"refs/heads/filetag1","pushedAt":"2023-11-17T15:14:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pshipton","name":"Peter Shipton","path":"/pshipton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18122812?s=80&v=4"},"commit":{"message":"Call libwrappers atoe_enableFileTagging() with ccsid\n\nThe libwrappers atoe_enableFileTagging() function has always taken the\nccsid, but it hasn't been passed. Move the code call to libwrappers to\natoe_setFileTaggingCcsid() and pass the ccsid.\n\nSigned-off-by: Peter Shipton ","shortMessageHtmlLink":"Call libwrappers atoe_enableFileTagging() with ccsid"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wMlQxNzoyNTozOS4wMDAwMDBazwAAAASQZdS-","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wMlQxNzoyNTozOS4wMDAwMDBazwAAAASQZdS-","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0xN1QxNToxNDozMy4wMDAwMDBazwAAAAOxtCmq"}},"title":"Activity · pshipton/omr"}