- 01 8月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 21 3月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: coleenp, mschoene Contributed-by: harold.seigel@oracle.com
-
- 02 2月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Fix method searches to handle static, private instance and overpass Reviewed-by: acorn
-
- 19 12月, 2016 1 次提交
-
-
由 zmajo 提交于
Summary: Check if field exists before possibly marking it as having initialized final updates. Reviewed-by: stsmirno, vlivanov, coleenp
-
- 14 12月, 2016 2 次提交
- 30 6月, 2016 1 次提交
-
-
由 coleenp 提交于
Summary: Illegal bytecodes which are detected later hit this assert first. Reviewed-by: jrose
-
- 12 12月, 2016 1 次提交
-
-
由 zmajo 提交于
Summary: Track initialized final field updates; disable constant folding if an update is detected. Reviewed-by: vlivanov, dnsimon, forax, never, kvn, coleenp
-
- 08 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: hseigel
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 19 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 02 5月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Null the InterpreterRuntime::member_name_arg_or_null return value when it is necessary Reviewed-by: jbachorik, coleenp, twisti
-
- 14 4月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 27 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: A dead scope of the local needs to be identified Reviewed-by: coleenp, vlivanov, mgronlun
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 15 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: Interpreter::remove_activation_entry() is not defined for the C++ interpreter Reviewed-by: roland, coleenp Contributed-by: NSeverin Gehwolf <sgehwolf@redhat.com>
-
- 02 12月, 2014 2 次提交
- 26 11月, 2014 1 次提交
-
-
由 roland 提交于
Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 11 11月, 2014 1 次提交
-
-
由 thartmann 提交于
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
-
- 07 5月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, dsimms
-
- 29 9月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: coleenp, minqi
-
- 16 8月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Fix zero build. Reviewed-by: coleenp Contributed-by: NSeverin Gehwolf <sgehwolf@redhat.com>
-
- 01 7月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files Reviewed-by: stefank, coleenp, dholmes
-
- 26 4月, 2016 1 次提交
-
-
由 aph 提交于
Summary: Complete support for 8132051 on Zero and fix failure on 64-bit big-endian systems Reviewed-by: andrew, chrisphi, coleenp
-
- 29 5月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: twisti, jrose, sspitsyn
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 16 4月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Correct handling of array of primitive type qualifiers during field and method resolution. Reviewed-by: acorn, hseigel, ahgross
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 19 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 30 8月, 2014 1 次提交
-
-
由 drchase 提交于
Summary: Added deallocation to destructor; hardened interface against misuse Reviewed-by: kvn
-
- 26 2月, 2014 1 次提交
-
-
由 roland 提交于
8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
-
- 15 4月, 2014 1 次提交
-
-
由 lfoltan 提交于
8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults. Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses. Reviewed-by: acorn, coleenp, kamg
-
- 10 3月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
-
- 20 2月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn Contributed-by: axel.siebenborn@sap.com
-
- 17 1月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Move access check above the check for non-static method Reviewed-by: lfoltan, coleenp
-
- 29 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: dholmes, kvn, stefank, twisti
-