Commit Graph

13876 Commits

Author SHA1 Message Date
openharmony_ci
62caefba91
!9586 Bugfix: heap pointer may be invalid after gc
Merge pull request !9586 from lukai/stringtablebugfix
2024-10-06 14:39:53 +00:00
openharmony_ci
95a639f8e3
!9596 [BugFix] 多ABC相同MethodID导致热重载Crash
Merge pull request !9596 from ZitongLi/hot_reload_same_method_id
2024-10-06 12:53:44 +00:00
openharmony_ci
90b3e5a016
!9576 Delete unused gc code
Merge pull request !9576 from 留红尘/ets_runtime/lhc/0927
2024-10-06 12:51:21 +00:00
openharmony_ci
348fba8064
!9587 Add UT for GC
Merge pull request !9587 from Sandee/ut_20240928
2024-10-06 10:27:40 +00:00
openharmony_ci
0bab4907f1
!9568 修复触发ConcurrentMark后立刻触发GC
Merge pull request !9568 from chentianyu/cherry-pick-1707377460
2024-10-06 10:25:21 +00:00
openharmony_ci
a6b79d553b
!9600 Fix FreeObjectList add free set bug
Merge pull request !9600 from dingwen/master
2024-10-06 10:23:01 +00:00
openharmony_ci
7afa06c128
!9562 avoid string construct when get method name
Merge pull request !9562 from zhouguangyuan0718/master-stringview
2024-10-06 06:12:21 +00:00
openharmony_ci
5d126d3a52
!9599 Trigger shared full for hidumper
Merge pull request !9599 from xiongluo/hidumper_shared_full
2024-10-05 14:23:11 +00:00
openharmony_ci
a753708663
!9538 Error_manager do not triggering
Merge pull request !9538 from 贺存茂/Error_manager0925
2024-10-03 10:24:52 +00:00
zhouguangyuan
4df9a1100c avoid string construct when get method name
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATZ4H
Signed-off-by: ZhouGuangyuan <zhouguangyuan1@huawei.com>
Change-Id: Ia03b70210aba3c17f6c008439bd2ef400f43ac51
2024-09-30 11:49:32 +08:00
dingwen
de20580539 Fix FreeObjectList add free set bug
Description:Change isAdded_ param from type bool to type uint64_t
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUN2T?from=project-issue

Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: I8e8d65664c4c0f04fa019dbf96774bd86c54e302
2024-09-30 09:38:09 +08:00
openharmony_ci
451a37c4a8
!9532 Fix CIR incorrectly converts float64 to int32
Merge pull request !9532 from chenqy930/fix-overflow-in-float64-to-int32
2024-09-29 16:01:56 +00:00
openharmony_ci
f9ad35e03c
!9430 RegExp GetFlags IR优化
Merge pull request !9430 from jiangmengyang/getflags
2024-09-29 15:59:34 +00:00
xiongluo
952dd2e92e Make hidumper api trigger shared full gc
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUM1T

Signed-off-by: xiongluo <xiongluo@huawei.com>
Change-Id: I7b893c0042489d9330058942b8c05bb7c45f3df5
2024-09-29 21:55:59 +08:00
openharmony_ci
c0b4ad5d18
!9535 优化normalize 获取静态常量
Merge pull request !9535 from jiangmengyang/normalize
2024-09-29 12:32:13 +00:00
openharmony_ci
6f39d86bc8
!9533 add appfreeze filter
Merge pull request !9533 from hhl/master
2024-09-29 12:24:26 +00:00
openharmony_ci
ebfb6afaeb
!9245 rectification of inconsistent code
Merge pull request !9245 from yangxiaoshuai2022/master
2024-09-29 12:21:32 +00:00
openharmony_ci
b680e14747
!9584 Add workaround when oom
Merge pull request !9584 from chenjingxiang/oom_br
2024-09-29 12:16:56 +00:00
openharmony_ci
c4df01ac54
!9588 修改日志界别
Merge pull request !9588 from shilei91/master
2024-09-29 09:25:07 +00:00
sandee
0f7e158c9d Add UT for GC
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUCV3
Signed-off-by: sandee <xieyunfei8@huawei.com>
Change-Id: I266dea6c7770db49a2d3d0ffb44a0d51a8a5dcd7
2024-09-29 16:25:48 +08:00
ZitongLi
e64543f089 Same method id of multi-abc
Issue:  https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUJIM
Signed-off-by: zitongli <lizitong1@huawei.com>
2024-09-29 16:09:27 +08:00
lhc
e7d1dc72ee Delete unused gc code
Delete unused gc code

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

Signed-off-by: lhc <liuhongchen5@huawei.com>
Change-Id: I5acf5b6e0d8510dfc53323fdecfb9772fe00e6be
2024-09-29 15:48:01 +08:00
c00513733
8b2af945d9 Fix CIR incorrectly converts float64 to int32
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATKC2

Signed-off-by: c00513733 <chenqiuyao@huawei.com>
Change-Id: I6c817fabcf7bea4389153fac7d29c7b2fd1a4f7d
2024-09-29 15:19:02 +08:00
openharmony_ci
977ae07069
!9569 Add AOT doc description
Merge pull request !9569 from herongpeng/fix_desc
2024-09-29 06:26:58 +00:00
openharmony_ci
8744106931
!8444 Optimized jit reusefunc
Merge pull request !8444 from 志新/lambda
2024-09-29 05:39:33 +00:00
hhl
b2c5e90bd5 add appfreeze filter
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATKMY

