Hi, Ragini, Pete,

as far as I understand, the fix is to replace /MDd with /MT, so we don't link to debug version of MS runtime, correct? Could you provide more details, why you link to the static version of the runtime (/MT), instead of dynamic one (/MD)? The only place in JDK where we use that is java/javaw launcher, all other libs are linked with /MD.

Thanks,

Artem

On 6/7/2012 9:49 PM, Ragini Prasad wrote:
Requesting for approval to push the changes related to Makefile into open.

7174645 : Could not enable access bridge in Win XP - 32 bit

Webrev:
http://cr.openjdk.java.net/~raginip/7174645/webrev.00/

Reviewed by:
Peter Brunet

Thanks,
Ragini.

Reply via email to