Re: RFR: 8135083 Product version string for DLLs and EXEs should not include trailing zeros

2015-09-09 Thread David Katleman
Change looks correct Daniil and I don't see any other instances where 
VERSION_NUMBER_FOUR_POSITIONS is incorrectly used.


Approved.

Dave

On 9/9/2015 2:12 PM, Daniil Titov wrote:

This review request is a part of the work for JEP-223 that adjusts the changes in 
RC_FLAGS implemented in the initial patch "JDK-8085822 JEP 223: New Version-String 
Scheme (initial integration)" to ensure that the product version string for Windows 
DLL/EXEs consists of dot-separated digits WITHOUT trailing zeros.

  


Bug: https://bugs.openjdk.java.net/browse/JDK-8135083

  


The changes are in one line only (please see inline diff below, changes in 
generated common/autoconf/generated-configure.sh are omitted).

  


diff -r 35e118e5bcb4 common/autoconf/flags.m4

--- a/common/autoconf/flags.m4Tue Sep 08 10:24:22 2015 -0700

+++ b/common/autoconf/flags.m4 Wed Sep 09 13:52:54 2015 -0700

@@ -102,7 +102,7 @@

  -D\"JDK_VERSION_STRING=\$(VERSION_STRING)\" \

  -D\"JDK_COMPANY=\$(COMPANY_NAME)\" \

  -D\"JDK_COMPONENT=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) binary\" \

--D\"JDK_VER=\$(VERSION_NUMBER_FOUR_POSITIONS)\" \

+-D\"JDK_VER=\$(VERSION_NUMBER)\" \

  -D\"JDK_COPYRIGHT=Copyright \xA9 $COPYRIGHT_YEAR\" \

  -D\"JDK_NAME=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) 
\$(VERSION_MAJOR)\" \

  -D\"JDK_FVER=\$(subst 
.,\$(COMMA),\$(VERSION_NUMBER_FOUR_POSITIONS))\""

  


[1] http://openjdk.java.net/jeps/223

  


Thanks!

  


Best regards,

Daniil

  




Re: RFR: JDK-8072023: Investigate and upgrade the minimum supported gnumake for JDK 9, from 3.81 to 4.0

2015-04-15 Thread David Katleman

The doc change is fine.

You need a corresponding autoconf update to verify that 4.0 or later is 
being used on windows builds, to prevent cryptic errors like Phil was 
running into.


The windows build should fail in configure if it finds a gnumake older 
than 4.0


Thanks
Dave

On 4/15/2015 12:41 AM, Erik Joelsson wrote:
Please review this change to README-builds.html. I have updated all 
references to the GNU make version to specify that we recommend 4.0 or 
later on Windows. Cygwin has been shipping with 4.x for a long time 
now and we have been using it internally since the source code layout 
change. Using older versions of make, particularly 3.81 version 
commonly used for JDK 7, has been known to cause trouble with the JDK 
9 (post src reshuffle) build. While 3.82.x versions probably still 
works in many cases, I would rather have us move to 4.x since there 
are features there we would eventually like to be able to use.


Bug: https://bugs.openjdk.java.net/browse/JDK-8072023
Patch:
diff -r d0321d15e0a0 README-builds.html
--- a/README-builds.html
+++ b/README-builds.html
@@ -41,7 +41,8 @@
 The build is now a "configure 
&& make" style build

 
 
-Any GNU make 3.81 or newer should work
+Any GNU make 3.81 or newer should work, 
except on

+Windows where 4.0 or newer is recommended.
 
 
 The build should scale, i.e. more processors 
should

@@ -358,8 +359,8 @@
 For all systems:
 
 
-Be sure the GNU make utility is version 3.81 
or newer,

-e.g. run "make -version"
+Be sure the GNU make utility is version 3.81 
(4.0 on
+windows) or newer, e.g. run "make 
-version"

 
 
 Install a
@@ -1726,10 +1727,10 @@
 A few notes about using GNU make:
 
 
-You need GNU make version 3.81 or newer.
-If the GNU make utility on your systems is not
-3.81 or newer,
-see "Building GNU make".
+You need GNU make version 3.81 or newer. On 
Windows 4.0 or

+newer is recommended.
+If the GNU make utility on your systems is not of 
a suitable
+version see "Building GNU 
make".

 
 
 Place the location of the GNU make binary in the


/Erik




Re: jdk9 windows build failure

2015-04-14 Thread David Katleman

We went through this exercise in January.

RE intentionally uses what is the documented minimum gnumake (3.81), to 
verify that builds work with the oldest supported gnumake.



On 2015/1/31 4:01, David Katleman wrote:

You need to revert your 4.0 change make to JDK9 builds.   Until dev 
upgrades the minimum gnumake used in the JDK 9 builds to 4.0, RE must 
continue to build with the current official minimum, which is 3.81, to 
catch that the official minimum still works, as in JDK-8071651 
<https://bugs.openjdk.java.net/browse/JDK-8071651>.


I've opened up a high priority enhancement request to get the official 
gnumake updated, JDK-8072023 
<https://bugs.openjdk.java.net/browse/JDK-8072023>.


Until we update gnumake for windows (JDK-8072023 
<https://bugs.openjdk.java.net/browse/JDK-8072023>), issues like what 
Phil found with gnumake 3.81 should be fixed.


Thanks
Dave


On 4/14/2015 3:42 PM, Phil Race wrote:


What happens if you do "make java.xml.bind-java"? 


Update: This *apparently* succeeded (ie it didn't say it had failed) 
but it did not create the "batch" file.

And that is why the subsequent "jdk.xml.bind" target did not succeed.

After some exploration I found I was picking up an older version of 
cygwin make (3.81).
Updating my path to pick up a newer cygwin version (4.1) it went 
smoothly.


Maybe the README-builds.html should not say "Any GNU make 3.81 or newer"

-phil.


On 4/14/2015 10:41 AM, Phil Race wrote:


On 4/12/2015 11:34 PM, Erik Joelsson wrote:
That looks weird. What does your 
/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/make-support/module-deps.gmk 
look like?


It looks OK  to me. I do have these lines :-
DEPS_java.xml.bind := java.compiler java.datatransfer java.base 
java.desktop java.logging java.activation java.xml

..
DEPS_jdk.xml.bind := jdk.compiler java.compiler java.xml.bind 
java.datatransfer java.base java.desktop java.logging java.activation 
java.xml


.. and lots of other similar lines. No obvious errors.

What happens if you do "make java.xml.bind-java"? 


sh-4.1$ make java.xml.bind-java
Building target(s) 'java.xml.bind-java' in configuration 
'windows-x86-normal-server-release'
Finished building target(s) 'java.xml.bind-java' in configuration 
'windows-x86-normal-server-release'


So that part succeeded,  but repeating "make" after that results in 
the same error I reported in my initial email.



Exactly how did you run make to have this happen?


I typed "make" :-). Running in a cygwin shell that is inside a 
cmd.exe shell (not a cygwin window).

Same as I have always done.

-phil.



/Erik

On 2015-04-11 00:39, Phil Race wrote:
For some time (a couple of weeks) I have run into the following 
error whenever I try to build on Windows on my system
I've been using forever ..  I have worked around it by doing builds 
using JPRT but its getting annoying.
Does anyone have a clue what I am doing wrong. This happens on 
brand new clean forests etc.


make[3]: *** No rule to make target 
`/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch', 
needed by 
`/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/jdk.xml.bind/_the.jdk.xml.bind_batch'. 
Stop.

make[3]: *** Waiting for unfinished jobs
make[2]: *** [jdk.xml.bind-java] Error 1
make[2]: *** Waiting for unfinished jobs
make[3]: *** No rule to make target 
`/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.bind/_the.java.xml.bind_batch', 
needed by 
`/cygdrive/c/jdks/jdk9/build/windows-x86-normal-server-release/jdk/modules/java.xml.ws/_the.java.xml.ws_batch'. 
Stop.

make[3]: *** Waiting for unfinished jobs
make[2]: *** [java.xml.ws-java] Error 1

-phil.










Re: FYI: Build system rewrite in Ant

2015-04-01 Thread David Katleman (Oracle)
+1

Please say were going to use the extension that predict build failures before 
they occur and provides an automated root cause analysis.  I believe is called 
Ant predictive recursive interpreter language with Forensic object oriented 
linguistic syntax.


> On Apr 1, 2015, at 1:33 AM, Magnus Ihse Bursie 
>  wrote:
> 
> The build system currently uses make to build OpenJDK. This is a technology 
> that has been around for decades, and in places this legacy clearly shows. 
> 
> An alternative build tool, Ant, is based on cutting-edge technology. Compared 
> to the native GNU Make, Ant is based on Java™ technology, which makes 
> portability issues a thing of the past. Ant is also directed using modern XML 
> systems, with well-defined tags, compared to the aged and idiosyncratic 
> Makefile syntax.
> 
> The Build Team has therefore decided to rewrite the current build system from 
> scratch in Ant. The old Makefiles will be put in maintenance mode while the 
> new Ant scripts are being developed. To facilitate a speedy switch, all new 
> build enhancements must be expressed in Ant logic, starting today. No 
> modifications in the old Makefiles will be accepted by the Build Team.
> 
> To increase the robustness of the code base, the new build system will 
> automatically check the integrity of all source code files before 
> compilation. Each source file therefore must be accompanied by a Integrity 
> Manifest (.Ingeg_Manif.xml). For instance, the file Object.java would have an 
> Object.java.Integ_Manif.xml. This is a simple xml file, describing the 
> purpose of the source code file, and a log of mercurial changeset id:s. An 
> example file could looks like this:
> 
> http://openjdk.java.net/ns/manifest/integrity/1";>
>net.java.openjdk.build.ant.manifest.integrity
>
>
>
>   Object.java
>   Class Object is the root of the class 
> hierarchy.
>
>
>
>
>
>
>541a8cef4e0d
>mercurial
>
>
>458adf31ad5b
>mercurial
>
>
>0846eddb56d5
>mercurial
>
>
>
> 
> 
> Each time a new version of the file is committed to the mercurial repo, the 
> developer just has to add a new committed-change stanza to the block in the 
> .Ingeg_Manif.xml file. Since the changeset ID is not known before hand, the 
> Integrity Manifest file must be updated in a subsequent commit. 
> 
> But fear not! To assist developers in preserving the integrity of the source 
> files, an addition to jcheck has been developed. If the subsequent commit 
> does not properly describe the previous changeset ID, the original changeset 
> will be automatically reverted, so no untracked changes will be stored 
> permanently in the revision control system.
> 
> Finally, to fully utilize the promise of portability that the Ant and Java™ 
> technology brings, platforms with portability issues will be removed from the 
> supported platform matrix. Currently, this only includes non-POSIX-compliant 
> operating systems, since these have been known to cause various platform 
> issues in the build system. The only known non-POSIX-compliant OS that the 
> OpenJDK build system currently supports is the Windows OS family, so this 
> reduction in support is hopefully not too burdensome.
> 
> These changes will take immediate effect of today, April 1 2015.
> 
> That's all for today, folks! :-)
> 
> /Magnus


Re: RFR: JDK-8058845 : Update JCE environment for build improvements

2014-09-22 Thread David Katleman

Hi Brad,

Approved, changes look fine.

Thanks for simplifying the JCE jar file builds.

Dave

On 9/21/2014 3:51 PM, Bradford Wetmore wrote:


Hi Sean/Mandy/Erik/Magnus/Alan/David/others,

Please review:

JDK-8058845 : Update JCE environment for build improvements
http://cr.openjdk.java.net/~wetmore/8058845/

This change is to alleviate some of the overly-complicated steps we 
(Oracle) have in building and maintaining the JCE jar files in JDK 9. 
Besides the Makefiles and a class rename, there is very little change 
to the Open code for the OpenJDK Security folks. The OpenJDK build 
folks shouldn't really notice any difference.


I do wish we could completely do away with this code completely, but 
we (Oracle and closed licensees) do still need to follow the regulations.


For the Iced Tea maintainers, this will necessitate a small 
incremental change to your JCE patch.


Thanks,

Brad




Re: .hgignore missing webrevs?

2014-09-10 Thread David Katleman
Change looks correct.   Find its interesting that there were partial 
attempts in some of the repos


Approved.

Thanks
Dave

On 9/10/2014 4:11 PM, Bradford Wetmore wrote:

I created:

https://bugs.openjdk.java.net/browse/JDK-8058180

The code review is:

http://cr.openjdk.java.net/~wetmore/8058180/open/

Brad



On 9/10/2014 12:00 PM, Bradford Wetmore wrote:


I've noticed in various repos that the .hgignore files include
variations on webrev, ^webrev/, or leave it out completely.  In other
words, it's inconsistent.

Mark offered:


http://mail.openjdk.java.net/pipermail/build-dev/2008-February/000742.html 



which add your own personal .hgignore file, but that means everyone has
to do it.  Would a simple cleanup of webrev/.hgignore be a good idea:

+ ^webrev/
+ ^webrev.zip

Brad





Re: jdk8-b73 & nashorn

2014-05-07 Thread David Katleman


On 5/7/2014 11:18 AM, Dave Pointon wrote:
... having said that though, with the benefit of a little hindsight 
and the application of not a little CM common sense, isn't there a 
shortfall in Mercurial in as much as I would expect an update to b73 
to remove nashorn as a sub-repo from the forest since it wasn't 
present when the tag was created ... or is it me ?


Update to b73 implies you are coming from an earlier build of the JDK 8 
forest, where nashorn also does not exist as well.   Mercurial doesn't 
know of nashorn's existence yet.


If you have a later build of the JDK 8 forest, you are better off with a 
new clone, rather than expecting mercurial will downgrade your repos.
I would not want mecurial removing my new repos I've just created within 
my forest, if I happen to do a pull from a forest that didn't have my 
new repo.


Dave




--
Dave Pointon FIAP MBCS

Now I saw, tho' too late, the folly of beginning a work before we 
count the cost and before we we judge rightly of our strength to go 
thro' with it - Robinson Crusoe



On 7 May 2014 19:00, Dave Pointon <mailto:point...@gmail.com>> wrote:


Thanx for the fast response, Dave - reply duly noted and indeed
promulgated :-)

