- 05 10月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 04 10月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 13 9月, 2017 1 次提交
-
-
由 asaha 提交于
-
- 08 9月, 2017 2 次提交
- 07 9月, 2017 3 次提交
- 06 9月, 2017 3 次提交
- 01 9月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: CCP computes wrong type for CountedLoop iv Phi Reviewed-by: kvn
-
- 30 8月, 2017 3 次提交
- 24 8月, 2017 4 次提交
- 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>
-
- 16 8月, 2017 3 次提交
- 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>
-
- 09 8月, 2017 3 次提交
- 08 8月, 2017 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: alanb, sherman, ahgross, jeff
-
- 02 8月, 2017 3 次提交
- 01 8月, 2017 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
-
- 26 7月, 2017 3 次提交
- 25 7月, 2017 1 次提交
-
-
由 asaha 提交于
-