- 11 10月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, bdelsart
-
- 10 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 03 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, roland, kvn, iveresov
-
- 09 8月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 16 7月, 2011 1 次提交
-
-
由 never 提交于
Summary: check for single stepping when dispatching invokes from method handles Reviewed-by: coleenp, twisti, kvn, dsamersoff
-
- 17 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, bdelsart
-
- 15 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, kvn, jrose
-
- 09 6月, 2011 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never, twisti
-
- 04 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 18 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose
-
- 13 5月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn, never
-
- 07 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, jrose
-
- 03 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 12 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
-
- 28 2月, 2011 1 次提交
-
-
由 twisti 提交于
7012914: JSR 292 MethodHandlesTest C1: frame::verify_return_pc(return_address) failed: must be a return pc Reviewed-by: never, bdelsart
-
- 14 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 10 1月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never
-
- 22 12月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 11 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 08 10月, 2010 1 次提交
-
-
由 bobv 提交于
Reviewed-by: vladidan, dholmes
-
- 07 10月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable Reviewed-by: dholmes, kvn
-
- 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
-
- 14 9月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 30 4月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, never, gbenson
-
- 29 4月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC. Reviewed-by: kvn, never, jrose
-
- 18 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Some code cleanups found during the JSR 292 SPARC port. Reviewed-by: kvn, never
-
- 08 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: A modified MethodHandlesTest revealed two bugs on x86_64. Reviewed-by: never, jrose
-
- 24 2月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There is a small typo in methodHandles_x86.cpp. Reviewed-by: kvn
-
- 05 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: During the work for 6829187 we have fixed a number of basic bugs which are logically grouped with 6815692 and 6858164 but which must be reviewed and pushed separately. Reviewed-by: kvn, never
-
- 04 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: We need a way to walk chained method handles in the JVM to call the right methods and to generate required bytecode adapters for the compilers. Reviewed-by: kvn
-
- 16 12月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: changes for method handles and invokedynamic Reviewed-by: kvn
-
- 18 10月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support Reviewed-by: never, twisti
-
- 15 7月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
-
- 09 4月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
-