Thanx again ,

--
Dave Pointon FIAP MBCS

Now I saw, tho' too late, the folly of beginning a work before we
count the cost and before we we judge rightly of our strength to
go thro' with it - Robinson Crusoe


On 7 May 2014 18:57, David Katleman mailto:david.katle...@oracle.com>> wrote:


On 5/7/2014 10:18 AM, Dave Pointon wrote:

Greetings fellow builders ,

I have a question, as the subject suggests, regarding the
version of the
nashorn repo - specifically, one of my current tasks is to
attempt to build
OJDK level jdk8-b73 but I can't find that level/tag in the
nashorn repo.

Is there a usual or even standard, method used in OJDK to
establish the
appropriate level of sub-repos ?


nashorn wasn't added to JDK 8 until about b82, so earlier tags
wouldn't be there.

Looks like the creator of nashorn did add some older tags to
the repo to help out in situations like this, but b73 was omitted

In this case, you could use jdk8-b69, and you would get the
same as what you would get for b73, which is nothing, since
nashorn was still empty.

Thanks
Dave







Re: jdk8-b73 & nashorn

2014-05-07 Thread David Katleman


On 5/7/2014 10:18 AM, Dave Pointon wrote:

Greetings fellow builders ,

I have a question, as the subject suggests, regarding the version of the
nashorn repo - specifically, one of my current tasks is to attempt to build
OJDK level jdk8-b73 but I can't find that level/tag in the nashorn repo.

Is there a usual or even standard, method used in OJDK to establish the
appropriate level of sub-repos ?


nashorn wasn't added to JDK 8 until about b82, so earlier tags wouldn't 
be there.


Looks like the creator of nashorn did add some older tags to the repo to 
help out in situations like this, but b73 was omitted


In this case, you could use jdk8-b69, and you would get the same as what 
you would get for b73, which is nothing, since nashorn was still empty.


Thanks
Dave


Re: RFR: JDK-8039030: 9-dev windows-i586 build failed with mktemp: command not found

2014-04-04 Thread David Katleman (Oracle)

On Apr 4, 2014, at 3:21 AM, Erik Joelsson  wrote:
> 
> Please review this re-fix of the F# on the path problem on windows. This was 
> fixed before in JDK-8009315, but was unfortunately reverted by JDK-8035751. 
> This patch readds the filtering of path entries containing '#' from the path.
> 
> Original bug: https://bugs.openjdk.java.net/browse/JDK-8009315
> New bug: https://bugs.openjdk.java.net/browse/JDK-8039030
> Patch inline:
> 
> diff -r 54dd5b81ed46 common/autoconf/toolchain_windows.m4
> --- a/common/autoconf/toolchain_windows.m4  Tue Apr 01 17:25:15 2014 -0700
> +++ b/common/autoconf/toolchain_windows.m4  Fri Apr 04 12:17:30 2014 +0200
> @@ -211,6 +211,9 @@
>   VCINSTALLDIR=`$ECHO "$VCINSTALLDIR" | $SED 's/* *$//'`
>   WindowsSDKDir=`$ECHO "$WindowsSDKDir" | $SED 's/* *$//'`
>   WINDOWSSDKDIR=`$ECHO "$WINDOWSSDKDIR" | $SED 's/* *$//'`
> +  # Remove any paths containing # (typically F#) as that messes up make. 
> This
> +  # is needed if visual studio was installed with F# support.
> +  VS_PATH=`$ECHO "$VS_PATH" | $SED 's/[[^:#]]*#[^:]*://g'`
> 
>   AC_SUBST(VS_PATH)
>   AC_SUBST(VS_INCLUDE)

Same sed pattern that was used in the earlier iteration of toolchain_windows.m4

Approved!

Thanks for the quick turn Erik!

 Dave


Re: CFV: Nomination of Tim Bell as the new Build Group Lead

2014-04-02 Thread David Katleman (Oracle)

Vote: yes

On 4/2/2014 2:58 AM, Magnus Ihse Bursie wrote:

Since Kelly O'Hair has resigned as Group Lead, we need to elect a new Group 
Lead.

I hereby nominate Tim Bell as the new Build Group Lead. With the exception of a 
hiatus some years ago, Tim has been working with OpenJDK since it's creation, 
and on the closed JDK on Sun prior to that. He has a valuable knowledge of the 
OpenJDK build system, and a profound understanding of all the intricacies that 
comes with the real-world problem of building OpenJDK.

Votes are due by Wednesday, 16 April 2014.

According to the Bylaws [1], only current Members of the Build Group [2] are 
eligible to vote on this nomination. Votes must be cast in the open by replying 
to this mailing list. If this nomination is approved by the Build Group, it 
will then need to be ratified by the Governing Board.

For Simple Majority voting instructions, see [3].

[1] http://openjdk.java.net/bylaws#group-lead
[2] http://openjdk.java.net/census#build
[3] http://openjdk.java.net/bylaws#simple-majority

/Magnus




Re: RFR : 8038435 : Some hgforest.sh commands don't receive parameters

2014-03-26 Thread David Katleman


On 3/26/2014 3:39 PM, Mike Duigou wrote:

I have updated the webrev to add the tclone.

I also moved the initial clone from non-local source to only the closed repo 
case. The check isn't necessary for the case where all sub-repos will be 
relative to the root repo and not in a separate forest.

http://cr.openjdk.java.net/~mduigou/JDK-8038435/1/webrev/

Add "PYTHONUNBUFFERED=true" to the echo line.

I am not sure why this would be important. It would seem to be just clutter to 
me.


It's clutter only until you are trying to figure out why you get 
different results when you cut&paste the echo command.

That's just my reasoning for suggesting it, you can leave it out.

New changes look fine, approved.

Thanks
Dave


On Mar 26 2014, at 15:15 , Mike Duigou  wrote:

On Mar 26 2014, at 14:52 , David Katleman  wrote:


Hi Mike,

A few minor comments, overall looks good.

On 3/26/2014 2:11 PM, Mike Duigou wrote:

Hello all;

I introduced bug in JDK-8030681 which prevents non-clone commands from 
receiving parameters.

I also slightly cleaned up checking for what is an acceptable root repo as I 
had encountered this in a problem with a local clone and reverted prior change 
which made the script a bash script.

bug:https://bugs.openjdk.java.net/browse/JDK-8038435

webrev: http://cr.openjdk.java.net/~mduigou/JDK-8038435/0/webrev/
116 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
221 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then

Perhaps out of scope of this fix, but shouldn't we add -o "${command}" = 
"tclone"?
The "fclone" & "tclone" are both cosmetic, neither extensions are used.
Can't remove "fclone" without potentionally breaking scripts.

I can easily add the tclone.

127   pull_default_tail=`echo ${pull_default} | sed -e 
's@^.*://[^/]*/\(.*\)@\1@'`
128   if [ "x${pull_default}" = "x${pull_default_tail}" ] ; then
129   echo "ERROR: Need initial clone from non-local source" > 
${status_output}
130   exit 1
131   fi

The above code looks right for what you want to do, but is it necessary to 
restrict hgforest.sh to only operate vs non-local?

The problem is that the default path is used to figure out the peer name in the 
extra (closed) repo. It's not possible to do this from a local path unless you 
make assumptions or we change the requirements for the extra path to include 
the appropriate root repo.


Seems one should still be able to have their own forest, and clone from that 
forest locally.


238   echo "cd ${i} && hg${global_opts} ${command} ${command_args}" > 
${status_output}
239   cd ${i} && (PYTHONUNBUFFERED=true hg${global_opts} ${command} ${command_args}; echo 
"$?" > ${tmp}/${repopidfile}.pid.rc ) 2>&1 &

Add "PYTHONUNBUFFERED=true" to the echo line.

I am not sure why this would be important. It would seem to be just clutter to 
me.

Thanks!

Mike




Re: RFR : 8038435 : Some hgforest.sh commands don't receive parameters

2014-03-26 Thread David Katleman

Hi Mike,

A few minor comments, overall looks good.

On 3/26/2014 2:11 PM, Mike Duigou wrote:

Hello all;

I introduced bug in JDK-8030681 which prevents non-clone commands from 
receiving parameters.

I also slightly cleaned up checking for what is an acceptable root repo as I 
had encountered this in a problem with a local clone and reverted prior change 
which made the script a bash script.

bug:https://bugs.openjdk.java.net/browse/JDK-8038435

webrev: http://cr.openjdk.java.net/~mduigou/JDK-8038435/0/webrev/



116 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
221 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then


Perhaps out of scope of this fix, but shouldn't we add -o "${command}" = 
"tclone"?
The "fclone" & "tclone" are both cosmetic, neither extensions are used.
Can't remove "fclone" without potentionally breaking scripts.


  127   pull_default_tail=`echo ${pull_default} | sed -e 
's@^.*://[^/]*/\(.*\)@\1@'`
  128   if [ "x${pull_default}" = "x${pull_default_tail}" ] ; then
  129   echo "ERROR: Need initial clone from non-local source" > 
${status_output}
  130   exit 1
  131   fi


The above code looks right for what you want to do, but is it necessary 
to restrict hgforest.sh to only operate vs non-local?


Seems one should still be able to have their own forest, and clone from 
that forest locally.



  238   echo "cd ${i} && hg${global_opts} ${command} ${command_args}" > 
${status_output}
  239   cd ${i} && (PYTHONUNBUFFERED=true hg${global_opts} ${command} ${command_args}; echo 
"$?" > ${tmp}/${repopidfile}.pid.rc ) 2>&1 &


Add "PYTHONUNBUFFERED=true" to the echo line.

Thanks
Dave




hg: jdk8/build/langtools: Added tag jdk8-b132 for changeset c8a87a58eb3e

2014-03-04 Thread david . katleman
Changeset: 1ff9d5118aae
Author:katleman
Date:  2014-03-04 11:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/1ff9d5118aae

Added tag jdk8-b132 for changeset c8a87a58eb3e

! .hgtags



hg: jdk8/build/jdk: Added tag jdk8-b132 for changeset 43cb25339b55

2014-03-04 Thread david . katleman
Changeset: 687fd7c7986d
Author:katleman
Date:  2014-03-04 11:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/687fd7c7986d

Added tag jdk8-b132 for changeset 43cb25339b55

! .hgtags



hg: jdk8/build/nashorn: Added tag jdk8-b132 for changeset 5dbdae28a6f3

