History log of /openjdk10/hotspot/src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp
Revision Date Author Comments
# 12544:74cd588213de 12-Jan-2017 aharlap

8140588: Internal Error: gc/g1/ptrQueue.hpp:126 assert(_index == _sz) failed: invariant: queues are empty when activated
Summary: Re-check queue active state before updating
Reviewed-by: pliden, kbarrett, mdoerr


# 12434:9831cd4dd428 19-Dec-2016 aph

8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
Reviewed-by: aph
Contributed-by: kavitha.natarajan@linaro.org


# 11845:fefcad79cedf 16-Aug-2016 aph

8164113: AArch64: follow-up the fix for 8161598
Reviewed-by: dlong


# 11441:48a15de056b8 02-Jun-2016 fyang

8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
Summary: replace tst+br with tbz instruction when tst's constant operand is 2 power
Reviewed-by: aph


# 10034:022e1577a0f5 19-Jan-2016 aph

8146709: AArch64: Incorrect use of ADRP for byte_map_base
Reviewed-by: roland


# 10015:ea1dcbec9dcc 12-Jan-2016 aph

8146891: AArch64 needs patch for 8032463
Reviewed-by: kvn


# 9436:1191af6137ed 17-Nov-2015 kbarrett

8143014: Access PtrQueue member offsets through derived classes
Summary: Moved accessors to derived classes and updated callers.
Reviewed-by: tschatzl, jmasa, twisti


# 8426:e8f144c18e99 21-May-2015 amurillo

Merge


# 8413:92457dfb91bd 13-May-2015 pliden

8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david


# 8307:b7e5b185e33a 15-May-2015 enevill

8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64
Summary: Add support for PreserveFramePointer for debug/profile
Reviewed-by: kvn


# 7886:2b069b91bb98 02-Feb-2015 enevill

8072129: [AARCH64] missing fix for 8066900
Summary: add 8066900 fix to arm64 code.
Reviewed-by: kvn


# 7881:d498aba2c736 20-Jan-2015 aph

8068053: AARCH64: C1 and C2 compilers
Summary: add src/cpu/aarch64/vm/* C1 and C2 files
Reviewed-by: kvn, roland