Commit Graph

14469 Commits

Author SHA1 Message Date
openharmony_ci
747e585c2a
!10250 Fix memory reached limit while heapdump
Merge pull request !10250 from 杨阳/fix_mem
2024-11-15 09:00:46 +00:00
Like
01f467af31 fix: parseInt is not correct handle exception
ParseInt is not correct handle exception after inlining

Issue: #IB3O6D
Signed-off-by: Like <zhenglike@huawei.com>
Change-Id: Ib16471a3931be2fb4541460213c2e56bc66eeb99
2024-11-15 16:46:40 +08:00
lukai
dccca8f81b Adjust limit which is used to trigger concurrent marking in sensitive
Adjust limit which is used to trigger concurrent marking in sensitive
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4HBM

Signed-off-by: lukai <lukai25@huawei.com>
Change-Id: Ia79d8227ced0dd7dbe68cd4850ce26a6b897321c
2024-11-15 15:38:07 +08:00
xwcai98
96e7101bc0 Open no gc macro
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB3UIT

Signed-off-by: xwcai98 <caixinwei5@huawei.com>
Change-Id: Ib2a48a1a8c1a54bd2d765a7127d2008d4e3e7964
2024-11-15 15:24:16 +08:00
yangliping
54640fbe70 delete white list
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4MUO?from=project-issue

Signed-off-by: yangliping <yangliping30@h-partners.com>
2024-11-15 15:13:13 +08:00
openharmony_ci
d3b5af8fd7
!10104 Bug fix when modify proto
Merge pull request !10104 from yinwuxiao/proto
2024-11-15 06:32:16 +00:00
openharmony_ci
4eebcebf46
!10241 Fix arkuix bug
Merge pull request !10241 from 刘智杰/array_sort
2024-11-15 04:09:10 +00:00
openharmony_ci
d6141430cf
!10233 fix: pgo save task may freeze gc
Merge pull request !10233 from Lasting/fix/pgo/freezegc
2024-11-15 03:58:14 +00:00
jiachong
91516f7dd4 GetPrototype方法中对象被错误的回收
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4KED
Signed-off-by: jiachong <jiachong6@huawei.com>
Change-Id: I20415533e83d860e028c22f603883d2bc562e918
2024-11-15 11:50:20 +08:00
dov1s
a5db84bf35 Opt TraceIC
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB32C4

Signed-off-by: dov1s <maojunwei1@huawei.com>
Change-Id: I2fd7b34302b2fb1444c8148857e5a521fcdef107
2024-11-15 11:35:04 +08:00
马志伟
ee294fe525 ccasionally has problems, need to comment first
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB43DD
Test: GGW Test

Signed-off-by: 马志伟 <mazhiwei10@h-partners.com>
2024-11-15 10:19:46 +08:00
chengzhihao
0426395fc2 Add LinkedList interface insertByIndex
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB3NZB

Signed-off-by: chengzhihao <chengzhihao7@h-partners.com>
2024-11-15 09:07:37 +08:00
openharmony_ci
36a96121f4
!10235 Adaptation macro switch for FastCreateDataProperty
Merge pull request !10235 from xingshunxiang/add_flag
2024-11-14 20:00:36 +00:00
yang-19970325
a7488f8d87 Fix memory reached limit while heapdump
Issue:    #IB4BSX
Signed-off-by: yang-19970325 <yangyang585@huawei.com>
2024-11-14 21:26:48 +08:00
sandee
a84d80025a Fix GC Unstable ut test cases
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4C75
Signed-off-by: sandee <xieyunfei8@huawei.com>
Change-Id: Iade6d0dc1a02d7124419bd3eb1415301eec1a2ec
2024-11-14 21:06:43 +08:00
yinwuxiao
d03b8622c7 Fix bug when modify proto.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB1VFX
Signed-off-by: yinwuxiao <yinwuxiao@huawei.com>
Change-Id: Ie058ca47ba8cc2c585c552144886ca0aa1826455
2024-11-14 20:24:56 +08:00
YuliCheng
50a3f0f992 Bitvector shared
Issue:                        https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB2M86
Signed-off-by: yulicheng <chengyuli1@huawei.com>
2024-11-14 17:53:45 +08:00
chenhantao
e5b559c5aa Remove Fuzz
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB3KT7