2014-03-04 Thread david . katleman
Changeset: 096dc407d310
Author:katleman
Date:  2014-03-04 11:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/096dc407d310

Added tag jdk8-b132 for changeset 5dbdae28a6f3

! .hgtags



hg: jdk8/build/jaxp: Added tag jdk8-b132 for changeset 5993346020d1

2014-03-04 Thread david . katleman
Changeset: 0c49f9209035
Author:katleman
Date:  2014-03-04 11:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/0c49f9209035

Added tag jdk8-b132 for changeset 5993346020d1

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b132 for changeset c2be0dd15dbf

2014-03-04 Thread david . katleman
Changeset: d03dd22762db
Author:katleman
Date:  2014-03-04 11:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/d03dd22762db

Added tag jdk8-b132 for changeset c2be0dd15dbf

! .hgtags



hg: jdk8/build: Added tag jdk8-b132 for changeset 2a8f4c022aa0

2014-03-04 Thread david . katleman
Changeset: 1773f1fd0fac
Author:katleman
Date:  2014-03-04 11:50 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/1773f1fd0fac

Added tag jdk8-b132 for changeset 2a8f4c022aa0

! .hgtags



hg: jdk8/build/hotspot: Added tag jdk8-b132 for changeset 0c94c41dcd70

2014-03-04 Thread david . katleman
Changeset: 87ee5ee27509
Author:katleman
Date:  2014-03-04 11:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/87ee5ee27509

Added tag jdk8-b132 for changeset 0c94c41dcd70

! .hgtags



hg: jdk8/build/corba: Added tag jdk8-b132 for changeset 84fed37bbe64

2014-03-04 Thread david . katleman
Changeset: 3d96f0a5f9e2
Author:katleman
Date:  2014-03-04 11:50 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/3d96f0a5f9e2

Added tag jdk8-b132 for changeset 84fed37bbe64

! .hgtags



hg: jdk8/build: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: 0c38dfecab2a
Author:katleman
Date:  2014-02-28 10:05 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/0c38dfecab2a

Added tag jdk8-b130 for changeset 839546caab12

! .hgtags

Changeset: 2a8f4c022aa0
Author:katleman
Date:  2014-02-28 13:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/2a8f4c022aa0

Added tag jdk8-b131 for changeset 0c38dfecab2a

! .hgtags



hg: jdk8/build/langtools: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: 196ab3dcbd28
Author:katleman
Date:  2014-02-28 10:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/196ab3dcbd28

Added tag jdk8-b130 for changeset 9d81ae1c417a

! .hgtags

Changeset: c8a87a58eb3e
Author:katleman
Date:  2014-02-28 13:37 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/c8a87a58eb3e

Added tag jdk8-b131 for changeset 196ab3dcbd28

! .hgtags



hg: jdk8/build/nashorn: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: cca9748cfec7
Author:katleman
Date:  2014-02-28 10:09 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/cca9748cfec7

Added tag jdk8-b130 for changeset f87eba70e9ee

! .hgtags

Changeset: 5dbdae28a6f3
Author:katleman
Date:  2014-02-28 13:37 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/5dbdae28a6f3

Added tag jdk8-b131 for changeset cca9748cfec7

! .hgtags



hg: jdk8/build/jdk: 4 new changesets

2014-03-03 Thread david . katleman
Changeset: b07a8059dc08
Author:katleman
Date:  2014-02-28 10:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/b07a8059dc08

Added tag jdk8-b130 for changeset 43386cc9a017

! .hgtags

Changeset: 183a8c520b4a
Author:rfield
Date:  2014-02-28 10:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/183a8c520b4a

8035777: Consistent Lambda construction
Reviewed-by: ahgross, briangoetz, dlsmith

! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java
! src/share/classes/java/lang/invoke/TypeConvertingMethodAdapter.java
+ test/java/lang/invoke/lambda/LambdaReceiver.java
+ test/java/lang/invoke/lambda/LambdaReceiverBridge.java
+ test/java/lang/invoke/lambda/LambdaReceiver_anotherpkg/LambdaReceiver_A.java
+ test/java/lang/invoke/lambda/LambdaReturn.java
+ test/java/lang/invoke/lambda/MetafactoryArityTest.java
+ test/java/lang/invoke/lambda/MetafactoryParameterCastTest.java
+ test/java/lang/invoke/lambda/MetafactorySamReturnTest.java

Changeset: e291ac47c9a9
Author:lana
Date:  2014-02-28 11:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/e291ac47c9a9

Merge


Changeset: 43cb25339b55
Author:katleman
Date:  2014-02-28 13:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/43cb25339b55

Added tag jdk8-b131 for changeset e291ac47c9a9

! .hgtags



hg: jdk8/build/jaxws: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: 012b935707fa
Author:katleman
Date:  2014-02-28 10:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/012b935707fa

Added tag jdk8-b130 for changeset 4195c0956930

! .hgtags

Changeset: c2be0dd15dbf
Author:katleman
Date:  2014-02-28 13:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c2be0dd15dbf

Added tag jdk8-b131 for changeset 012b935707fa

! .hgtags



hg: jdk8/build/jaxp: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: 79d8b7fac21d
Author:katleman
Date:  2014-02-28 10:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/79d8b7fac21d

Added tag jdk8-b130 for changeset 0cb0cd015218

! .hgtags

Changeset: 5993346020d1
Author:katleman
Date:  2014-02-28 13:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/5993346020d1

Added tag jdk8-b131 for changeset 79d8b7fac21d

! .hgtags



hg: jdk8/build/hotspot: 6 new changesets

2014-03-03 Thread david . katleman
Changeset: b5e7ebfe185c
Author:katleman
Date:  2014-02-28 10:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b5e7ebfe185c

Added tag jdk8-b130 for changeset 1dbaf664a611

! .hgtags

Changeset: 5380dc5d007e
Author:katleman
Date:  2014-02-28 13:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/5380dc5d007e

Added tag jdk8-b131 for changeset b5e7ebfe185c

! .hgtags

Changeset: 54f0c207dc35
Author:amurillo
Date:  2014-01-28 15:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/54f0c207dc35

8032984: new hotspot build - hs25-b70
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: e46f2ee62e78
Author:vlivanov
Date:  2014-03-03 16:10 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/e46f2ee62e78

8036100: Default method returns true for a while, and then returns false
Reviewed-by: kvn, jrose

! src/share/vm/ci/ciMethod.cpp
+ test/compiler/inlining/InlineDefaultMethod1.java

Changeset: 9f9179e8f0cf
Author:amurillo
Date:  2014-03-03 17:48 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9f9179e8f0cf

Merge


Changeset: 0c94c41dcd70
Author:amurillo
Date:  2014-03-03 17:48 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/0c94c41dcd70

Added tag hs25-b70 for changeset 9f9179e8f0cf

! .hgtags



hg: jdk8/build/corba: 2 new changesets

2014-03-03 Thread david . katleman
Changeset: 5e5c8f0c45dd
Author:katleman
Date:  2014-02-28 10:05 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/5e5c8f0c45dd

Added tag jdk8-b130 for changeset 0683ee308085

! .hgtags

Changeset: 84fed37bbe64
Author:katleman
Date:  2014-02-28 13:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/84fed37bbe64

Added tag jdk8-b131 for changeset 5e5c8f0c45dd

! .hgtags



hg: jdk8/build/corba: 8035618: Four api/org_omg/CORBA TCK tests fail under plugin only

2014-02-27 Thread david . katleman
Changeset: 0683ee308085
Author:coffeys
Date:  2014-02-26 23:04 +
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/0683ee308085

8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
Reviewed-by: mchung, chegar

! src/share/classes/com/sun/corba/se/spi/orb/ORB.java



hg: jdk8/build/nashorn: Added tag jdk8-b129 for changeset 9cc3fd32fbab

2014-02-11 Thread david . katleman
Changeset: f87eba70e9ee
Author:katleman
Date:  2014-02-06 17:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/f87eba70e9ee

Added tag jdk8-b129 for changeset 9cc3fd32fbab

! .hgtags



hg: jdk8/build/langtools: Added tag jdk8-b129 for changeset 8fe7202d3c38

2014-02-11 Thread david . katleman
Changeset: 9d81ae1c417a
Author:katleman
Date:  2014-02-06 17:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/9d81ae1c417a

Added tag jdk8-b129 for changeset 8fe7202d3c38

! .hgtags



hg: jdk8/build/jdk: 5 new changesets

2014-02-11 Thread david . katleman
Changeset: ab6e7bb8ff9f
Author:pchelko
Date:  2014-01-22 16:15 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/ab6e7bb8ff9f

7155984: Security problems in regression test 
java/awt/PrintJob/Security/SecurityDialogTest.java
Reviewed-by: anthony, serb

! src/macosx/classes/apple/laf/JRSUIUtils.java

Changeset: eef10feca8ca
Author:lana
Date:  2014-02-06 13:28 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/eef10feca8ca

Merge


Changeset: 7534523b4174
Author:henryjen
Date:  2014-02-06 10:30 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/7534523b4174

8033590: java.util.Comparator::thenComparing has unnecessary type restriction
Reviewed-by: psandoz

! src/share/classes/java/util/Comparator.java
! test/java/util/Comparator/TypeTest.java

Changeset: 80568a19aab7
Author:lana
Date:  2014-02-06 13:29 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/80568a19aab7

Merge


Changeset: 43386cc9a017
Author:katleman
Date:  2014-02-06 17:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/43386cc9a017

Added tag jdk8-b129 for changeset 80568a19aab7

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b129 for changeset aabc90596123

2014-02-11 Thread david . katleman
Changeset: 4195c0956930
Author:katleman
Date:  2014-02-06 17:35 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/4195c0956930

Added tag jdk8-b129 for changeset aabc90596123

! .hgtags



hg: jdk8/build/jaxp: Added tag jdk8-b129 for changeset b7752cea7c81

2014-02-11 Thread david . katleman
Changeset: 0cb0cd015218
Author:katleman
Date:  2014-02-06 17:34 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/0cb0cd015218

Added tag jdk8-b129 for changeset b7752cea7c81

! .hgtags



hg: jdk8/build/hotspot: Added tag jdk8-b129 for changeset cb39165c4a65

2014-02-11 Thread david . katleman
Changeset: 1dbaf664a611
Author:katleman
Date:  2014-02-06 17:34 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1dbaf664a611

Added tag jdk8-b129 for changeset cb39165c4a65

! .hgtags



hg: jdk8/build: Added tag jdk8-b129 for changeset 1e5fe8654913

2014-02-11 Thread david . katleman
Changeset: 839546caab12
Author:katleman
Date:  2014-02-06 17:34 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/839546caab12

Added tag jdk8-b129 for changeset 1e5fe8654913

! .hgtags



hg: jdk8/build/corba: Added tag jdk8-b129 for changeset 5c72d74c6805

2014-02-11 Thread david . katleman
Changeset: eea0d7dfcbe2
Author:katleman
Date:  2014-02-06 17:34 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/eea0d7dfcbe2

Added tag jdk8-b129 for changeset 5c72d74c6805

! .hgtags



hg: jdk8/build/langtools: Added tag jdk8-b128 for changeset 09cdd3b493c0

2014-02-04 Thread david . katleman
Changeset: 8fe7202d3c38
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/8fe7202d3c38

Added tag jdk8-b128 for changeset 09cdd3b493c0

! .hgtags



hg: jdk8/build/nashorn: 6 new changesets

2014-02-04 Thread david . katleman
Changeset: a43c125b03dc
Author:sundar
Date:  2014-01-30 18:34 +0530
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/a43c125b03dc

8032944: Improve reflection in Nashorn
Reviewed-by: jlaskey, attila, ahgross

! src/jdk/nashorn/internal/objects/NativeObject.java
+ test/script/sandbox/classbind.js

Changeset: eca774d33fa4
Author:sundar
Date:  2014-01-30 19:04 +0530
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/eca774d33fa4

8032954: Nashorn: extend Java.extend
Reviewed-by: attila, jlaskey, ahgross

! src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
! test/script/sandbox/classbind.js
! test/script/sandbox/classloader.js
! test/script/sandbox/classloader.js.EXPECTED

Changeset: c59fb10cb0b5
Author:sundar
Date:  2014-01-30 19:45 +0530
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/c59fb10cb0b5

