- 04 5月, 2011 5 次提交
-
-
由 dcubed 提交于
Summary: Delete use of SOLARIS_7_OR_LATER from sparcWorks.make Reviewed-by: never
-
由 zgu 提交于
-
由 zgu 提交于
-
由 zgu 提交于
Summary: Fixed Windows exe/dll right-click properties. "Oracle Corporation" for company name in jdk7, but "Sun Microsystems, Inc." for jdk6. Reviewed-by: phh, acorn
-
由 dsamersoff 提交于
-
- 03 5月, 2011 3 次提交
-
-
由 dsamersoff 提交于
Summary: Since gcc 4.5 the inline assembly trying to use r register for an atomic 8-bit exchange and it leads to compilation error Reviewed-by: dsamersoff, dholmes Contributed-by: dbhole@redhat.com
-
由 dsamersoff 提交于
Summary: Since -export-dynamic is a linker option, the correct way to pass it is -Xlinker -export-dynamic Reviewed-by: dsamersoff, dholmes Contributed-by: omajid@redhat.com
-
由 dcubed 提交于
Summary: Support build and runtime configs of old and new interfaces as appropriate. Reviewed-by: acorn, never
-
- 30 4月, 2011 1 次提交
-
-
由 dsamersoff 提交于
Summary: executable flag is set in the elf header of libjvm.so during build, instruct ld to don't do it. Reviewed-by: acorn, phh
-
- 28 4月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: The name in a deferred JVM/TI DynamicCodeGenerated event needs to be explicitly saved. Reviewed-by: acorn, never, dsamersoff, dholmes
-
- 27 4月, 2011 3 次提交
-
-
由 zgu 提交于
-
由 zgu 提交于
Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario. Reviewed-by: coleenp, dholmes
-
由 coleenp 提交于
Summary: Handle stack overflow before the first frame is called, by printing out the called method and not walking the stack. Reviewed-by: dholmes, phh, dsamersoff
-
- 23 4月, 2011 1 次提交
-
-
由 vladidan 提交于
-
- 21 4月, 2011 3 次提交
- 20 4月, 2011 1 次提交
-
-
由 coleenp 提交于
-
- 19 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Use LIR_OprDesc::as_pointer_register() instead as_register/as_register_lo combination in the code changes for 7035117. Reviewed-by: iveresov
-
- 17 4月, 2011 1 次提交
-
-
由 jmasa 提交于
Summary: Added counters for jstat Reviewed-by: tonyp, jwilhelm, stefank, ysr, johnc
-
- 16 4月, 2011 2 次提交
-
-
由 thurka 提交于
Summary: use java_lang_String::create_from_platform_dependent_str() instead of java_lang_String::create_from_str() in JvmtiEnv::AddToSystemClassLoaderSearch() Reviewed-by: dcubed
-
由 johnc 提交于
Summary: Missing parentheses around a casted expression and some missing casts were causing build failures with the jdk6 build tools. Reviewed-by: kvn, brutisso
-
- 15 4月, 2011 6 次提交
-
-
由 jrose 提交于
-
由 coleenp 提交于
Summary: Make CDS reorder vtables so that dump time vtables match run time order, so when redefine classes reinitializes them, they aren't in the wrong order. Reviewed-by: dcubed, acorn
-
由 vladidan 提交于
-
由 johnc 提交于
-
由 johnc 提交于
-
由 ysr 提交于
Summary: Removed the unused clear argument to various cardtbale methods and unused mod_oop_in_space_iterate method. Unrelated to synopsis, added a pair of clarifying parens in AllocationStats constructor. Reviewed-by: brutisso, jcoomes
-
- 14 4月, 2011 7 次提交
-
-
由 zgu 提交于
Summary: Passing NULL as MINIDUMP_EXCEPTION_INFORMATION when calling MiniDumpWriteDump when crash is due to assertion instead of real exception to avoid creating zero-length mini dump file. Reviewed-by: acorn, dcubed, poonam, coleenp
-
由 vladidan 提交于
-
由 twisti 提交于
-
由 twisti 提交于
Reviewed-by: gbenson, twisti Contributed-by: NXerxes Ranby <xerxes@zafena.se>
-
由 iveresov 提交于
Summary: Eliminate the race condition. Reviewed-by: kvn
-
由 johnc 提交于
Summary: Allow long type for offset in G1 code in compiler implementations of Unsafe.getObject Reviewed-by: never, iveresov
-
由 iveresov 提交于
Summary: Make sure cnt doesn't become negative and integer overflow doesn't happen. Reviewed-by: kvn, twisti
-
- 13 4月, 2011 1 次提交
-
-
由 coleenp 提交于
-
- 12 4月, 2011 4 次提交
-
-
由 vladidan 提交于
-
由 twisti 提交于
Summary: This adds support for JSR 292 to Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 dholmes 提交于
Summary: Allow for one or more fillInStackTrace frames to be skipped Reviewed-by: mchung, kvn
-
由 vladidan 提交于
Summary: the failure is caused by uninitialized bci number Reviewed-by: iveresov
-