log

age author description
Fri, 01 Feb 2013 10:57:06 -0800 minqi Merge
Thu, 31 Jan 2013 20:11:14 -0800 sspitsyn 8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
Thu, 31 Jan 2013 20:09:16 -0800 sspitsyn 8006546: JSR 292: typos in the ConstantPool::copy_cp_impl()
Thu, 31 Jan 2013 20:07:18 -0800 sspitsyn 8006542: JSR 292: the VM_RedefineClasses::append_entry() must support invokedynamic entry kinds
Fri, 01 Feb 2013 13:30:12 -0500 hseigel Merge
Fri, 01 Feb 2013 14:14:54 -0500 hseigel 8006298: Specifying malformed JFR options (-XX:+FlightRecorderOptions) outputs non-sensical error
Fri, 25 Jan 2013 10:14:22 +0100 ctornqvi 8006413: Add utility classes for writing better multiprocess tests in jtreg
Mon, 28 Jan 2013 09:33:55 -0800 acorn Merge
Mon, 28 Jan 2013 10:55:30 -0500 acorn 8004967: Default method cause VerifyError: Illegal use of nonvirtual
Mon, 28 Jan 2013 10:34:07 -0500 acorn Merge
Fri, 25 Jan 2013 15:06:18 -0500 acorn 6479360: PrintClassHistogram improvements
Sun, 27 Jan 2013 21:58:34 -0500 acorn Merge
Fri, 25 Jan 2013 13:47:52 -0800 minqi Merge
Fri, 25 Jan 2013 04:23:49 -0800 minqi Merge
Thu, 24 Jan 2013 22:13:32 -0800 sspitsyn 8005128: JSR 292: the mlvm redefineClassInBootstrap test crashes in ConstantPool::compare_entry_to
Fri, 25 Jan 2013 10:04:08 -0500 zgu 8000692: Remove old KERNEL code
Thu, 24 Jan 2013 23:30:45 -0800 minqi 8005278: Serviceability Agent: jmap -heap and jstack -m fail
Wed, 23 Jan 2013 10:34:29 -0500 coleenp 8006040: NPG: on_stack processing wastes space in ConstantPool
Mon, 04 Feb 2013 12:01:07 -0800 jmasa Merge
Thu, 03 Jan 2013 15:03:27 -0800 jmasa 8004895: NPG: JMapPermCore test failure caused by warnings about missing field
Fri, 25 Jan 2013 03:03:23 -0800 amurillo 8006827: new hotspot build - hs25-b18
Thu, 07 Feb 2013 12:32:50 -0800 katleman Added tag jdk8-b76 for changeset 20b605466ccb
Thu, 31 Jan 2013 17:04:28 -0800 katleman Added tag jdk8-b75 for changeset 6778d0b16593 jdk8-b76
Tue, 05 Mar 2013 21:58:51 +0100 Thomas Wuerthinger Relax safepoint polling assertion.
Tue, 05 Mar 2013 21:21:45 +0100 Thomas Wuerthinger Remove access modifier restriction for allocatable values.
Tue, 05 Mar 2013 21:03:20 +0100 Thomas Wuerthinger Removed unused imports.
Tue, 05 Mar 2013 21:01:19 +0100 Thomas Wuerthinger Remove debug stub.
Tue, 05 Mar 2013 20:45:39 +0100 Thomas Wuerthinger Remove stub declaration.
Tue, 05 Mar 2013 19:47:36 +0100 Thomas Wuerthinger Allocate temporary register for safepoint operation instead of using scratch register.
Tue, 05 Mar 2013 19:32:06 +0100 Thomas Wuerthinger New strategy for inserting safepoints - always insert in loops but avoid in leaf methods.