- 30 9月, 2010 1 次提交
-
-
由 roland 提交于
Summary: fixes build break Reviewed-by: never, kvn
-
- 29 9月, 2010 1 次提交
-
-
由 twisti 提交于
6987634: JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument Reviewed-by: never, kvn
-
- 28 9月, 2010 2 次提交
- 24 9月, 2010 1 次提交
-
-
由 twisti 提交于
6986944: JSR 292 assert(caller_nm->is_method_handle_return(caller_frame.pc())) failed: must be MH call site Reviewed-by: never, kvn
-
- 23 9月, 2010 3 次提交
- 22 9月, 2010 1 次提交
-
-
由 iveresov 提交于
6986270: guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails Summary: Propagate the compiler type of the deopting method to vframeArrayElement::unpack_on_stack() Reviewed-by: jrose, never
-
- 16 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 15 9月, 2010 2 次提交
- 14 9月, 2010 4 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
由 kvn 提交于
Summary: Remove code which use UseNewCode in type.hpp Reviewed-by: never
-
由 iveresov 提交于
Summary: Added profiling of instanceof and aastore. Reviewed-by: kvn, jrose, never
-
由 johnc 提交于
Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check. Reviewed-by: tonyp, ysr
-
- 12 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Fix add/sub of constants to ints on x64 Reviewed-by: kvn
-
- 11 9月, 2010 2 次提交
- 09 9月, 2010 2 次提交
-
-
由 twisti 提交于
6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall Summary: These are minor changes fixing compile failure when -Wall -Werror flags are used under gcc 4.5. Reviewed-by: twisti, kvn, rasbold Contributed-by: NPavel Tisnovsky <ptisnovs@redhat.com>
-
由 never 提交于
Reviewed-by: kvn
-
- 08 9月, 2010 3 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NMatthias Klose <doko@ubuntu.com>
-
由 iveresov 提交于
Summary: Assertion fails during print compilation because nmethod::print_on() calls osr_entry_bci() without checking that the method is an osr method. The fix adds an appropriate check. Reviewed-by: never, twisti
-
由 never 提交于
Reviewed-by: kvn
-
- 04 9月, 2010 2 次提交
- 03 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 31 8月, 2010 3 次提交
- 28 8月, 2010 3 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
由 kamg 提交于
Summary: Use resource memory instead of c-heap for the exception message Reviewed-by: phh, jmasa
-
由 tonyp 提交于
Summary: An assert in the management.cpp is too strong and assumes the max size is always defined on memory pools, even when we don't need to use it. Reviewed-by: mchung, johnc
-
- 27 8月, 2010 2 次提交
- 26 8月, 2010 2 次提交
- 25 8月, 2010 2 次提交
-
-
由 tonyp 提交于
Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec. Reviewed-by: mchung, johnc
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 24 8月, 2010 1 次提交
-
-
由 ysr 提交于
Summary: Weakened a too-strong, off-by-one assert; added code to keep track of and report any overflows at appropriate level of verbosity. Reviewed-by: jcoomes, tonyp
-