8032949: Nashorn linkages awry
Reviewed-by: jlaskey, attila, ahgross

! src/jdk/nashorn/internal/objects/NativeObject.java
! src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
! src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
! src/jdk/nashorn/internal/runtime/linker/NashornStaticClassLinker.java
! src/jdk/nashorn/internal/runtime/linker/ReflectionCheckLinker.java
! test/src/jdk/nashorn/api/scripting/ScriptEngineSecurityTest.java
! test/src/jdk/nashorn/api/scripting/ScriptEngineTest.java

Changeset: 11b83c913cca
Author:attila
Date:  2014-01-30 20:14 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/11b83c913cca

8032681: Issues with Nashorn
Reviewed-by: ahgross, jlaskey, sundar

+ src/jdk/internal/dynalink/linker/GuardedTypeConversion.java
! src/jdk/internal/dynalink/linker/GuardingTypeConverterFactory.java
! src/jdk/internal/dynalink/support/LinkerServicesImpl.java
! src/jdk/internal/dynalink/support/TypeConverterFactory.java
! src/jdk/nashorn/api/scripting/NashornScriptEngine.java
! src/jdk/nashorn/internal/objects/NativeJava.java
! src/jdk/nashorn/internal/objects/NativeJavaImporter.java
! src/jdk/nashorn/internal/runtime/Context.java
! src/jdk/nashorn/internal/runtime/NativeJavaPackage.java
! src/jdk/nashorn/internal/runtime/ScriptFunction.java
! src/jdk/nashorn/internal/runtime/linker/AdaptationResult.java
! src/jdk/nashorn/internal/runtime/linker/JSObjectLinker.java
! src/jdk/nashorn/internal/runtime/linker/JavaAdapterBytecodeGenerator.java
! src/jdk/nashorn/internal/runtime/linker/JavaAdapterClassLoader.java
! src/jdk/nashorn/internal/runtime/linker/JavaAdapterFactory.java
! src/jdk/nashorn/internal/runtime/linker/JavaAdapterServices.java
! src/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java
! src/jdk/nashorn/internal/runtime/linker/NashornLinker.java
! src/jdk/nashorn/internal/runtime/linker/NashornPrimitiveLinker.java
! src/jdk/nashorn/internal/runtime/linker/NashornStaticClassLinker.java
! src/jdk/nashorn/internal/runtime/resources/Messages.properties
! test/script/basic/JDK-8014647.js
! test/script/basic/JDK-8014647.js.EXPECTED
! test/script/basic/javaclassoverrides.js
! test/script/basic/javaclassoverrides.js.EXPECTED
! test/script/sandbox/javaextend.js
! test/script/sandbox/javaextend.js.EXPECTED
! test/src/jdk/nashorn/api/scripting/ScriptEngineSecurityTest.java
+ test/src/jdk/nashorn/test/models/ClassWithFinalFinalizer.java
+ test/src/jdk/nashorn/test/models/ClassWithInheritedFinalFinalizer.java

Changeset: 73cbad0c5d28
Author:lana
Date:  2014-01-31 13:47 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/73cbad0c5d28

Merge


Changeset: 9cc3fd32fbab
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/9cc3fd32fbab

Added tag jdk8-b128 for changeset 73cbad0c5d28

! .hgtags



hg: jdk8/build/jdk: 7 new changesets

2014-02-04 Thread david . katleman
Changeset: 9f098aed44c0
Author:anazarov
Date:  2014-01-31 12:01 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/9f098aed44c0

8032025: Update repeating annotations demo
Reviewed-by: jfranck

+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/Device.java
+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/Kettle.xml
+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/Module.java
+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/PluginChecker.java
+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/Require.java
+ 
src/share/sample/annotations/DependencyChecker/PluginChecker/src/checker/RequireContainer.java
+ 
src/share/sample/annotations/DependencyChecker/Plugins/src/plugins/BoilerPlugin.java
+ 
src/share/sample/annotations/DependencyChecker/Plugins/src/plugins/ExtendedBoilerPlugin.java
+ 
src/share/sample/annotations/DependencyChecker/Plugins/src/plugins/TimerPlugin.java
+ src/share/sample/annotations/Validator/src/PositiveIntegerSupplier.java
+ src/share/sample/annotations/Validator/src/SupplierValidator.java
+ src/share/sample/annotations/Validator/src/Validate.java
+ src/share/sample/annotations/Validator/src/Validator.java
+ src/share/sample/annotations/index.html

Changeset: f72a8df6a2ed
Author:anazarov
Date:  2014-01-31 12:01 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/f72a8df6a2ed

8031650: Update bulk operation demo
Reviewed-by: psandoz, mduigou

+ src/share/sample/lambda/BulkDataOperations/index.html
+ src/share/sample/lambda/BulkDataOperations/src/CSVProcessor.java
+ src/share/sample/lambda/BulkDataOperations/src/Grep.java
+ src/share/sample/lambda/BulkDataOperations/src/PasswordGenerator.java
+ src/share/sample/lambda/BulkDataOperations/src/WC.java

Changeset: 4574011c1689
Author:anazarov
Date:  2014-01-31 12:01 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/4574011c1689

8032020: Update try-with-resources demo
Reviewed-by: darcy, alanb, smarks

+ src/share/sample/try-with-resources/index.html
+ src/share/sample/try-with-resources/src/CustomAutoCloseableSample.java
+ src/share/sample/try-with-resources/src/Unzip.java
+ src/share/sample/try-with-resources/src/ZipCat.java

Changeset: a4f68fc5f353
Author:psandoz
Date:  2014-01-31 12:01 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/a4f68fc5f353

8032056: Create demo to illustrate new practices of the default methods usage
Reviewed-by: briangoetz, rfield, psandoz
Contributed-by: taras.led...@oracle.com

+ src/share/sample/lambda/DefaultMethods/ArrayIterator.java
+ src/share/sample/lambda/DefaultMethods/DiamondInheritance.java
+ src/share/sample/lambda/DefaultMethods/Inheritance.java
+ src/share/sample/lambda/DefaultMethods/MixIn.java
+ src/share/sample/lambda/DefaultMethods/Reflection.java
+ src/share/sample/lambda/DefaultMethods/SimplestUsage.java

Changeset: f684c9773858
Author:vlivanov
Date:  2014-01-31 21:07 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/f684c9773858

8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: jrose, twisti

! src/share/classes/sun/invoke/util/VerifyAccess.java
! test/java/lang/invoke/ProtectedMemberDifferentPackage/Test.java
! test/java/lang/invoke/ProtectedMemberDifferentPackage/p1/T2.java
! test/java/lang/invoke/ProtectedMemberDifferentPackage/p2/T3.java

Changeset: f644211c59fd
Author:lana
Date:  2014-01-31 13:47 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/f644211c59fd

Merge


Changeset: 3c9473004f38
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/3c9473004f38

Added tag jdk8-b128 for changeset f644211c59fd

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b128 for changeset de172acc095b

2014-02-04 Thread david . katleman
Changeset: aabc90596123
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/aabc90596123

Added tag jdk8-b128 for changeset de172acc095b

! .hgtags



hg: jdk8/build/jaxp: Added tag jdk8-b128 for changeset b1839922f10c

2014-02-04 Thread david . katleman
Changeset: b7752cea7c81
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/b7752cea7c81

Added tag jdk8-b128 for changeset b1839922f10c

! .hgtags



hg: jdk8/build/hotspot: Added tag jdk8-b128 for changeset 874c0b4a946c

2014-02-04 Thread david . katleman
Changeset: cb39165c4a65
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/cb39165c4a65

Added tag jdk8-b128 for changeset 874c0b4a946c

! .hgtags



hg: jdk8/build/corba: Added tag jdk8-b128 for changeset 113e7569b49b

2014-02-04 Thread david . katleman
Changeset: 5c72d74c6805
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/5c72d74c6805

Added tag jdk8-b128 for changeset 113e7569b49b

! .hgtags



hg: jdk8/build: Added tag jdk8-b128 for changeset 101e42de4686

2014-02-04 Thread david . katleman
Changeset: 1e5fe8654913
Author:katleman
Date:  2014-02-01 18:21 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/1e5fe8654913

Added tag jdk8-b128 for changeset 101e42de4686

! .hgtags



hg: jdk8/build/nashorn: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: d3b293a4d554
Author:jeff
Date:  2014-01-28 20:10 +
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/d3b293a4d554

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: fdfbb745caf0
Author:lana
Date:  2014-01-29 11:12 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/fdfbb745caf0

Merge


Changeset: 7dfde83426d1
Author:katleman
Date:  2014-01-30 12:17 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/7dfde83426d1

Added tag jdk8-b127 for changeset fdfbb745caf0

! .hgtags



hg: jdk8/build/langtools: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: afa91c54ff00
Author:jeff
Date:  2014-01-28 20:10 +
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/afa91c54ff00

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: bb69217ed812
Author:lana
Date:  2014-01-29 11:12 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/bb69217ed812

Merge


Changeset: 09cdd3b493c0
Author:katleman
Date:  2014-01-30 12:17 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/09cdd3b493c0

Added tag jdk8-b127 for changeset bb69217ed812

! .hgtags



hg: jdk8/build/jdk: 8 new changesets

2014-01-30 Thread david . katleman
Changeset: 4d891c8db5c1
Author:weijun
Date:  2014-01-21 12:08 +0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/4d891c8db5c1

8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
Reviewed-by: mullan

! src/share/classes/java/util/jar/JarFile.java
+ test/sun/security/tools/jarsigner/EntriesOrder.java

Changeset: b56ff7d30a72
Author:alanb
Date:  2014-01-24 11:50 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/b56ff7d30a72

8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on 
OS X
Reviewed-by: sla, chegar, psandoz

! src/solaris/native/common/jni_util_md.c

Changeset: 56d05f260123
Author:vlivanov
Date:  2014-01-28 13:46 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/56d05f260123

8032585: JSR292: IllegalAccessError when attempting to invoke protected method 
from different package
Reviewed-by: twisti, jrose

! src/share/classes/sun/invoke/util/VerifyAccess.java
+ test/java/lang/invoke/ProtectedMemberDifferentPackage/Test.java
+ test/java/lang/invoke/ProtectedMemberDifferentPackage/p1/T2.java
+ test/java/lang/invoke/ProtectedMemberDifferentPackage/p2/T3.java

Changeset: 72d0cc723560
Author:jeff
Date:  2014-01-28 20:10 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/72d0cc723560

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: c8d9cdc6445c
Author:rfield
Date:  2014-01-28 13:02 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/c8d9cdc6445c

8032711: Issue with Lambda in handling
8032704: Issues with lib perm in Lambda
Reviewed-by: jrose, ahgross, briangoetz

! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java
+ test/java/lang/invoke/lambda/T8032704.java
+ test/java/lang/invoke/lambda/T8032711.java

Changeset: e385bd6f7338
Author:rfield
Date:  2014-01-28 17:23 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/e385bd6f7338

8032697: Issues with Lambda
Reviewed-by: ahgross, briangoetz, dlsmith, rfield
Contributed-by: daniel.sm...@oracle.com

! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java
+ test/java/lang/invoke/lambda/T8032697.java
+ test/java/lang/invoke/lambda/T8032697_anotherpkg/T8032697_A.java

Changeset: fbf251b8ef8a
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/fbf251b8ef8a

Merge


Changeset: f777d83e0433
Author:katleman
Date:  2014-01-30 12:17 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/f777d83e0433

Added tag jdk8-b127 for changeset fbf251b8ef8a

! .hgtags



hg: jdk8/build/jaxws: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 2b44c111e153
Author:jeff
Date:  2014-01-28 20:09 +
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/2b44c111e153

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: 8e46fe36e175
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/8e46fe36e175

Merge


Changeset: de172acc095b
Author:katleman
Date:  2014-01-30 12:16 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/de172acc095b

Added tag jdk8-b127 for changeset 8e46fe36e175

! .hgtags



hg: jdk8/build/jaxp: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 60c2c003fa11
Author:jeff
Date:  2014-01-28 20:09 +
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/60c2c003fa11

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: b68cdb63a70b
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/b68cdb63a70b

Merge


Changeset: b1839922f10c
Author:katleman
Date:  2014-01-30 12:16 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/b1839922f10c

