- 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
-
- 08 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: remove speculative traps that point to methods that are redefined Reviewed-by: kvn, twisti
-
- 23 3月, 2018 1 次提交
-
-
由 gromero 提交于
Reviewed-by: dholmes, phh
-
- 16 3月, 2018 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-
- 23 1月, 2018 1 次提交
-
-
由 kbarrett 提交于
Reviewed-by: coleenp, eosterlund, mchung, ahgross, rhalade
-
- 22 1月, 2018 1 次提交
-
-
由 aph 提交于
Reviewed-by: adinn, 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 2 次提交
-
-
由 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
-
由 dbuck 提交于
Summary: Implement Diagnostic Commands for heap and finalizerinfo Reviewed-by: mchung
-
- 11 12月, 2017 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: stuefe, stefank
-
- 06 12月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, jwilhelm, rhalade Contributed-by: harold.seigel@oracle.com
-
- 28 11月, 2017 3 次提交
- 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
-
- 24 10月, 2017 1 次提交
-
-
由 ysuenaga 提交于
8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize Reviewed-by: dholmes, sspitsyn, poonam
-
- 14 10月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Don't split if all edges will be moved to new phi Reviewed-by: kvn
-
- 12 10月, 2017 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: mdoerr, simonis Contributed-by: NMatthew Brandyberry <mbrandy@linux.vnet.ibm.com>
-
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 21 9月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Fixed miscounting of virtual space node's free memory Reviewed-by: shade, coleenp, stuefe
-
- 07 10月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Bias compiler thread's resource area to mtCompiler Reviewed-by: kvn, coleenp
-
- 29 11月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Fixed memory counting in compiler (C2) Reviewed-by: adinn, cjplummer, kvn
-
- 08 9月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: ihse
-
- 07 9月, 2017 2 次提交
- 01 9月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: CCP computes wrong type for CountedLoop iv Phi Reviewed-by: kvn
-
- 24 8月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: Check for possible null-point dereference. Reviewed-by: kvn
-
- 21 8月, 2017 2 次提交
-
-
由 dbuck 提交于
6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones. Reviewed-by: zgu, sla, coleenp Contributed-by: yumin.qi@oracle.com
-
由 dbuck 提交于
Summary: Bailout if OSR entry is unreachable. Reviewed-by: thartmann Contributed-by: NAndreas Woess <andreas.woess@oracle.com>
-
- 15 8月, 2017 2 次提交
- 12 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: The GetOwnedMonitorInfo() should not return a pending monitor Reviewed-by: dcubed
-
- 11 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Change TypeF:eq and TypeD:eq to compare NaN values using a bitwise comparison. Reviewed-by: kvn Contributed-by: NStefan Anzinger <stefan.anzinger@oracle.com>
-
- 10 8月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-