- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
- 15 2月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dholmes, acorn Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 08 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Four tests written for 8006298 Reviewed-by: mgerdin, coleenp
-
- 05 2月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: Fix off-by-one error Reviewed-by: coleenp, hseigel
-
- 04 2月, 2013 1 次提交
-
-
由 hseigel 提交于
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops Summary: Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment. Reviewed-by: kvn, roland
-
- 03 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Removed unnecessary shell script in the test. Reviewed-by: coleenp, sla
-
- 02 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Add tests for the Native Memory Tracking feature, includes regression tests for 8005936 and 8004802 Reviewed-by: zgu, coleenp
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 30 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: kvn, jrose
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Pass down a closure during root scanning to keep the class of the method alive. Reviewed-by: coleenp, jcoomes
-
- 05 10月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, twisti
-
- 01 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, dsamersoff
-
- 27 9月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: coleenp
-
- 19 9月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sspitsyn, dholmes
-
- 17 9月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, sla, fparain Contributed-by: NDmytro Sheyko <dmytro_sheyko@hotmail.com>
-
- 30 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
-
- 15 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kamg, kvn
-
- 07 8月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
-
- 02 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
-
- 24 7月, 2012 1 次提交
-
-
由 asaha 提交于
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
-
- 18 7月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: kamg
-
- 16 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: kamg, coleenp, ctornqvi
-
- 09 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
-
- 15 6月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: forgot to hg add it Reviewed-by: pbk, kamg, dlong, kvn, fparain
-
- 14 6月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance Reviewed-by: pbk, kamg, dlong, kvn, fparain
-
- 09 6月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Check buffer length when reading Reviewed-by: dholmes, dcubed
-
- 12 5月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kvn
-
- 10 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Added missing double format to Flag::print_as_flag() Reviewed-by: dholmes, stefank, coleenp
-
- 04 5月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Allow only current and super invokespecials of <init> Reviewed-by: never, coleenp, dcubed
-
- 20 4月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, kamg
-
- 30 3月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: disabling default config files if -XX:-ReadDefaultConfigFiles Reviewed-by: phh, jrose, dcubed, dholmes
-
- 13 4月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Ended up checking in FieldMonitor.java as TestPostFieldModification.java Reviewed-by: kamg
-
- 06 4月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Object pointer is pushed more than once on stack, where GC doesn't expect it. Reviewed-by: coleenp, kvn Contributed-by: axel.siebenborn@sap.com
-
- 20 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: replace the call to memmove by a simple copy loop Reviewed-by: dholmes, kvn, never Contributed-by: axel.siebenborn@sap.com, volker.simonis@gmail.com
-
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-
- 22 9月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, minqi
-
- 16 6月, 2011 1 次提交
-
-
由 asaha 提交于
Reviewed-by: dcubed
-
- 13 4月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Abort if incoming classfile's parameters would cause overflows Reviewed-by: coleenp, dcubed, never
-
- 02 3月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Added overflow detection in arena Amalloc methods Reviewed-by: coleenp, phh
-