Added tag jdk8-b127 for changeset b68cdb63a70b

! .hgtags



hg: jdk8/build/hotspot: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: ce0320cdb075
Author:jeff
Date:  2014-01-28 20:09 +
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ce0320cdb075

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: 35038da7bb9d
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/35038da7bb9d

Merge


Changeset: 874c0b4a946c
Author:katleman
Date:  2014-01-30 12:16 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/874c0b4a946c

Added tag jdk8-b127 for changeset 35038da7bb9d

! .hgtags



hg: jdk8/build/corba: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 6d40c0d49c7a
Author:jeff
Date:  2014-01-28 20:09 +
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/6d40c0d49c7a

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: b8c71dae0557
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/b8c71dae0557

Merge


Changeset: 113e7569b49b
Author:katleman
Date:  2014-01-30 12:16 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/113e7569b49b

Added tag jdk8-b127 for changeset b8c71dae0557

! .hgtags



hg: jdk8/build: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 4f590c2cec75
Author:jeff
Date:  2014-01-28 20:09 +
URL:   http://hg.openjdk.java.net/jdk8/build/rev/4f590c2cec75

8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana

! THIRD_PARTY_README

Changeset: 2e2ffb9e4b69
Author:lana
Date:  2014-01-29 11:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/2e2ffb9e4b69

Merge


Changeset: 101e42de4686
Author:katleman
Date:  2014-01-30 12:16 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/101e42de4686

Added tag jdk8-b127 for changeset 2e2ffb9e4b69

! .hgtags



hg: jdk8/build/hotspot: 4 new changesets

2014-01-29 Thread david . katleman
Changeset: 7e412f95e310
Author:amurillo
Date:  2014-01-23 13:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/7e412f95e310

8032608: new hotspot build - hs25-b69
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 2185d483f5f8
Author:kvn
Date:  2014-01-27 10:20 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/2185d483f5f8

8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)
Summary: Switch off EliminateAutoBox flag by default in jdk8 release.
Reviewed-by: iveresov

! src/share/vm/opto/c2_globals.hpp

Changeset: 32f017489ba5
Author:amurillo
Date:  2014-01-28 15:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/32f017489ba5

Merge


Changeset: 1d8728efc05f
Author:amurillo
Date:  2014-01-28 15:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1d8728efc05f

Added tag hs25-b69 for changeset 32f017489ba5

! .hgtags



hg: jdk8/build/nashorn: Added tag jdk8-b126 for changeset 095263db862d

2014-01-28 Thread david . katleman
Changeset: e2522604c7c9
Author:katleman
Date:  2014-01-24 15:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/e2522604c7c9

Added tag jdk8-b126 for changeset 095263db862d

! .hgtags



hg: jdk8/build/langtools: Added tag jdk8-b126 for changeset ba24b6304362

2014-01-28 Thread david . katleman
Changeset: 305b97f4651b
Author:katleman
Date:  2014-01-24 15:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/305b97f4651b

Added tag jdk8-b126 for changeset ba24b6304362

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b126 for changeset 7193a007a159

2014-01-28 Thread david . katleman
Changeset: 3f682f2ea376
Author:katleman
Date:  2014-01-24 15:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/3f682f2ea376

Added tag jdk8-b126 for changeset 7193a007a159

! .hgtags



hg: jdk8/build/jaxp: Added tag jdk8-b126 for changeset 390cc275c04c

2014-01-28 Thread david . katleman
Changeset: 573c261a2025
Author:katleman
Date:  2014-01-24 15:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/573c261a2025

Added tag jdk8-b126 for changeset 390cc275c04c

! .hgtags



hg: jdk8/build/jdk: Added tag jdk8-b126 for changeset a9088d517f2f

2014-01-28 Thread david . katleman
Changeset: a635c394328c
Author:katleman
Date:  2014-01-24 15:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/a635c394328c

Added tag jdk8-b126 for changeset a9088d517f2f

! .hgtags



hg: jdk8/build/hotspot: 8 new changesets

2014-01-28 Thread david . katleman
Changeset: 9a11d5e679cf
Author:katleman
Date:  2014-01-24 15:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9a11d5e679cf

Added tag jdk8-b126 for changeset c8218f1072a0

! .hgtags

Changeset: c2106608358b
Author:amurillo
Date:  2014-01-17 20:30 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c2106608358b

8032015: new hotspot build - hs25-b68
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 709018897c81
Author:vlivanov
Date:  2014-01-23 01:23 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/709018897c81

8031695: CHA ignores default methods during analysis leading to incorrect code 
generation
Reviewed-by: jrose, acorn, hseigel, lfoltan

! src/share/vm/code/dependencies.cpp
+ test/compiler/inlining/DefaultAndConcreteMethodsCHA.java

Changeset: f970454708b8
Author:iveresov
Date:  2014-01-17 18:09 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/f970454708b8

8032207: C2: assert(VerifyOops || MachNode::size(ra_) <= (3+1)*4) failed: bad 
fixed size
Summary: Fix the sizing of loadUS2L_immI16 and loadI2L_immI
Reviewed-by: kvn, azeemj

! src/cpu/sparc/vm/sparc.ad
+ test/compiler/codegen/LoadWithMask.java

Changeset: 984401824c5e
Author:iveresov
Date:  2014-01-21 20:05 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/984401824c5e

8031743: C2: loadI2L_immI broken for negative memory values
Summary: Restrict loadI2L_imm optimizations to positive values of mask
Reviewed-by: kvn, dlong

! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
+ test/compiler/codegen/LoadWithMask2.java

Changeset: d45454002494
Author:amurillo
Date:  2014-01-23 13:37 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d45454002494

Merge


Changeset: 2c564e329c87
Author:amurillo
Date:  2014-01-23 13:37 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/2c564e329c87

Added tag hs25-b68 for changeset d45454002494

! .hgtags

Changeset: 58879cd9f8df
Author:amurillo
Date:  2014-01-28 09:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/58879cd9f8df

Merge

! .hgtags



hg: jdk8/build: 3 new changesets

2014-01-28 Thread david . katleman
Changeset: 7238a870ddb7
Author:erikj
Date:  2014-01-24 10:39 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/rev/7238a870ddb7

8032632: Wrong version for the first jdk8 fcs build
Reviewed-by: katleman

! common/autoconf/spec.gmk.in

Changeset: 9ccce5bf1b0e
Author:katleman
Date:  2014-01-24 04:45 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/9ccce5bf1b0e

Merge


Changeset: 4f8fa4724c14
Author:katleman
Date:  2014-01-24 15:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/4f8fa4724c14

Added tag jdk8-b126 for changeset 9ccce5bf1b0e

! .hgtags



hg: jdk8/build/corba: Added tag jdk8-b126 for changeset 8ceb68fd9e10

2014-01-28 Thread david . katleman
Changeset: cfa04e69b115
Author:katleman
Date:  2014-01-24 15:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/cfa04e69b115

Added tag jdk8-b126 for changeset 8ceb68fd9e10

! .hgtags



Re: URGENT: RFR: JDK-8032632: Wrong version for the first jdk8 fcs build

2014-01-24 Thread David Katleman (Oracle)

On 1/24/2014 1:12 AM, Erik Joelsson wrote:
Please review this simple fix for JDK8. When building the first fcs 
build, a version string error was discovered. The fix is simple.


Webrev: http://cr.openjdk.java.net/~erikj/8032632/webrev.root.01/
Bug: https://bugs.openjdk.java.net/browse/JDK-8032632

This fix restores the logic to the way it works in JDK7 where it looks 
like this in jdk/make/common/shared/Defs.gmk:


ifneq ($(MILESTONE),fcs)
  RELEASE  = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
else
  RELEASE  = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
endif

Note that MILESTONE is never empty in either 7 or 8 because it's set 
to "internal" before the conditional in either case, so the current 
conditional in JDK8 is just wrong.


Change looks correct.   I didn't see any other MILESTONE reference that 
needs to be updated in addition.


Approved.

Dave



hg: jdk8/build: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: 950921234b10
Author:katleman
Date:  2014-01-22 12:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/950921234b10

Added tag jdk8-b125 for changeset 790bbd46b201

! .hgtags

Changeset: 1b5d578f93ef
Author:katleman
Date:  2014-01-22 14:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/1b5d578f93ef

Merge

! .hgtags



hg: jdk8/build/nashorn: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: d336209a0e45
Author:katleman
Date:  2014-01-22 12:54 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/d336209a0e45

Added tag jdk8-b125 for changeset 7346abe2ea03

! .hgtags

Changeset: 095263db862d
Author:katleman
Date:  2014-01-22 14:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/095263db862d

Merge

! .hgtags



hg: jdk8/build/langtools: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: 9a4dbfe11ed1
Author:katleman
Date:  2014-01-22 12:54 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/9a4dbfe11ed1

Added tag jdk8-b125 for changeset 436176151e85

! .hgtags

Changeset: ba24b6304362
Author:katleman
Date:  2014-01-22 14:09 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/ba24b6304362

Merge

! .hgtags



hg: jdk8/build/jdk: 8 new changesets

2014-01-23 Thread david . katleman
Changeset: 75cf17ceb6d1
Author:katleman
Date:  2014-01-22 12:54 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/75cf17ceb6d1

Added tag jdk8-b125 for changeset ae303640bc1c

! .hgtags

Changeset: 95410515ba5f
Author:katleman
Date:  2014-01-22 14:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/95410515ba5f

Merge

! .hgtags

Changeset: 91bce40d0347
Author:alexsch
Date:  2014-01-23 20:36 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/91bce40d0347

8032063: javax.swing.plaf.metal.MetalFileChooserUI$FilterComboBoxModel extends 
non-standard API
Reviewed-by: pchelko, serb

! src/macosx/classes/com/apple/laf/AquaFileChooserUI.java
! src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java
! src/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java
! src/share/classes/com/sun/java/swing/plaf/windows/WindowsFileChooserUI.java
! src/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java
- src/share/classes/sun/swing/AbstractFilterComboBoxModel.java
! src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java

Changeset: 6935e7a3a7c9
Author:amurillo
Date:  2014-01-23 14:46 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/6935e7a3a7c9

Merge


Changeset: ff56039c4870
Author:erikj
Date:  2014-01-22 12:13 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/ff56039c4870

8032217: failure in man page processing
Reviewed-by: dholmes, tbell

! make/Images.gmk

Changeset: 57c26829deb6
Author:mullan
Date:  2014-01-22 19:06 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/57c26829deb6

8031825: OCSP client can't find responder cert if it uses a different subject 
key id algorithm than responderID
Reviewed-by: vinnie, xuelei

! src/share/classes/sun/security/provider/certpath/OCSPResponse.java

Changeset: 68eb0c55a8c0
Author:psandoz
Date:  2014-01-21 10:49 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/68eb0c55a8c0

8032190: Specifications of stream flatMap methods should require mapped streams 
to be closed
Reviewed-by: chegar, alanb

! src/share/classes/java/util/stream/DoubleStream.java
! src/share/classes/java/util/stream/IntStream.java
! src/share/classes/java/util/stream/LongStream.java
! src/share/classes/java/util/stream/Stream.java

Changeset: a9088d517f2f
Author:amurillo
Date:  2014-01-23 14:47 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/a9088d517f2f

Merge




hg: jdk8/build/jaxp: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: 6a5af8a36aaf
Author:katleman
Date:  2014-01-22 12:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/6a5af8a36aaf

Added tag jdk8-b125 for changeset 83bb924238f8

! .hgtags

Changeset: 390cc275c04c
Author:katleman
Date:  2014-01-22 14:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/390cc275c04c

Merge

! .hgtags



hg: jdk8/build/jaxws: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: c0040f0b75e2
Author:katleman
Date:  2014-01-22 12:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c0040f0b75e2

Added tag jdk8-b125 for changeset ef71ecbcd7bc

! .hgtags

Changeset: 7193a007a159
Author:katleman
Date:  2014-01-22 14:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/7193a007a159

Merge

! .hgtags



hg: jdk8/build/hotspot: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: 55ff9170e27d
Author:katleman
Date:  2014-01-22 12:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/55ff9170e27d

Added tag jdk8-b125 for changeset df333ee12bba

! .hgtags

