amurillo [Thu, 11 Apr 2013 16:35:19 -0700] rev 16678
Merge
amurillo [Thu, 11 Apr 2013 01:03:41 -0700] rev 16677
Added tag hs25-b27 for changeset ea5bba2e47e9
bharadwaj [Tue, 09 Apr 2013 08:52:32 -0700] rev 16676
8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5
Summary: Restore incorrect removal of support for static interface method verification in Java 8
Reviewed-by: kvn, coleenp
zgu [Fri, 05 Apr 2013 23:10:04 -0700] rev 16675
Merge
ccheung [Fri, 05 Apr 2013 11:15:13 -0700] rev 16674
8006001: [parfait] Possible file leak in hotspot/src/os/linux/vm/perfMemory_linux.cpp
Reviewed-by: zgu, coleenp, hseigel, dholmes
dcubed [Fri, 05 Apr 2013 16:16:18 -0700] rev 16673
Merge
dcubed [Fri, 05 Apr 2013 10:38:08 -0700] rev 16672
Merge
zgu [Fri, 05 Apr 2013 12:19:19 -0400] rev 16671
8011161: NMT: Memory leak when encountering out of memory error while initializing memory snapshot
Summary: Fix memory leaks when NMT fails to initialize snapshot and worker thread
Reviewed-by: dcubed, ccheung, rdurbin
mikael [Thu, 04 Apr 2013 10:01:26 -0700] rev 16670
8003310: Enable -Wunused-function when compiling with gcc
Summary: Add the -Wunused-function flag and remove a number of unused functions.
Reviewed-by: dholmes, coleenp, kvn
ccheung [Wed, 03 Apr 2013 16:43:09 -0700] rev 16669
8006103: [parfait] Possible null pointer dereference at hotspot/src/os/linux/vm/os_linux.cpp; os_windows.cpp; os_solaris.cpp; os_bsd.cpp
Reviewed-by: zgu, iklam