log src/share/vm/code/dependencies.cpp @ 17524:89152779163c

age author description
Wed, 15 Oct 2014 11:59:32 +0200 Gilles Duboscq Merge with jdk8-b132
Thu, 23 Jan 2014 01:23:23 +0400 vlivanov 8031695: CHA ignores default methods during analysis leading to incorrect code generation
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Tue, 18 Mar 2014 20:19:10 -0700 twisti Merged with jdk9/dev/hotspot changeset 9486a41de3b7
Mon, 03 Mar 2014 08:04:14 +0100 anoll 8035946: Use ResourceHashtable for dependency checking
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Wed, 26 Feb 2014 11:29:47 +0100 anoll 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
Fri, 24 Jan 2014 09:04:24 -0800 kvn Merge
Thu, 23 Jan 2014 01:23:23 +0400 vlivanov 8031695: CHA ignores default methods during analysis leading to incorrect code generation
Fri, 17 Jan 2014 10:43:43 -0800 morris Merge
Wed, 15 Jan 2014 06:16:55 +0100 anoll 7194669: CodeCache::mark_for_deoptimization should avoid verifying dependencies multiple times
Tue, 07 Jan 2014 13:26:56 -0500 coleenp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 07 Oct 2013 12:20:28 -0400 acorn 8009130: Lambda: Fix access controls, loader constraints.
Wed, 31 Jul 2013 11:00:54 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 24 Jun 2013 18:55:46 -0400 coleenp 8016325: JVM hangs verifying system dictionary
Thu, 13 Jun 2013 22:02:40 -0700 ccheung 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
Thu, 11 Apr 2013 22:38:53 +0200 Bernhard Urban assumptions: enable NoFinalizableSubclass assumption
Tue, 09 Apr 2013 20:37:06 +0200 Andreas Woess invokedynamic: constant fold call site target with assumption; minor fixes
Tue, 09 Apr 2013 17:23:32 +0200 Andreas Woess draft call site target value assumption
Fri, 08 Mar 2013 00:39:48 +0100 Thomas Wuerthinger Fix regression in client compiler debug recording.
Wed, 06 Feb 2013 18:01:07 -0800 twisti fix Solaris build and initial SPARC support
Thu, 29 Nov 2012 22:53:03 +0100 Doug Simon better encoding of dependencies during dependency recording by Graal
Thu, 29 Nov 2012 17:13:13 +0100 Doug Simon removed remaining use of the C++ "compiler interface" (i.e. ci) by Graal for installing dependencies
Fri, 16 Nov 2012 09:19:12 -0500 coleenp Merge
Mon, 12 Nov 2012 16:15:05 -0500 hseigel 8001471: Klass::cast() does nothing
Mon, 12 Nov 2012 14:03:53 -0800 minqi 6830717: replay of compilations would help with debugging
Tue, 06 Nov 2012 15:09:37 -0500 coleenp 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Thu, 11 Oct 2012 12:25:42 -0400 kamg 7200776: Implement default methods in interfaces