- 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
-
- 06 9月, 2016 1 次提交
-
-
由 mdoerr 提交于
Summary: Add missing barrier, sharing code with Unsafe_GetObject. Reviewed-by: kbarrett, mgerdin, pliden, tschatzl
-
- 23 1月, 2018 1 次提交
-
-
由 kbarrett 提交于
Reviewed-by: coleenp, eosterlund, mchung, ahgross, rhalade
-
- 03 1月, 2018 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: dholmes, kevinw
-
- 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
-
- 16 1月, 2018 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: dholmes, erikj
-
- 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
-
- 11 12月, 2017 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: stuefe, stefank
-
- 08 11月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 28 10月, 2017 1 次提交
-
-
由 robm 提交于
Reviewed-by: chegar, acorn
-
- 13 6月, 2017 1 次提交
-
-
由 rprotacio 提交于
Reviewed-by: mschoene, coleenp, rhalade, acorn, gtriantafill Contributed-by: rachel.protacio@oracle.com
-
- 17 3月, 2017 2 次提交
- 24 2月, 2017 2 次提交
- 16 2月, 2017 1 次提交
-
-
由 poonam 提交于
Summary: Use the Events::log function to save redefined classes for output to the hs_err file Reviewed-by: dholmes
-
- 02 2月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Fix method searches to handle static, private instance and overpass Reviewed-by: acorn
-
- 15 1月, 2017 1 次提交
-
-
由 sspitsyn 提交于
Summary: Collect data at safepoint, do not rely on thread suspension Reviewed-by: dcubed, dholmes
-
- 14 12月, 2016 2 次提交
- 12 10月, 2016 1 次提交
-
-
由 coleenp 提交于
Summary: Go to thread_in_vm to get the class_loader oop. Also reviewed by leelamohan.venati@gmail.com. Reviewed-by: sspitsyn
-
- 16 8月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Under error conditions, always return -1 and perform null termination regardless of the behavior of underlying vsnprintf() implementation. Reviewed-by: dholmes, cjplummer
-
- 29 6月, 2016 2 次提交
- 16 8月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Under error conditions, always return -1 and perform null termination regardless of the behavior of underlying vsnprintf() implementation. Reviewed-by: dholmes, cjplummer
-
- 25 3月, 2016 1 次提交
-
-
由 iklam 提交于
Reviewed-by: acorn, hseigel, mschoene
-
- 17 3月, 2016 1 次提交
-
-
由 sspitsyn 提交于
Reviewed-by: dcubed, dsamersoff
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 18 2月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: sspitsyn, coleenp, dcubed
-
- 10 2月, 2016 2 次提交
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 08 10月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods. Reviewed-by: kvn, iveresov
-
- 10 2月, 2017 1 次提交
-
-
由 sangheki 提交于
Summary: Add missing G1 pre-barrier at TagObjectCollector::do_entry Reviewed-by: kbarrett, tschatzl
-
- 02 12月, 2015 1 次提交
-
-
由 kevinw 提交于
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 20 5月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: the cached class file structure must be deallocated instead of the cached class file bytes Reviewed-by: coleenp, sla
-
- 19 5月, 2015 1 次提交
-
-
由 azakharov 提交于
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before Summary: added WhiteBox methods to count regions and exact aux data sizes Reviewed-by: jwilhelm, brutisso
-
- 01 5月, 2015 1 次提交
-
-
由 bmoloden 提交于
Reviewed-by: kvn, iignatyev
-
- 30 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Optimize the method pointer adjustments for prev klass versions and MNT Reviewed-by: dcubed, coleenp
-
- 10 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: remove the assert and deallocate cashed class file bytes that are in collision Reviewed-by: coleenp, dcubed
-