- 06 12月, 2018 1 次提交
-
-
由 zgu 提交于
Reviewed-by: dholmes, dcubed, coleenp, kvn
-
- 07 7月, 2018 1 次提交
-
-
由 aph 提交于
Reviewed-by: dholmes
-
- 03 12月, 2018 1 次提交
-
-
由 dbuck 提交于
Summary: Introduce alignment-safe Copy::conjoint_swap and JVM_CopySwapMemory Reviewed-by: mikael, dholmes
-
- 20 8月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: define method's empty body in 32-bit VM. Reviewed-by: coleenp
-
- 25 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Correction of failed backport of JDK-8211394 via JDK-8212696. Reviewed-by: dholmes, coffeys
-
- 24 10月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: neliasso, kvn
-
- 22 10月, 2018 2 次提交
- 20 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: dbuck
-
- 18 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK12 Reviewed-by: dholmes
-
- 16 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK9 Reviewed-by: dholmes, coffeys
-
- 15 10月, 2018 1 次提交
-
-
由 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
-
- 26 7月, 2018 1 次提交
-
-
由 vaibhav 提交于
Summary: Created tests for the feature Reviewed-by: mseledtsov
-
- 20 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Reviewed-by: tschatzl
-
- 09 7月, 2018 1 次提交
-
-
由 aph 提交于
Reviewed-by: dholmes
-
- 11 7月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes
-
- 09 7月, 2018 1 次提交
-
-
由 kevinw 提交于
8206454: [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable) Reviewed-by: dholmes, kbarrett
-
- 07 7月, 2018 2 次提交
- 04 7月, 2018 1 次提交
-
-
由 fmatte 提交于
Summary: Add resolved_references and init_lock as hidden static field in class so root is found. Reviewed-by: dholmes, coleenp
-
- 27 6月, 2018 1 次提交
-
-
由 kevinw 提交于
8204872: [8u] VS2017: more instances of "error C3680: cannot concatenate user-defined string literals with mismatched literal suffix identifiers" Reviewed-by: dholmes
-
- 14 5月, 2018 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 26 4月, 2018 1 次提交
-
-
由 chrisphi 提交于
Summary: The inline assembler for the S390 (S390 and not _LP64) has src and dst reversed thereby corrupting data Reviewed-by: shade Contributed-by: NMartin Balao <mbalao@redhat.com>
-
- 29 3月, 2018 1 次提交
-
-
由 shshahma 提交于
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same Summary: Exception checking code needs to handle pre-allocated exceptions. Reviewed-by: thartmann, kvn
-
- 23 3月, 2018 1 次提交
-
-
由 gromero 提交于
Reviewed-by: dholmes, phh
-
- 31 3月, 2018 1 次提交
-
-
由 poonam 提交于
Summary: Improve the nmethod unloading times by optimizing the search for an itable stub in VtableStubs array Reviewed-by: kvn, coleenp, tschatzl
-
- 08 2月, 2018 2 次提交
- 23 1月, 2018 2 次提交
- 22 1月, 2018 1 次提交
-
-
由 aph 提交于
Reviewed-by: adinn, coleenp
-
- 16 1月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes, erikj
-
- 31 3月, 2018 1 次提交
-
-
由 poonam 提交于
Summary: Improve the nmethod unloading times by optimizing the search for an itable stub in VtableStubs array Reviewed-by: kvn, coleenp, tschatzl
-
- 16 1月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes, erikj
-
- 09 1月, 2018 2 次提交
-
-
由 kevinw 提交于
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Reviewed-by: coleenp
-
由 kevinw 提交于
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Reviewed-by: coleenp
-
- 03 1月, 2018 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: dholmes, kevinw
-
- 25 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes
-
- 22 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Adding VM.dynlibs as a dcmd to dump all loaded dynamic libraries. Reviewed-by: fparain, mgronlun
-
- 19 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: The information about loaded dynamic libraries printed in hs_err_pid files or by running the jcmd VM.dynlib is partly incorrect. The address printed in front of the library file name is wrong. Reviewed-by: sla, gziemski, gtriantafill Contributed-by: fredrik.arvidsson@oracle.com
-