Signed-off-by: chenhantao <chenhantao3@huawei.com>
Change-Id: I248b99d1e925721a3247ad03f2dbd35c10cf3ec8
2024-11-14 17:24:49 +08:00
suyuehhh
5d7b4e7f57 cleancode: code format fix
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4DPW
Change-Id: I09adf9287daa2674767651fdc16df78fb1bd8479
Signed-off-by: suyuehhh <suyue13@huawei.com>
2024-11-14 16:21:04 +08:00
lhc
2f0f76bf59 Fixed compilation alarms
Fixed compilation alarms

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4DMQ?from=project-issue

Signed-off-by: lhc <liuhongchen5@huawei.com>
Change-Id: Ic44b88facaf258a60601ec4946539d4f1789d99c
2024-11-14 16:13:24 +08:00
yangxiaoshuai2022
f4806e2a7b fix warning of rawhepa translator
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB49YQ
Signed-off-by: yangxiaoshuai2022 <yangxiaoshuai@huawei.com>
2024-11-14 14:49:13 +08:00
lhc
1530f05a99 SendableArray add Of and CopyWithin API
SendableArray add Of and CopyWithin API

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4A3P?from=project-issue

Signed-off-by: lhc <liuhongchen5@huawei.com>
Change-Id: I0563b5610abc39cbd7464919f3ea7ddc444a8f0b
2024-11-14 14:16:16 +08:00
openharmony_ci
fd8fd6ae20
!10238 AllocateReadOnlyOrHugeObject has a pointer that is not null
Merge pull request !10238 from zhou-wenxuan/master
2024-11-14 05:05:44 +00:00
openharmony_ci
72c6beff23
!10231 Fix cannot find libark_jsruntime_test.so
Merge pull request !10231 from 志新/JIT_001
2024-11-14 05:03:08 +00:00
openharmony_ci
d144fb75ea
!10206 Deserialize region add alive object size statistics
Merge pull request !10206 from dingwen/statistic_br
2024-11-14 04:59:12 +00:00
openharmony_ci
fcc45c1db1
!10179 Optimized the method of obtaining SendableArray elements
Merge pull request !10179 from 留红尘/ets_runtime/lhc/1108_1
2024-11-14 04:48:12 +00:00
openharmony_ci
f755a4c2aa
!10175 SendableArray API filter process based on StableArray
Merge pull request !10175 from 留红尘/ets_runtime/lhc/1108
2024-11-14 04:44:18 +00:00
tuxiaohang
995898287c Heap::Allocate过程加入多线程检测
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB41IW
Signed-off-by: tuxiaohang <tuxiaohang@huawei.com>
Change-Id: Ida77ed9182b977e04b238ddcaffba7a769ad017a
2024-11-14 02:24:53 +00:00
l00799755
a206722a3a Fix record AOT fail when compilation cancelled
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB3SD0
Reason
The blue zone synchronizes with the yellow zone
Description
ERR_AOT_COMPILER_CALL_CANCELLED used  in some places in yellow zone, blue zone need to update these places to make changes same.
Tests
All required tests passed.

Signed-off-by: l00799755 <lujiahui4@huawei.com>
Change-Id: Id79c87bfd1a5a4e96033515b7c0defdb56355c4b
2024-11-14 09:57:59 +08:00
刘智杰
f6b5e9ed3d Fix arkuix bug
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB475Y?from=project-issue
Signed-off-by: 刘智杰 <liuzhijie9@huawei.com>
Change-Id: I378acc0c1162938fcec8385f95d291a5ce3354f2
2024-11-14 09:16:45 +08:00
zhouwenxuan
0eaec3bb22 Code alarm processing
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB457O

