RFR (s) : 8145740: Visual Studio pragmas should be guarded by #ifdef _MSC_VER

Baesken, Matthias matthias.baesken at sap.com
Mon Jan 25 16:37:23 UTC 2016


Ping .... any reviewers ??

Best regards, Matthias

-----Original Message-----
From: Langer, Christoph 
Sent: Montag, 21. Dezember 2015 23:18
To: Baesken, Matthias <matthias.baesken at sap.com>; hotspot-dev at openjdk.java.net
Cc: Simonis, Volker <volker.simonis at sap.com>
Subject: RE: RFR (s) : 8145740: Visual Studio pragmas should be guarded by #ifdef _MSC_VER

Hi Matthias,

to me your change looks good. However, I'm no reviewer so you'll need sponsorship from someone else.

Can someone please sponsor this? Should it maybe be posted in another list for better visibility?

Best regards
Christoph

-----Original Message-----
From: hotspot-dev [mailto:hotspot-dev-bounces at openjdk.java.net] On Behalf Of Baesken, Matthias
Sent: Freitag, 18. Dezember 2015 14:30
To: hotspot-dev at openjdk.java.net
Cc: Simonis, Volker <volker.simonis at sap.com>
Subject: RFR (s) : 8145740: Visual Studio pragmas should be guarded by #ifdef _MSC_VER

Hello,
   can you please review and sponsor this change :

https://bugs.openjdk.java.net/browse/JDK-8145740
http://cr.openjdk.java.net/~clanger/webrevs/8145740.0/

Some details :

     while  Visual Studio pragmas in shared code are usually guarded with  _MSC_VER in the hotspot codebase
( see for example   taskqueue.hpp or  compressedStream.cpp ) , the guarding is missing in   src/share/vm/utilities/growableArray.hpp  ,
which is not really a "good thing"  for other compilers .


Thanks and regards, Matthias



More information about the hotspot-dev mailing list