Re: Need preliminary reviewers: Solaris/Linux shared library version changes

2011-03-24 Thread Kelly O'Hair
FYI... Just an update on this. These mapfile changes will NOT be integrated into jdk7. Kumar will be proposing a different change that addresses the potential mixing issue via the java launcher, preventing the mixing and providing some compatibility answers perhaps too. Although we may utilize

7009599: need reviewer

2011-03-24 Thread Jonathan Gibbons
I need a build-dev reviewer for this patch. This is a simple patch to langtools/make/build.xml to stop inappropriate files getting into tools.jar. diff -r 83260b3305ac make/build.xml --- a/make/build.xmlThu Mar 24 16:14:30 2011 -0700 +++ b/make/build.xmlThu Mar 24 19:00:16 2011 -0700

Re: 7009599: need reviewer

2011-03-24 Thread Kelly O'Hair
Looks ok to me. -kto On Mar 24, 2011, at 7:08 PM, Jonathan Gibbons wrote: > I need a build-dev reviewer for this patch. > > This is a simple patch to langtools/make/build.xml to stop inappropriate > files getting into tools.jar. > >> diff -r 83260b3305ac make/build.xml >> --- a/make/build.xml