Signed-off-by: zhouwenxuan <zhouwenxuan1@huawei.com>
2024-11-13 18:32:53 +08:00
Like
6bea891f21 fix: pgo save task may freeze gc
Issue: #IB44BB
Signed-off-by: Like <zhenglike@huawei.com>
Change-Id: Iff2866b0be20ffcc4f5b13e091eb6dcf8412e9bb
2024-11-13 17:36:29 +08:00
xingshunxiang
2b6845c893 Adaptation macro switch
Description: FastCreateDataProperty adaptation macro switch
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB4379?from=project-issue
Signed-off-by: xingshunxiang <xingshunxiang@huawei.com>
Change-Id: Ic29275df0c7c9ff172cb08b3435a77676f59bfe0
2024-11-13 16:21:44 +08:00
zhixin
a5082c8971 Fix cannot find libark_jsruntime_test.so
Issue:  https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB41MS
Signed-off-by: zhixin <1757149461@qq.com>
2024-11-13 15:05:02 +08:00
openharmony_ci
d5527468e1
!10193 HeapDumpBeforeOOM can not trigger GC && add log
Merge pull request !10193 from wanghuan2022/master
2024-11-13 04:21:50 +00:00
openharmony_ci
c9eefb2b29
!10204 fix serialization does not support primitive types
Merge pull request !10204 from zhou-wenxuan/fix-serializer-primityve
2024-11-13 04:19:49 +00:00
openharmony_ci
9785c718f3
!10100 Optimize sort pcfilemanager
Merge pull request !10100 from 刘智杰/locale_compare
2024-11-13 04:17:00 +00:00
openharmony_ci
e04124faac
!10190 Tidy AOT code
Merge pull request !10190 from XinweiCai/tidy_aot_code
2024-11-13 04:12:35 +00:00
openharmony_ci
3bc45eb884
!10214 Add debug information
Merge pull request !10214 from maojunwei/fatallog
2024-11-13 04:10:47 +00:00
openharmony_ci
811daec3dc
!10208 fix the miss node of rawheap translator
Merge pull request !10208 from yangxiaoshuai2022/master
2024-11-12 12:03:39 +00:00
openharmony_ci
01de85f868
!10194 Remove handle self
Merge pull request !10194 from XinweiCai/remove_handle_self
2024-11-12 11:59:42 +00:00
openharmony_ci
f0ee956fb7
!10198 Fix JSMetadataTest TDD & Install rawheap_translator into ROM
Merge pull request !10198 from Yellow-Sky-Proton/metadata_fix
2024-11-12 11:54:35 +00:00
openharmony_ci
776a82d355
!10173 fix: fuzz test aotcompilerargsprepare
Merge pull request !10173 from Lasting/fix/fuzz
2024-11-12 11:52:07 +00:00
openharmony_ci
0f15d3f637
!10154 SharedBitVector
Merge pull request !10154 from YuliCheng/SharedBitVector
2024-11-12 11:49:49 +00:00
刘智杰
c420bd1fe9 Optimize Array.sort
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB106H?from=project-issue
Signed-off-by: 刘智杰 <liuzhijie9@huawei.com>

Change-Id: If301c6e3bfdff3381475f5728cb072b6bc65b1a6
2024-11-12 16:03:44 +08:00
openharmony_ci
fe6d89f659
!10185 add one policy that native binding size trigger full gc
Merge pull request !10185 from jinjiawei/addNativeTriggerFull
2024-11-12 08:01:56 +00:00
zhouwenxuan
e4a3cf988d fix serialization does not support primitive types.
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB3JZH

Signed-off-by: zhouwenxuan <zhouwenxuan1@huawei.com>
Change-Id: I2eca17129e7049132c2eb6f07349eaa00e7fba79
2024-11-12 14:35:00 +08:00
openharmony_ci
b9f948ff6a
!10148 StoreMiss return exception bugfix
Merge pull request !10148 from jiachong/jc_storemiss
2024-11-12 05:32:26 +00:00
openharmony_ci
4408cd16ad
!10183 ets_runtime add module UT
Merge pull request !10183 from jiachong/jc_ut3
2024-11-12 05:30:00 +00:00
openharmony_ci
ebf090b9c7
!10160 jsnapi的fuzz用例修改
Merge pull request !10160 from zhangyouyou/master
2024-11-12 05:27:37 +00:00