- 13 1月, 2020 1 次提交
-
-
由 andrew 提交于
Reviewed-by: mbalao
-
- 20 8月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Weakened too strong assert. Reviewed-by: kvn, roland --HG-- extra : rebase_source : ad2511a886c7c243487bcb8c02289900400e2b93
-
- 11 1月, 2016 1 次提交
-
-
由 roland 提交于
Summary: partial peel can leave a pinned node between predicates and loop and prevent some loop predication Reviewed-by: kvn, phh, andrew
-
- 11 7月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, mcberg Contributed-by: ygaevsky@azul.com
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 27 2月, 2015 1 次提交
-
-
由 fzhinkin 提交于
Reviewed-by: iveresov
-
- 28 10月, 2019 1 次提交
-
-
由 fyang 提交于
Summary: Duplicate cmp node in empty loop if it has other users Reviewed-by: neliasso, thartmann Contributed-by: wanghuang3@huawei.com, xietuo@huawei.com
-
- 11 9月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: zgu
-
- 16 9月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: kvn
-
- 15 6月, 2018 1 次提交
-
-
由 kvn 提交于
Summary: convert the assert into compilation check which will skip superword optimization Reviewed-by: roland, thartmann
-
- 14 12月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: thartmann, kvn
-
- 21 1月, 2019 1 次提交
-
-
由 fyang 提交于
Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
-
- 11 3月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic. Reviewed-by: kvn, dlong, redestad, neliasso
-
- 05 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Prevent downgraded compilation tasks from recompiling. Reviewed-by: sgehwolf, thartmann, andrew
-
- 03 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Includes compile_id addition from JDK-8054492 Reviewed-by: andrew
-
- 02 5月, 2019 1 次提交
-
-
由 rraghavan 提交于
Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same Reviewed-by: dlong, kvn, vlivanov
-
- 19 2月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not. Reviewed-by: vlivanov, mdoerr
-
- 18 6月, 2019 1 次提交
-
-
由 ogatak 提交于
Reviewed-by: mdoerr, goetz Contributed-by: NBruno Rosa <bruno.rosa@eldorado.org.br>, Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>, Igor Nunes <igor.nunes@eldorado.org.br>, Martin Doerr <martin.doerr@sap.com>
-
- 30 4月, 2019 1 次提交
-
-
由 thartmann 提交于
Summary: Guard against regions degraded to copies. Reviewed-by: kvn
-
- 11 3月, 2019 1 次提交
-
-
由 ctornqvi 提交于
8180904: Hotspot tests running with -agentvm failing due to classpath Summary: Add -cp System.getProperty("java.class.path") to ProcessBuilder arguments. Reviewed-by: sla, gtriantafill
-
- 24 10月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: neliasso, kvn
-
- 22 10月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 15 10月, 2018 3 次提交
-
-
由 thartmann 提交于
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling Summary: Regression test and additional asserts. The problem is fixed by 8087341. Reviewed-by: kvn
-
由 iignatyev 提交于
Reviewed-by: kvn
-
由 anoll 提交于
Summary: Replace shell script with Java-only code Reviewed-by: kvn, iignatyev
-
- 07 2月, 2018 1 次提交
-
-
由 bgopularam 提交于
Reviewed-by: kvn Contributed-by: vaibhav.x.choudhary@oracle.com
-
- 07 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: kvn
-
- 21 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Bailout if OSR entry is unreachable. Reviewed-by: thartmann Contributed-by: NAndreas Woess <andreas.woess@oracle.com>
-
- 11 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Change TypeF:eq and TypeD:eq to compare NaN values using a bitwise comparison. Reviewed-by: kvn Contributed-by: NStefan Anzinger <stefan.anzinger@oracle.com>
-
- 10 8月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-
- 09 11月, 2017 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-
- 10 8月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-
- 12 4月, 2017 1 次提交
-
-
由 vkempik 提交于
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE. Reviewed-by: vlivanov
-
- 25 7月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Require equal bases when unaliasing offsets for raw accesses Reviewed-by: thartmann, kvn
-
- 17 2月, 2017 2 次提交
- 08 3月, 2017 1 次提交
-
-
由 shade 提交于
Reviewed-by: vlivanov
-
- 02 12月, 2016 1 次提交
-
-
由 dbuck 提交于
Summary: made 8027631 first arg skip applicable to not inlined virtual callsite too. Reviewed-by: kvn, jcm
-
- 24 11月, 2016 2 次提交