Changeset: c8218f1072a0
Author:katleman
Date:  2014-01-22 14:07 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c8218f1072a0

Merge

! .hgtags



hg: jdk8/build/corba: 2 new changesets

2014-01-23 Thread david . katleman
Changeset: 18c4d03cf516
Author:katleman
Date:  2014-01-22 12:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/18c4d03cf516

Added tag jdk8-b125 for changeset 7b45151c7a05

! .hgtags

Changeset: 8ceb68fd9e10
Author:katleman
Date:  2014-01-22 14:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/8ceb68fd9e10

Merge

! .hgtags



hg: jdk8/build/hotspot: 5 new changesets

2014-01-21 Thread david . katleman
Changeset: 16e0c6c84a91
Author:amurillo
Date:  2014-01-13 16:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/16e0c6c84a91

8031553: new hotspot build - hs25-b67
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 12ad8db39f76
Author:roland
Date:  2014-01-14 09:44 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/12ad8db39f76

8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV 
in MarkSweep::follow_stack()+0x8a
Summary: C1 generates code to encode compressed oop into tmp register before 
runtime call for patching where GC may happen
Reviewed-by: iveresov, twisti, kvn
Contributed-by: mgerdin 

! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

Changeset: 8b81451dc7f7
Author:twisti
Date:  2014-01-16 16:18 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/8b81451dc7f7

8022395: java.util.zip.ZipException: Not in GZIP format in 
JT_JDK/test/java/util/zip/GZIP tests
Reviewed-by: kvn, iveresov

! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp

Changeset: 3585183c191a
Author:amurillo
Date:  2014-01-17 20:24 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/3585183c191a

Merge


Changeset: 5df2666e4573
Author:amurillo
Date:  2014-01-17 20:24 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/5df2666e4573

Added tag hs25-b67 for changeset 3585183c191a

! .hgtags



hg: jdk8/build/langtools: Added tag jdk8-b124 for changeset 436176151e85

2014-01-21 Thread david . katleman
Changeset: 9e35f82eec22
Author:katleman
Date:  2014-01-17 15:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/9e35f82eec22

Added tag jdk8-b124 for changeset 436176151e85

! .hgtags



hg: jdk8/build/nashorn: Added tag jdk8-b124 for changeset 7346abe2ea03

2014-01-21 Thread david . katleman
Changeset: 40192ec6af87
Author:katleman
Date:  2014-01-17 15:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/40192ec6af87

Added tag jdk8-b124 for changeset 7346abe2ea03

! .hgtags



hg: jdk8/build/jaxp: Added tag jdk8-b124 for changeset 83bb924238f8

2014-01-21 Thread david . katleman
Changeset: 5a4e9ef8673d
Author:katleman
Date:  2014-01-17 15:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/5a4e9ef8673d

Added tag jdk8-b124 for changeset 83bb924238f8

! .hgtags



hg: jdk8/build/jdk: Added tag jdk8-b124 for changeset ae303640bc1c

2014-01-21 Thread david . katleman
Changeset: 3e9b46280c16
Author:katleman
Date:  2014-01-17 15:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/3e9b46280c16

Added tag jdk8-b124 for changeset ae303640bc1c

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b124 for changeset ef71ecbcd7bc

2014-01-21 Thread david . katleman
Changeset: b14885a461b3
Author:katleman
Date:  2014-01-17 15:53 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/b14885a461b3

Added tag jdk8-b124 for changeset ef71ecbcd7bc

! .hgtags



hg: jdk8/build/hotspot: Added tag jdk8-b124 for changeset df333ee12bba

2014-01-21 Thread david . katleman
Changeset: e2e6ca7e0ea6
Author:katleman
Date:  2014-01-17 15:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/e2e6ca7e0ea6

Added tag jdk8-b124 for changeset df333ee12bba

! .hgtags



hg: jdk8/build/corba: Added tag jdk8-b124 for changeset 7b45151c7a05

2014-01-21 Thread david . katleman
Changeset: 6b66ffd36885
Author:katleman
Date:  2014-01-17 15:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/6b66ffd36885

Added tag jdk8-b124 for changeset 7b45151c7a05

! .hgtags



hg: jdk8/build: Added tag jdk8-b124 for changeset 790bbd46b201

2014-01-21 Thread david . katleman
Changeset: 0623ae55afff
Author:katleman
Date:  2014-01-17 15:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/0623ae55afff

Added tag jdk8-b124 for changeset 790bbd46b201

! .hgtags



hg: jdk8/build/jdk: 52 new changesets

2014-01-17 Thread david . katleman
Changeset: 630a92015993
Author:psandoz
Date:  2014-01-09 10:52 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/630a92015993

8031187: DoubleStream.count is incorrect for a stream containing > 
Integer.MAX_VALUE elements
Reviewed-by: darcy

! src/share/classes/java/util/stream/DoublePipeline.java
! src/share/classes/java/util/stream/IntPipeline.java
+ 
test/java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java
+ test/java/util/stream/test/org/openjdk/tests/java/util/stream/CountTest.java

Changeset: 6f3a3bd78c57
Author:erikj
Date:  2014-01-10 10:25 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/6f3a3bd78c57

8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and 
jcmd.1 missing on macosx
8030946: No jmc.1 for man page of JMC
Reviewed-by: ihse, tbell

! make/Images.gmk
+ src/bsd/doc/man/ja/jcmd.1
+ src/bsd/doc/man/ja/jdeps.1
+ src/bsd/doc/man/ja/jjs.1
- src/bsd/doc/man/ja/kinit.1
- src/bsd/doc/man/ja/klist.1
- src/bsd/doc/man/ja/ktab.1

Changeset: 0dfcc99c6f5d
Author:weijun
Date:  2013-08-16 17:57 +0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/0dfcc99c6f5d

8022945: Enhance JNDI implementation classes
Reviewed-by: xuelei, ahgross, skoivu

! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
! test/java/lang/SecurityManager/CheckPackageAccess.java

Changeset: 46c8720ef36f
Author:lancea
Date:  2013-08-21 11:05 -0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/46c8720ef36f

8022904: Enhance JDBC Parsers
Reviewed-by: alanb, skoivu

! src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java
! src/share/classes/javax/sql/rowset/spi/SyncFactory.java

Changeset: 428288ee9c99
Author:valeriep
Date:  2013-08-21 11:40 -0700
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/428288ee9c99

8022927: Input validation for byte/endian conversions
Summary: Add additional boundary checks
Reviewed-by: ascarpino

! src/share/classes/sun/security/provider/ByteArrayAccess.java

Changeset: 24a7024bd86b
Author:bae
Date:  2013-08-23 12:41 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/24a7024bd86b

8021394: Better color profiles
Reviewed-by: prr, vadim, mschoene

! src/share/native/sun/java2d/cmm/lcms/cmsintrp.c

Changeset: ff2792868d89
Author:chegar
Date:  2013-08-23 12:32 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/ff2792868d89

Merge


Changeset: 036ad7864d35
Author:chegar
Date:  2013-08-30 09:38 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/036ad7864d35

Merge

! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows

Changeset: 2ae5cf0805de
Author:malenkov
Date:  2013-09-02 11:41 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/2ae5cf0805de

8023245: Enhance Beans decoding
Reviewed-by: art, skoivu, alanb

! src/share/classes/com/sun/beans/decoder/DocumentHandler.java

Changeset: 9bc1411d0223
Author:coleenp
Date:  2013-09-05 10:29 -0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/9bc1411d0223

8021266: Better life cycle for objects
Summary: Improve life cycle for objects
Reviewed-by: art, hseigel
Contributed-by: gerard.ziem...@oracle.com

! make/common/Release.gmk
! make/java/Makefile
! makefiles/CompileJavaClasses.gmk
! makefiles/CompileNativeLibraries.gmk
! makefiles/CreateJars.gmk
! makefiles/GenerateJavaSources.gmk
! makefiles/Images.gmk
! makefiles/Profiles.gmk

Changeset: 46e86a9402ab
Author:chegar
Date:  2013-09-06 13:36 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/46e86a9402ab

Merge

! makefiles/Profiles.gmk
! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
! test/java/lang/SecurityManager/CheckPackageAccess.java

Changeset: 4cab5eb93124
Author:xuelei
Date:  2013-09-07 20:27 -0700
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/4cab5eb93124

8023069: Enhance TLS connections
Summary: Also reviewed by Alexander Fomin and Andrew Gross
Reviewed-by: wetmore

! src/share/classes/com/sun/crypto/provider/TlsRsaPremasterSecretGenerator.java
! 
src/share/classes/sun/security/internal/spec/TlsRsaPremasterSecretParameterSpec.java
! src/share/classes/sun/security/pkcs11/P11RSACipher.java
! src/share/classes/sun/security/pkcs11/P11TlsRsaPremasterSecretGenerator.java
! src/share/classes/sun/security/rsa/RSAPadding.java
! src/share/classes/sun/security/ssl/Handshaker.java
! src/share/classes/sun/security/ssl/RSAClientKeyExchange.java

Changeset: ac3e7b3c1a00
Author:weijun
Date:  2013-09-13 15:37 +0800
URL:   http://

hg: jdk8/build/langtools: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: 53dd31d3c5d7
Author:chegar
Date:  2013-11-03 07:33 +
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/53dd31d3c5d7

Merge


Changeset: aaea3a69fa6c
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/aaea3a69fa6c

Merge

- test/tools/javac/ArraysInIntersections.java
- test/tools/javac/ExtDirs/ext1/pkg1.jar
- test/tools/javac/ExtDirs/ext2/pkg2.jar
- test/tools/javac/ExtDirs/ext3/pkg1.jar
- test/tools/javac/ExtDirs/ext3/pkg2.jar
- test/tools/javac/InferArraysInIntersections.java
- test/tools/javac/diags/examples/InterfaceOrArrayExpected.java

Changeset: 48367e6de872
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/48367e6de872

Merge

- make/jprt.properties
- makefiles/BuildLangtools.gmk
- makefiles/Makefile

Changeset: f06c0dcf251f
Author:kizune
Date:  2013-12-13 22:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/f06c0dcf251f

Merge


Changeset: b07b8c077482
Author:asaha
Date:  2013-12-20 07:44 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/b07b8c077482

Merge


Changeset: efc18829e3a6
Author:asaha
Date:  2014-01-02 15:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/efc18829e3a6

Merge

- 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/activetitlebar.gif
- 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/activetitlebar_end.gif
- 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/background.gif
- src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/tab.gif
- 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/titlebar.gif
- 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/titlebar_end.gif

Changeset: 8712cc6441db
Author:asaha
Date:  2014-01-03 16:01 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/8712cc6441db

Merge


Changeset: 1f135528db7c
Author:kizune
Date:  2014-01-14 23:10 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/1f135528db7c

Merge


Changeset: 436176151e85
Author:lana
Date:  2014-01-15 10:59 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/436176151e85

Merge




hg: jdk8/build/nashorn: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: b9fdc55a6e28
Author:chegar
Date:  2013-11-03 07:33 +
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/b9fdc55a6e28

Merge


Changeset: c1049f63d4f5
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/c1049f63d4f5

Merge


Changeset: 39a3e5a4d6d4
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/39a3e5a4d6d4

Merge

- makefiles/BuildNashorn.gmk
- makefiles/Makefile

Changeset: dd59e60accdd
Author:kizune
Date:  2013-12-13 22:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/dd59e60accdd

Merge


Changeset: 89f838ccd186
Author:asaha
Date:  2013-12-20 07:44 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/89f838ccd186

Merge


Changeset: a9d41a8055ca
Author:asaha
Date:  2014-01-02 15:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/a9d41a8055ca

Merge


Changeset: 98e7379a4345
Author:asaha
Date:  2014-01-03 16:01 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/98e7379a4345

Merge


Changeset: 2334772d5292
Author:asaha
Date:  2014-01-10 17:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/2334772d5292

Merge


Changeset: 7346abe2ea03
Author:lana
Date:  2014-01-15 10:59 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/7346abe2ea03

Merge




hg: jdk8/build/jaxp: 18 new changesets

2014-01-17 Thread david . katleman
Changeset: 51bbdd517b93
Author:joehw
Date:  2013-08-26 21:08 -0700
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/51bbdd517b93

8022935: Enhance Apache resolver classes
Reviewed-by: alanb, mchung, skoivu

