- 25 9月, 2018 2 次提交
- 05 10月, 2018 1 次提交
-
-
由 poonam 提交于
Reviewed-by: tschatzl, sjohanss
-
- 28 9月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, lfoltan
-
- 26 9月, 2018 1 次提交
-
-
由 dbuck 提交于
Summary: Fix memory overuse in g1CodeCacheRemset Reviewed-by: tschatzl
-
- 20 9月, 2018 1 次提交
-
-
由 zgu 提交于
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin Contributed-by: zhaixiang@loongson.cn
-
- 24 8月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Events can trigger before ResourceMark is usable: move use from writeEvent() to print_val(). Reviewed-by: dholmes, ysuenaga, mlarsson
-
- 02 8月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Add os::vsnprintf and os::snprintf. Reviewed-by: kbarrett, lfoltan, stuefe, mlarsson
-
- 30 7月, 2018 1 次提交
-
-
由 tschatzl 提交于
Reviewed-by: tschatzl, kvn Contributed-by: NLeslie Zhai <lesliezhai-hotspot@llvm.org.cn>
-
- 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
-
- 07 7月, 2018 1 次提交
-
-
由 poonam 提交于
Reviewed-by: bobv, dbuck
-
- 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
-
- 08 2月, 2018 1 次提交
-
-
由 poonam 提交于
Summary: Inform G1's SATB that a klass has been resurrected and it should not be unloaded Reviewed-by: coleenp, tschatzl, kbarrett
-
- 25 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: ctornqvi, coleenp, gtriantafill, dholmes
-
- 22 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Introduce specific casts to fix multiple type cast conversion compilation errors. Reviewed-by: coffeys, lfoltan, gtriantafill, hseigel
-
- 11 11月, 2016 1 次提交
-
-
由 shade 提交于
Summary: Corrected stubName to montgomery_multiply for inline_montgomeryMultiply() Reviewed-by: aph, thartmann, zmajo
-
- 28 2月, 2018 1 次提交
-
-
由 stuefe 提交于
Summary: add missing includes Reviewed-by: coleenp, stefank, sgehwolf, dholmes
-
- 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
-
- 09 1月, 2018 1 次提交
-
-
由 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
-
- 20 6月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int. Reviewed-by: roland, anoll
-
- 19 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Made ideal_reg consistently uint. Reviewed-by: kvn, iveresov
-
- 15 6月, 2018 1 次提交
-
-
由 kevinw 提交于
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier" Summary: Need to add a space between macro identifier and string literal Reviewed-by: bpittore, stefank, dholmes, kbarrett
-
- 13 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Change the type of symbolic constant badAddressVal and introduce specific casts to fix multiple type cast conversion compilation errors. Reviewed-by: lfoltan, coleenp, kbarrett
-
- 23 2月, 2018 1 次提交
-
-
由 lfoltan 提交于
Summary: Change to use the functional version of _get_timezone for VS2017. Reviewed-by: coleenp, hseigel Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
-
- 24 2月, 2016 1 次提交
-
-
由 kbarrett 提交于
Summary: Fix cast. Reviewed-by: dholmes, coleenp, jprovino Contributed-by: timo.kinnunen@gmail.com
-
- 20 2月, 2018 1 次提交
-
-
由 lfoltan 提交于
8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One Summary: Add a private ordinary operator delete declaration within class Chunk. Reviewed-by: coleenp, stuefe Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
-
- 21 5月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: erikj
-
- 18 5月, 2018 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, thartmann
-
- 06 9月, 2016 1 次提交
-
-
由 mdoerr 提交于
Summary: Add missing barrier, sharing code with Unsafe_GetObject. Reviewed-by: kbarrett, mgerdin, pliden, tschatzl
-
- 14 4月, 2015 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, lfoltan
-
- 09 7月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Changes to successfully compile class oop within oops/oopsHierarchy.hpp for PPC build (with gcc 4.1.2). Reviewed-by: dholmes, hseigel
-
- 29 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
8041623: Solaris Studio 12.4 C++ 5.13, CHECK_UNHANDLED_OOPS use of class oop's copy constructor definitions causing error level diagnostic. Summary: Fix several minor compilation issues with volatile oops for CHECK_UNHANDLED_OOPS support. Reviewed-by: coleenp, hseigel
-
- 08 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: remove speculative traps that point to methods that are redefined Reviewed-by: kvn, twisti
-
- 16 3月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-
- 23 1月, 2018 1 次提交
-
-
由 kbarrett 提交于
Reviewed-by: coleenp, eosterlund, mchung, ahgross, rhalade
-