Signed-off-by: hhl <yinhuiling@huawei.com>
2024-09-29 12:02:52 +08:00
openharmony_ci
efb3869686
!9572 模块初始化期间suspendall响应不及时
Merge pull request !9572 from lukai/addSafepoint
2024-09-28 19:42:14 +00:00
openharmony_ci
475b42db2a
!9495 napi_get_array_length optimize
Merge pull request !9495 from huangzhenghua/master20240923
2024-09-28 16:56:39 +00:00
openharmony_ci
9bd14095a4
!9585 revert "Reason:add log for new Date"
Merge pull request !9585 from wpy111/master
2024-09-28 13:53:01 +00:00
openharmony_ci
6439104730
!9516 Fix type mismatching
Merge pull request !9516 from hewei/fix_returntype
2024-09-28 13:50:58 +00:00
openharmony_ci
8d997bc29b
!9542 Fix new js error before vm initialize and appfreeze cause GC reentrant bug
Merge pull request !9542 from dingwen/master
2024-09-28 13:48:23 +00:00
shilei91
0c7a24dbde fix log level
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUCXY?from=project-issue
Signed-off-by: shilei91 <shilei91@huawei.com>
Change-Id: I36b68971c4cc01a66437f4a5a9461fa41888452e
2024-09-28 20:52:16 +08:00
lukai
9298efedb8 Bugfix: heap pointer may be invalid after gc
Utf8data may be moved after shared full gc, so reload utf8Data after gc
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUC5O

Signed-off-by: lukai <lukai25@huawei.com>
Change-Id: Ia2154620280a8a9e6e390cf21ea275c4e35cb0b5
2024-09-28 16:49:50 +08:00
wupengyong
11d8008769 Reason: revert "Reason:add log for new Date"
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAUBUF?from=project-issue
Test: Build & Boot devices

Signed-off-by: wupengyong <wupengyong@huawei.com>
Change-Id: Icc6417e6bb470737f96ecbc02859d64b9e41b2c7
2024-09-28 15:49:30 +08:00
quiet-thought
9759638f0e Add workaround when oom
Issue: https://e.gitee.com/openharmony/issues/table?issue=IAU2J2

Signed-off-by: quiet-thought <chenjingxiang1@huawei.com>
Change-Id: I75a1f6c4cfa5f94e8af485b5a24db372ebbbe00b
2024-09-28 15:36:40 +08:00
openharmony_ci
4df828c825
!9425 [新需求]: Enable run_with_asan
Merge pull request !9425 from 李晨帅/asan
2024-09-28 05:16:46 +00:00
openharmony_ci
a9dbf7aa38
!9571 添加module模块UT用例
Merge pull request !9571 from 杨云飞/master
2024-09-28 05:14:21 +00:00
openharmony_ci
dd6abb4054
!9564 Update kfl lists 20240926
Merge pull request !9564 from kuchkovairina/20240925_kfl
2024-09-28 01:35:20 +00:00
openharmony_ci
c201821e8c
!9522 support HintGC native api
Merge pull request !9522 from xiongluo/hintgc
2024-09-28 01:19:22 +00:00
openharmony_ci
849f976c0b
!9552 Add retype for Array & Map opcodes
Merge pull request !9552 from 王不薄/retype_fix_partial
2024-09-28 01:14:24 +00:00
openharmony_ci
ad3be36f2d
!9556 修复sticky gc开启后regionTypeFlag校验失败问题
Merge pull request !9556 from Yiwei/edengc_fix
2024-09-28 01:10:46 +00:00
openharmony_ci
feeb4b8129
!9424 fix retype when solving char
Merge pull request !9424 from sunzibo/pr_fix_retype
2024-09-28 01:08:21 +00:00
openharmony_ci
cb56173534
!9480 Fix ark_disasm crashing with unsupported abc versions
Merge pull request !9480 from dongchao/logger_20240921
2024-09-28 01:05:59 +00:00
openharmony_ci
45f888b88e
!9554 Fix lazy import shadows dynamic import
Merge pull request !9554 from yaochaonan/lazy
2024-09-28 01:03:07 +00:00
openharmony_ci
f4de2af31c
!9553 Optimize test cases
Merge pull request !9553 from hlm2001/hlm_0926_br
2024-09-28 00:55:46 +00:00
openharmony_ci
4c7021e6b0
!9505 修复weakmap类型解析失败的问题
Merge pull request !9505 from qibao/master
2024-09-28 00:52:56 +00:00
openharmony_ci
9967cc94a8
!8609 Fix regress test
Merge pull request !8609 from 刘智杰/regress_test
2024-09-28 00:50:13 +00:00
杨云飞
96aa45f766 添加module模块UT用例
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAU749?from=project-issue

Signed-off-by: 杨云飞 <yangyunfei19@h-partners.com>
2024-09-27 18:23:49 +08:00
zhixin
12a75a7724 Optimized jit reusefunc
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAH4L5
Signed-off-by: zhixin <1757149461@qq.com>
2024-09-27 16:50:24 +08:00
harryhrp
51700ee35c Add AOT doc description
1.Add AOT doc description

Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAU60K

Signed-off-by: harryhrp <herongpeng@huawei.com>
Change-Id: I028a5884a27226a2c0718cc2956e2f8a927a7239
2024-09-27 16:41:05 +08:00