! src/com/sun/org/apache/xml/internal/resolver/CatalogManager.java
! src/com/sun/org/apache/xml/internal/resolver/readers/DOMCatalogReader.java
! src/com/sun/org/apache/xml/internal/resolver/readers/SAXCatalogReader.java

Changeset: d6d8302ecf8f
Author:chegar
Date:  2013-08-30 10:15 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/d6d8302ecf8f

Merge

! src/com/sun/org/apache/xerces/internal/parsers/DTDConfiguration.java
! src/com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java
! src/com/sun/org/apache/xerces/internal/parsers/SAXParser.java

Changeset: aef8ae2fcec4
Author:chegar
Date:  2013-09-06 09:55 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/aef8ae2fcec4

Merge


Changeset: 0ce80229af71
Author:chegar
Date:  2013-09-14 20:43 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/0ce80229af71

Merge


Changeset: 5e6bf44f3b7d
Author:chegar
Date:  2013-10-03 19:18 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/5e6bf44f3b7d

Merge


Changeset: 54a0dd196acd
Author:chegar
Date:  2013-10-21 14:27 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/54a0dd196acd

Merge


Changeset: 10b3a127b1fc
Author:joehw
Date:  2013-10-22 13:15 -0700
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/10b3a127b1fc

8025018: Enhance JAX-P set up
Reviewed-by: alanb, dfuchs, lancea, ahgross

! src/com/sun/org/apache/xalan/internal/lib/ExsltStrings.java
! src/com/sun/org/apache/xalan/internal/lib/Extensions.java

Changeset: ef71f2353352
Author:chegar
Date:  2013-10-25 09:32 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/ef71f2353352

Merge


Changeset: e68f3e585d7d
Author:chegar
Date:  2013-11-03 07:32 +
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/e68f3e585d7d

Merge


Changeset: fb51ed270f53
Author:joehw
Date:  2013-11-14 10:18 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/fb51ed270f53

8027201: Enhance JAX-P set up
Reviewed-by: alanb, dfuchs, lancea, hawtin

! src/com/sun/org/apache/xalan/internal/lib/ExsltStrings.java
! src/com/sun/org/apache/xalan/internal/lib/Extensions.java

Changeset: 932684ede1c6
Author:joehw
Date:  2013-11-27 14:28 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/932684ede1c6

8028111: XML readers share the same entity expansion counter
Reviewed-by: alanb, lancea, dfuchs, ahgross

! src/com/sun/org/apache/xalan/internal/XalanConstants.java
! src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java
! src/com/sun/org/apache/xerces/internal/impl/Constants.java
! src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java
! 
src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java
! src/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java
! src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
! src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java
! src/com/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer.java
! src/com/sun/org/apache/xerces/internal/utils/XMLSecurityManager.java
! src/com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner.java

Changeset: 2a8fce63503a
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/2a8fce63503a

Merge

! 
src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java

Changeset: 5be9182ceb48
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/5be9182ceb48

Merge

- make/jprt.properties
- make/scripts/update_src.sh
- makefiles/BuildJaxp.gmk
- makefiles/Makefile

Changeset: 41068d69fe3e
Author:kizune
Date:  2013-12-13 22:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/41068d69fe3e

Merge


Changeset: f2c9c0f64280
Author:asaha
Date:  2013-12-20 07:42 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/f2c9c0f64280

Merge


Changeset: 01b611e0c341
Author:asaha
Date:  2014-01-02 15:20 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/01b611e0c341

Merge

! src/com/sun/org/apache/xalan/internal/XalanConstants.java
! src/com/sun/org/apache/xerces/internal/impl/Constants.java
! src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java
! 
src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java
! src/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java

Changeset: 985376a77c4c
Author:asaha
Date:  2014-01-03 15:58 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/985376a77c4c

Merge


Changeset: 83bb924238f8
Author:lana
Date:  2014-01-15 10:49 

hg: jdk8/build/jaxws: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: bd943bdbce05
Author:alanb
Date:  2014-01-13 16:17 +
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/bd943bdbce05

8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently 
changed
Reviewed-by: alanb
Contributed-by: iaroslav.savyts...@oracle.com

! src/share/jaxws_classes/javax/xml/bind/TypeConstraintException.java

Changeset: b0c2840e2513
Author:mkos
Date:  2013-11-22 21:11 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/b0c2840e2513

8010935: Better XML handling
8027378: Two closed/javax/xml/8005432 fails with jdk7u51b04
8028382: Two javax/xml/8005433 tests still fail after the fix JDK-8028147
Summary: base fix + fixes for test regressions; fix also reviewed by Maxim 
Soloviev, Alexander Fomin
Reviewed-by: mchung, mgrebac, mullan

! src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNavigator.java
! src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/EagerNType.java
! 
src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/NavigatorImpl.java
+ src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/Utils.java
! src/share/jaxws_classes/com/sun/xml/internal/bind/api/JAXBRIContext.java
! src/share/jaxws_classes/com/sun/xml/internal/bind/api/TypeReference.java
+ src/share/jaxws_classes/com/sun/xml/internal/bind/api/Utils.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/ModelBuilder.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/RuntimeAnyTypeImpl.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/RuntimeBuiltinLeafInfoImpl.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/RuntimeElementInfoImpl.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/RuntimeModelBuilder.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/RuntimeTypeInfoSetImpl.java
+ src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Utils.java
! src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/Navigator.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfoSet.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.java
+ src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/Utils.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/ArrayProperty.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.java
+ 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/Utils.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Lister.java
! 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor.java
+ 
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Utils.java
! src/share/jaxws_classes/com/sun/xml/internal/ws/fault/SOAPFaultBuilder.java
! src/share/jaxws_classes/com/sun/xml/internal/ws/model/RuntimeModeler.java
+ src/share/jaxws_classes/com/sun/xml/internal/ws/model/Utils.java
! 
src/share/jaxws_classes/com/sun/xml/internal/ws/model/WrapperBeanGenerator.java
! src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/BindingHelper.java
! src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/TypeInfo.java
+ src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/Utils.java

Changeset: f80c37c168f7
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/f80c37c168f7

Merge


Changeset: c99140027351
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c99140027351

Merge

- make/jprt.properties
- make/scripts/update_src.sh
- makefiles/BuildJaxws.gmk
- makefiles/Makefile

Changeset: ca6bb6b558a6
Author:kizune
Date:  2013-12-13 22:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/ca6bb6b558a6

Merge


Changeset: d4b785ac4079
Author:asaha
Date:  2013-12-20 07:42 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/d4b785ac4079

Merge


Changeset: c07fc967624b
Author:asaha
Date:  2014-01-03 15:59 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c07fc967624b

Merge


Changeset: 6547da5c3277
Author:kizune
Date:  2014-01-14 23:10 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/6547da5c3277

Merge


Changeset: ef71ecbcd7bc
Author:lana
Date:  2014-01-15 10:49 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/ef71ecbcd7bc

Merge




hg: jdk8/build/hotspot: 15 new changesets

2014-01-17 Thread david . katleman
Changeset: 7ccce1a6fa4d
Author:coleenp
Date:  2013-09-05 10:29 -0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/7ccce1a6fa4d

8021266: Better life cycle for objects
Summary: Improve life cycle for objects
Reviewed-by: art, hseigel
Contributed-by: gerard.ziem...@oracle.com

! src/share/vm/runtime/os.cpp

Changeset: 2a907fd129cb
Author:chegar
Date:  2013-09-06 09:55 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/2a907fd129cb

Merge

! src/share/vm/runtime/os.cpp
- test/runtime/7051189/Xchecksig.sh

Changeset: 9b4ce069642e
Author:chegar
Date:  2013-09-14 20:40 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9b4ce069642e

Merge

! src/share/vm/classfile/classFileParser.cpp
- src/share/vm/classfile/genericSignatures.cpp
- src/share/vm/classfile/genericSignatures.hpp
! src/share/vm/runtime/os.cpp

Changeset: 6fa574bfd32a
Author:chegar
Date:  2013-10-03 19:13 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/6fa574bfd32a

Merge

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/runtime/os.cpp
- test/gc/metaspace/ClassMetaspaceSizeInJmapHeap.java
- test/runtime/6878713/Test6878713.sh
- test/runtime/6878713/testcase.jar
- test/runtime/7020373/Test7020373.sh
- test/runtime/7020373/testcase.jar

Changeset: 6795fcebbf42
Author:chegar
Date:  2013-10-21 14:08 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/6795fcebbf42

Merge

! src/share/vm/classfile/classFileParser.cpp
- test/testlibrary/AssertsTest.java
- test/testlibrary/OutputAnalyzerReportingTest.java
- test/testlibrary/OutputAnalyzerTest.java

Changeset: c31f0cbe6d9e
Author:chegar
Date:  2013-11-03 07:50 +
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c31f0cbe6d9e

Merge

- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
- test/compiler/8013496/Test8013496.sh
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/gc/7168848/HumongousAlloc.java

Changeset: 0611ce949aaa
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/0611ce949aaa

Merge

! src/share/vm/classfile/classFileParser.cpp

Changeset: e254e5940c19
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/e254e5940c19

Merge

! src/share/vm/classfile/classFileParser.cpp
- test/compiler/jsr292/methodHandleExceptions/C.java
- test/compiler/jsr292/methodHandleExceptions/I.java

Changeset: 9063bd8808a7
Author:jrose
Date:  2013-12-05 00:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9063bd8808a7

8029507: Enhance JVM method processing
Summary: update MemberName.clazz correctly in MemberName.resolve; also pass 
lookupClass to MethodHandles::resolve_MemberName
Reviewed-by: acorn, vlivanov

! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/methodHandles.hpp

Changeset: 1b46c3672650
Author:kizune
Date:  2013-12-13 22:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1b46c3672650

Merge


Changeset: 8dbd61445631
Author:asaha
Date:  2013-12-17 15:46 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/8dbd61445631

Merge


Changeset: ddff10b13587
Author:asaha
Date:  2013-12-20 07:41 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ddff10b13587

Merge


Changeset: a902f789ea1f
Author:asaha
Date:  2014-01-02 15:19 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/a902f789ea1f

Merge


Changeset: 3b69a859e3f9
Author:asaha
Date:  2014-01-03 15:58 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/3b69a859e3f9

Merge


Changeset: df333ee12bba
Author:lana
Date:  2014-01-15 10:48 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/df333ee12bba

Merge




hg: jdk8/build: 2 new changesets

2014-01-17 Thread david . katleman
Changeset: fd869d9f3ca7
Author:kizune
Date:  2014-01-14 23:10 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/rev/fd869d9f3ca7

Merge


Changeset: 790bbd46b201
Author:lana
Date:  2014-01-15 10:45 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/790bbd46b201

Merge




hg: jdk8/build/corba: 10 new changesets

2014-01-17 Thread david . katleman
Changeset: 98a5caae1990
Author:chegar
Date:  2013-11-03 07:32 +
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/98a5caae1990

Merge


Changeset: 880514b576d5
Author:msheppar
Date:  2013-11-12 17:56 +
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/880514b576d5

8026193: Enhance CORBA stub factories
Summary: modify com.sun.corba.se.impl.presenetation.rmi.StubFactoryDynamicBase 
inheritance structure.
Reviewed-by: alanb, coffeys, ahgross

! 
src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java
! 
src/share/classes/com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.java

Changeset: b083590cb088
Author:msheppar
Date:  2013-11-12 18:04 +
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/b083590cb088

8025767: Enhance IIOP Streams
Summary: modify org.omg.CORBA_2_3.portable.InputStream inheritance structure.
Reviewed-by: alanb, coffeys, skoivu

! src/share/classes/com/sun/corba/se/impl/corba/AnyImpl.java
! src/share/classes/com/sun/corba/se/impl/encoding/EncapsInputStream.java
! src/share/classes/com/sun/corba/se/impl/encoding/EncapsOutputStream.java
! src/share/classes/com/sun/corba/se/impl/encoding/TypeCodeInputStream.java
! src/share/classes/com/sun/corba/se/impl/encoding/TypeCodeOutputStream.java
! src/share/classes/com/sun/corba/se/impl/interceptors/CDREncapsCodec.java
! src/share/classes/com/sun/corba/se/impl/io/IIOPInputStream.java
! src/share/classes/com/sun/corba/se/impl/io/InputStreamHook.java
! src/share/classes/com/sun/corba/se/impl/ior/EncapsulationUtility.java
! src/share/classes/com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.java
! src/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.java
! 
src/share/classes/com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java
! 
src/share/classes/com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.java
! src/share/classes/com/sun/corba/se/impl/resolver/INSURLOperationImpl.java
! src/share/classes/com/sun/corba/se/spi/servicecontext/ServiceContexts.java
! src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
+ src/share/classes/sun/corba/EncapsInputStreamFactory.java

