- 14 9月, 2010 3 次提交
- 12 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Fix add/sub of constants to ints on x64 Reviewed-by: kvn
-
- 09 9月, 2010 3 次提交
-
-
由 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>
-
由 twisti 提交于
-
由 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 1 次提交
-
-
由 iveresov 提交于
Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
-
- 03 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 01 9月, 2010 1 次提交
-
-
由 never 提交于
-
- 31 8月, 2010 4 次提交
- 28 8月, 2010 6 次提交
-
-
由 dcubed 提交于
-
由 never 提交于
-
由 never 提交于
Reviewed-by: kvn
-
由 kamg 提交于
Summary: Use resource memory instead of c-heap for the exception message Reviewed-by: phh, jmasa
-
由 tonyp 提交于
-
由 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 3 次提交
- 26 8月, 2010 3 次提交
- 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 2 次提交
-
-
由 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
-
由 kvn 提交于
6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow") Summary: Check constant Tag type instead of calling get_constant(). Reviewed-by: never
-
- 23 8月, 2010 1 次提交
-
-
由 dcubed 提交于
-
- 21 8月, 2010 6 次提交