[7u4] Request to check in 7162440

Scott Kovatch scott.kovatch at oracle.com
Fri Apr 27 09:54:54 PDT 2012


No problem. It made it into 7u4, and that's what matters in the end.

-- Scott

On Apr 27, 2012, at 1:00 AM, Edvard Wendelin wrote:

> Seems like my first response never made it to the list. Sorry for the noise if you already have a copy :)
> 
> Approved.
> 
> On Apr 19, 2012, at 10:00 PM, Scott Kovatch wrote:
> 
>> Hello,
>> 
>> This is a request to check in a fix for http://bugs.sun.com/view_bug.do?bug_id=7162440
>> 
>> This diff is very small, and just fixes a typo in Release-macosx.gmk
>> 
>> --- old/make/common/Release-macosx.gmk	2012-04-18 15:37:41.000000000 -0700
>> +++ new/make/common/Release-macosx.gmk	2012-04-18 15:37:40.000000000 -0700
>> @@ -35,8 +35,8 @@
>> MACOSX_SRC	 = $(JDK_TOPDIR)/src/macosx
>> 
>> BUNDLE_ID ?= net.java.openjdk
>> -BUNLDE_ID_JRE ?= $(BUNDLE_ID).jre
>> -BUNLDE_ID_JDK ?= $(BUNDLE_ID).jdk
>> +BUNDLE_ID_JRE ?= $(BUNDLE_ID).jre
>> +BUNDLE_ID_JDK ?= $(BUNDLE_ID).jdk
>> 
>> BUNDLE_NAME ?= OpenJDK $(JDK_MINOR_VERSION)
>> BUNDLE_NAME_JRE ?= $(BUNDLE_NAME)
>> 
>> This is needed to properly build an Oracle-branded JDK 7 with a unique bundle ID. The fix will need to propagate to 7u6 and 8.
>> 
>> http://cr.openjdk.java.net/~skovatch/7162440-open/webrev/
>> 
>> -- Scott K.
>> 
>> ----------------------------------------
>> Scott Kovatch
>> scott.kovatch at oracle.com
>> Santa Clara/Pleasanton, CA
>> 
>> 
> 




More information about the jdk7u-dev mailing list