Changeset: 6b9b31f2298b
Author:kizune
Date:  2013-12-03 14:13 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/6b9b31f2298b

Merge


Changeset: d05c64360b6c
Author:kizune
Date:  2013-12-05 16:37 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/d05c64360b6c

Merge

- make/com/Makefile
- make/com/sun/Makefile
- make/com/sun/corba/Makefile
- make/com/sun/corba/minclude/com_sun_corba_se_PortableActivationIDL.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_activation.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_corba.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_core.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_dynamicany.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_interceptors.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_io.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_legacy.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_logging.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_monitoring.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_cosnaming.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_namingutil.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_pcosnaming.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_oa_poa.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_oa_toa.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_orb.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_presentation_rmi.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_resolver.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_transport.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_impl_util.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_internal_LegacyFiles.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_pept.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_activation.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_copyobject.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_encoding.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_extension.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_ior.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_legacy_connection.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_legacy_interceptor.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_logging.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
- make/com/sun/corba/minclude/com_sun_corba_se_spi_oa.jmk
- make/com/sun/corba/minclude/com_sun_c

hg: jdk8/build/hotspot: 5 new changesets

2014-01-14 Thread david . katleman
Changeset: 9d39e8a8ff61
Author:amurillo
Date:  2013-12-27 07:51 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9d39e8a8ff61

8031060: new hotspot build - hs25-b66
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: c3f3cfd39184
Author:hseigel
Date:  2014-01-10 12:11 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c3f3cfd39184

8031059: invokestatic: ICCE trying to invoke static method when it clashes with 
an abstract method inherited from an interface
Summary: Do not create AME overpass if there is a matching static method
Reviewed-by: lfoltan, coleenp, kamg

! src/share/vm/classfile/defaultMethods.cpp

Changeset: 9b9816164447
Author:amurillo
Date:  2014-01-13 15:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9b9816164447

Merge


Changeset: ac902fca803b
Author:amurillo
Date:  2014-01-13 15:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ac902fca803b

Added tag hs25-b66 for changeset 9b9816164447

! .hgtags

Changeset: 2c3130311ffa
Author:amurillo
Date:  2014-01-14 11:22 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/2c3130311ffa

Merge




hg: jdk8/build/langtools: 5 new changesets

2014-01-14 Thread david . katleman
Changeset: d5aab8300d3b
Author:katleman
Date:  2014-01-10 08:32 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/d5aab8300d3b

Added tag jdk8-b123 for changeset a345cf28faca

! .hgtags

Changeset: 4a6f853f8721
Author:bpatel
Date:  2014-01-02 02:15 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/4a6f853f8721

8029143: javadoc standard doclet should add Functional Interface blurb when 
@FunctionalInterface annotation is present
Reviewed-by: jjg

! src/share/classes/com/sun/javadoc/ClassDoc.java
! src/share/classes/com/sun/tools/doclets/formats/html/ClassWriterImpl.java
! src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java
! src/share/classes/com/sun/tools/javadoc/RootDocImpl.java
! test/com/sun/javadoc/testLambdaFeature/TestLambdaFeature.java
! test/com/sun/javadoc/testLambdaFeature/pkg/A.java
! test/com/sun/javadoc/testLambdaFeature/pkg1/FuncInf.java
+ test/com/sun/javadoc/testLambdaFeature/pkg1/NotAFuncInf.java

Changeset: 4a5e16002234
Author:lana
Date:  2014-01-08 11:39 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/4a5e16002234

Merge


Changeset: e90611913bb1
Author:jeff
Date:  2014-01-13 14:44 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/e90611913bb1

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: 91e6cd536c34
Author:lana
Date:  2014-01-13 22:33 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/91e6cd536c34

Merge




hg: jdk8/build/nashorn: 3 new changesets

2014-01-14 Thread david . katleman
Changeset: 0b4301c79225
Author:katleman
Date:  2014-01-10 08:32 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/0b4301c79225

Added tag jdk8-b123 for changeset 688f4167f921

! .hgtags

Changeset: 3356919b1639
Author:jeff
Date:  2014-01-13 14:45 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/3356919b1639

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: aefba9e5e35c
Author:lana
Date:  2014-01-13 22:33 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/aefba9e5e35c

Merge




hg: jdk8/build/jdk: 17 new changesets

2014-01-14 Thread david . katleman
Changeset: 484e16c0a040
Author:nikgor
Date:  2014-01-07 12:17 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/484e16c0a040

8004562: Better support for crossdomain.xml
Reviewed-by: herrick, ngthomas, chegar

! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java

Changeset: 13b28cffa140
Author:katleman
Date:  2014-01-10 08:32 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/13b28cffa140

Added tag jdk8-b123 for changeset 484e16c0a040

! .hgtags

Changeset: 18080cca998a
Author:dl
Date:  2014-01-03 06:22 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/18080cca998a

8031133: AbstractMap should specify its default implementation using @implSpec
Reviewed-by: chegar, alanb

! src/share/classes/java/util/AbstractMap.java

Changeset: 33a60ce1e35d
Author:chegar
Date:  2014-01-03 06:23 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/33a60ce1e35d

Merge

! src/share/classes/java/util/AbstractMap.java

Changeset: 46c727d6ecc2
Author:aefimov
Date:  2013-12-30 16:46 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/46c727d6ecc2

8025051: Update resource files for TimeZone display names
Reviewed-by: okutsu, mfang

! src/share/classes/sun/util/resources/de/TimeZoneNames_de.java
! src/share/classes/sun/util/resources/es/TimeZoneNames_es.java
! src/share/classes/sun/util/resources/fr/TimeZoneNames_fr.java
! src/share/classes/sun/util/resources/it/TimeZoneNames_it.java
! src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java
! src/share/classes/sun/util/resources/ko/TimeZoneNames_ko.java
! src/share/classes/sun/util/resources/pt/TimeZoneNames_pt_BR.java
! src/share/classes/sun/util/resources/sv/TimeZoneNames_sv.java
! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_CN.java
! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_TW.java
! test/java/util/Calendar/GenericTimeZoneNamesTest.sh
! test/sun/util/resources/TimeZone/Bug6317929.java
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNamesTest.java
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_de.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_de_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_es.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_es_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_fr.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_fr_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_it.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_it_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_ja.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_ja_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_ko.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_ko_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_pt_BR.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_pt_BR_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_sv.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_sv_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_zh_CN.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_zh_CN_short.properties
+ test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_zh_TW.properties
+ 
test/sun/util/resources/TimeZone/TimeZoneNames/TimeZoneNames_zh_TW_short.properties

Changeset: c0970860803e
Author:coffeys
Date:  2014-01-03 16:45 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/c0970860803e

Merge


Changeset: 68de5492a06d
Author:darcy
Date:  2014-01-03 11:38 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/68de5492a06d

8030212: Several api.java.util.stream tests got "NaN" value instead of 
"Infinity" or "-Infinity"
Reviewed-by: mduigou, psandoz

! src/share/classes/java/util/DoubleSummaryStatistics.java
! src/share/classes/java/util/stream/Collectors.java
! src/share/classes/java/util/stream/DoublePipeline.java
! test/java/util/stream/TestDoubleSumAverage.java

Changeset: d77a1c9fd5b8
Author:dfuchs
Date:  2013-12-22 11:20 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/d77a1c9fd5b8

8030850: Setting .level=FINEST in logging configuration file doesn't work
Summary: setLevel(INFO) was called too early on root logger, causing the value 
found in configuration file to be later ignored.
Reviewed-by: mchung

! src/share/classes/java/util/logging/LogManager.java
+ test/java/util/logging/RootLogger/RootLevelInConfigFile.java
+ test/j

hg: jdk8/build/jaxp: 3 new changesets

2014-01-14 Thread david . katleman
Changeset: 1a28f773c894
Author:katleman
Date:  2014-01-10 08:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/1a28f773c894

Added tag jdk8-b123 for changeset 4e35b5b6d2e5

! .hgtags

Changeset: d906d69e24a3
Author:jeff
Date:  2014-01-13 14:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/d906d69e24a3

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: a7c0452ab987
Author:lana
Date:  2014-01-13 22:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/a7c0452ab987

Merge




hg: jdk8/build/jaxws: 3 new changesets

2014-01-14 Thread david . katleman
Changeset: 241e4effed6d
Author:katleman
Date:  2014-01-10 08:32 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/241e4effed6d

Added tag jdk8-b123 for changeset 91f5c542ccad

! .hgtags

Changeset: c71b6b41a2a1
Author:jeff
Date:  2014-01-13 14:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c71b6b41a2a1

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: 9ed8a0577511
Author:lana
Date:  2014-01-13 22:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/9ed8a0577511

Merge




hg: jdk8/build/hotspot: 3 new changesets

2014-01-14 Thread david . katleman
Changeset: c89630a122b4
Author:katleman
Date:  2014-01-10 08:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c89630a122b4

Added tag jdk8-b123 for changeset 591135a7d6f9

! .hgtags

Changeset: f898fdfc08a5
Author:jeff
Date:  2014-01-13 14:42 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/f898fdfc08a5

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: b99955ea4b91
Author:lana
Date:  2014-01-13 22:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b99955ea4b91

Merge




hg: jdk8/build: 5 new changesets

2014-01-14 Thread david . katleman
Changeset: c330fa67c4da
Author:katleman
Date:  2014-01-10 08:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/c330fa67c4da

Added tag jdk8-b123 for changeset ff1478785e43

! .hgtags

Changeset: 53d74b77ee53
Author:erikj
Date:  2014-01-08 14:02 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/rev/53d74b77ee53

8030781: System.setProperties(null) drops all system properties (RELEASE not 
set)
Reviewed-by: alanb, ihse, tbell

! common/autoconf/generated-configure.sh
! common/autoconf/toolchain.m4

Changeset: ca4612164195
Author:lana
Date:  2014-01-08 11:36 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/ca4612164195

Merge


Changeset: b5e1dad69605
Author:jeff
Date:  2014-01-13 14:41 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/b5e1dad69605

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: 6ac7d4011e8a
Author:lana
Date:  2014-01-13 22:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/6ac7d4011e8a

Merge




hg: jdk8/build/corba: 3 new changesets

2014-01-14 Thread david . katleman
Changeset: afecd2878aee
Author:katleman
Date:  2014-01-10 08:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/afecd2878aee

Added tag jdk8-b123 for changeset 1ecd4619f60c

! .hgtags

Changeset: b509e2e0fc41
Author:jeff
Date:  2014-01-13 14:42 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/b509e2e0fc41

7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell

! THIRD_PARTY_README

Changeset: 33e3d3425095
Author:lana
Date:  2014-01-13 22:31 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/33e3d3425095

Merge




hg: jdk8/build/jdk: Added tag jdk8-b122 for changeset e1499442453b

2014-01-06 Thread david . katleman
Changeset: 7e10ee00fe41
Author:katleman
Date:  2014-01-03 11:54 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/7e10ee00fe41

Added tag jdk8-b122 for changeset e1499442453b

! .hgtags



hg: jdk8/build/nashorn: Added tag jdk8-b122 for changeset 9d112a0e7df7

2014-01-06 Thread david . katleman
Changeset: 688f4167f921
Author:katleman
Date:  2014-01-03 11:55 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/nashorn/rev/688f4167f921

Added tag jdk8-b122 for changeset 9d112a0e7df7

! .hgtags



hg: jdk8/build/langtools: Added tag jdk8-b122 for changeset 232b9cf6303a

2014-01-06 Thread david . katleman
Changeset: a345cf28faca
Author:katleman
Date:  2014-01-03 11:55 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/a345cf28faca

Added tag jdk8-b122 for changeset 232b9cf6303a

! .hgtags



  1   2   3   4   5   6   7   8   9   10   >