- 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
-
- 23 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: sla, dholmes
-
- 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>
-
- 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
-
- 03 8月, 2017 1 次提交
-
-
由 robm 提交于
-
- 25 7月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 22 7月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 21 7月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 14 7月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 12 7月, 2017 2 次提交
- 27 6月, 2017 3 次提交
- 21 6月, 2017 3 次提交
- 13 6月, 2017 2 次提交
- 11 6月, 2017 1 次提交
-
-
由 robm 提交于
-
- 07 6月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 02 6月, 2017 3 次提交
- 31 5月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 30 5月, 2017 2 次提交
- 24 5月, 2017 1 次提交
-
-
由 thartmann 提交于
Summary: Fixed missing null checks on the result of CodeCache::find_blob() found by Parfait. Reviewed-by: shade, kvn
-
- 23 5月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 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
-