- 22 3月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: never, phh, stefank, kamg, dholmes, coleenp
-
- 19 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, coleenp, twisti, stefank
-
- 12 3月, 2011 2 次提交
- 08 3月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Put symbol printing under Verbose and WizardMode so you can get this information if you really want it. Reviewed-by: phh, stefank, never, dholmes, jcoomes
-
- 05 3月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50 Reviewed-by: acorn, dholmes, coleenp
-
- 02 3月, 2011 1 次提交
-
-
由 never 提交于
6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized" Reviewed-by: kvn, iveresov
-
- 01 3月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Add special rule to allow assignment of frames with uninit flags set. Reviewed-by: never, coleenp
-
- 12 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov, coleenp
-
- 09 2月, 2011 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dcubed, coleenp
-
- 08 2月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Fix block_size_if_printezis_bits() so it does not expect the bits, only uses them when available. Fix block_size_no_stall() so it does not stall when the bits are missing such cases, letting the caller deal with zero size returns. Constant pool cache oops do not need to be unparsable or conc_unsafe after their klass pointer is installed. Some cosmetic clean-ups and some assertion checking for conc-usafety which, in the presence of class file redefinition, has no a-priori time boundedness, so all GCs must be able to safely deal with putatively conc-unsafe objects in a stop-world pause. Reviewed-by: jmasa, johnc
-
- 03 2月, 2011 1 次提交
-
-
由 bobv 提交于
Reviewed-by: dholmes, bdelsart
-
- 01 2月, 2011 1 次提交
-
-
由 never 提交于
6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111" Reviewed-by: jrose, acorn
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 12 1月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: mchung, acorn
-
- 21 12月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage. Reviewed-by: iveresov
-
- 07 12月, 2010 1 次提交
-
-
由 sla 提交于
Summary: Tag allocated memory with a magic value and verify when releasing. Reviewed-by: phh, stefank
-
- 04 12月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
- 01 12月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
-
- 02 12月, 2010 1 次提交
-
-
由 ikrylov 提交于
Summary: move functions from hpi library to hotspot, communicate with licensees and open source community, check jdk for dependency, file CCC request Reviewed-by: coleenp, acorn, dsamersoff
-
- 01 12月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic. Reviewed-by: jrose, kvn
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 31 10月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
-
- 28 10月, 2010 2 次提交
- 27 10月, 2010 1 次提交
-
-
由 kamg 提交于
6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name Summary: Class file parser needs to look for and disallow '[' in names. Reviewed-by: coleenp, never
-
- 21 10月, 2010 1 次提交
-
-
由 kamg 提交于
Summary: Repair stackmap table attribute when relocating bytecode Reviewed-by: acorn, never
-
- 19 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never
-
- 12 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 11 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 08 10月, 2010 1 次提交
-
-
由 minqi 提交于
Reviewed-by: mchung, dholmes, chrisphi
-
- 21 9月, 2010 1 次提交
-
-
由 kamg 提交于
Summary: Naked oop in verificationType::is_reference_assignable_from() Reviewed-by: never, kvn, coleenp
-
- 14 9月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
- 04 9月, 2010 2 次提交
- 04 8月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type. Reviewed-by: never, coleenp, dholmes
-
- 20 7月, 2010 1 次提交
-
-
由 apangin 提交于
Summary: Check if klassOop != NULL rather than klass_part != NULL Reviewed-by: kamg, never
-
- 16 7月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs. Reviewed-by: twisti
-
- 09 7月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 10 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
-