changeset 873:1ca84040b787

Merge
author henryjen
date Fri, 13 Sep 2013 11:09:39 -0700
parents 0874bb4707b7 (current diff) 374121124496 (diff)
children b5cf0da3cd1d
files .hgtags .jcheck/conf README-builds.html common/autoconf/autogen.sh common/autoconf/configure.ac common/autoconf/generated-configure.sh common/autoconf/help.m4 common/autoconf/platform.m4 common/makefiles/Main.gmk test/Makefile
diffstat 5 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Sep 11 12:08:34 2013 -0400
+++ b/.hgignore	Fri Sep 13 11:09:39 2013 -0700
@@ -5,3 +5,6 @@
 ^.hgtip
 ^.bridge2
 .DS_Store
+hotspot.log
+^JTreport
+^JTwork
--- a/.hgtags	Wed Sep 11 12:08:34 2013 -0400
+++ b/.hgtags	Fri Sep 13 11:09:39 2013 -0700
@@ -167,16 +167,20 @@
 661c9aae602bbd9766d12590800c90f1edd1d8dd jdk8-b43
 e4f81a817447c3a4f6868f083c81c2fb1b15d44c jdk8-b44
 633f2378c904c92bb922a6e19e9f62fe8eac14af jdk8-b45
+f3fc96a9b243322ad5d058911162189e3ded0e96 lambda-b45
 27fa766a2298ba8347dc198f0cf85ba6618e17db jdk8-b46
 1dcb4b7b9373e64e135c12fe1f8699f1f80e51e8 jdk8-b47
 3f6c72d1c2a6e5c9e7d81c3dc984886678a128ad jdk8-b48
+f219811ab95916fc381a69410121e63cd6270f36 lambda-b48
 c97b99424815c43818e3cc3ffcdd1a60f3198b52 jdk8-b49
 2fd67618b9a3c847780ed7b9d228e862b6e2824c jdk8-b50
+cc5ead46ec895e756cb62ada8c1650f1cf6daa2a lambda-b50
 57c0aee7309050b9d6cfcbd202dc704e9260b377 jdk8-b51
 8d24def5ceb3b8f2e857f2e18b2804fc59eecf8d jdk8-b52
 febd7ff5280067ca482faaeb9418ae88764c1a35 jdk8-b53
 c1a277c6022affbc6855bdfb039511e73fbe2395 jdk8-b54
 b85b44cced2406792cfb9baab1377ff03e7001d8 jdk8-b55
+115a29d4c47520c4d9d684c321a60803903080bb lambda-b56
 76844579fa4b30929731115b237e477181a82394 jdk8-b56
 522dfac8ca4d07c0b74025d4ac3b6e5feefbb829 jdk8-b57
 9367024804874faf8e958adeb333682bab1c0c47 jdk8-b58
--- a/.jcheck/conf	Wed Sep 11 12:08:34 2013 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-project=jdk8
--- a/common/bin/hgforest.sh	Wed Sep 11 12:08:34 2013 -0400
+++ b/common/bin/hgforest.sh	Fri Sep 13 11:09:39 2013 -0700
@@ -47,7 +47,7 @@
 bpython=""
 
 if [ "#!" = "$has_hash_bang" ] ; then
-   python="`head -n 1 ${whichhg} | cut -b 3-`"
+   python="`head -n 1 ${whichhg} | cut -b 3- | sed -e 's/^[ \t]*//;s/[ \t]*$//'`"
    bpython="`basename "$python"`"
 fi
 
--- a/common/makefiles/javadoc/CORE_PKGS.gmk	Wed Sep 11 12:08:34 2013 -0400
+++ b/common/makefiles/javadoc/CORE_PKGS.gmk	Fri Sep 13 11:09:39 2013 -0700
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it