- 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
-
- 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: Implement Diagnostic Commands for heap and finalizerinfo Reviewed-by: mchung
-
- 11 12月, 2017 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: stuefe, stefank
-
- 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
-
- 25 7月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: NMT detail allocation site comparison should compare sites with the same memory type Reviewed-by: shade, coleenp
-
- 08 11月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Show memory types of malloc site in detail report Reviewed-by: dholmes, shade
-
- 09 11月, 2017 1 次提交
-
-
由 roland 提交于
Reviewed-by: kvn
-
- 24 10月, 2017 1 次提交
-
-
由 ysuenaga 提交于
8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize Reviewed-by: dholmes, sspitsyn, poonam
-
- 01 11月, 2017 1 次提交
-
-
由 poonam 提交于
Summary: Backed out changeset 62c8545a9b6f Reviewed-by: asaha
-
- 24 10月, 2017 1 次提交
-
-
由 ysuenaga 提交于
8189599: 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
-
- 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 1 次提交
-
-
由 poonam 提交于
Reviewed-by: kvn, dholmes, bobv
-
- 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>
-
- 01 8月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 19 7月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: Adds a missing null check (guarantee) found by Parfait. Reviewed-by: coleenp, shade
-
- 10 8月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov, iveresov
-
- 02 6月, 2017 1 次提交
-
-
由 rraghavan 提交于
Summary: Added required explicit NULL checks Reviewed-by: thartmann, kvn
-
- 24 5月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: Fixed missing null checks on the result of CodeCache::find_blob() found by Parfait. Reviewed-by: shade, kvn
-
- 22 5月, 2017 5 次提交
-
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of AddPNode::Ideal_base_and_offset() found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on n->in(0) found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of MachNodeGenerator() found by Parfait. Reviewed-by: kvn
-
由 thartmann 提交于
Summary: Fixed a missing null check on the return value of InitializeNode::allocation() found by Parfait. Reviewed-by: zmajo
-
由 thartmann 提交于
Summary: We need to check ConstMethod::method() for NULL before dereferencing. Reviewed-by: kvn, iignatyev
-
- 29 4月, 2017 2 次提交
- 26 4月, 2017 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: dholmes, ehelin
-
- 20 4月, 2017 1 次提交
-
-
由 shshahma 提交于
8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field Summary: Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message Reviewed-by: dholmes, coleenp
-