RFR (M): 8031319: PPC64: Some fixes in ppc and aix coding. (original) (raw)
Volker Simonis volker.simonis at gmail.com
Tue Jan 7 09:27:37 PST 2014
- Previous message: RFR (M): 8031319: PPC64: Some fixes in ppc and aix coding.
- Next message: RFR (M): 8031319: PPC64: Some fixes in ppc and aix coding.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
we've forgotten a SAP JVM comment in the code in os_aix.cpp in the method:
bool os::find(address addr, outputStream* st)
Sorry, that was my fault. It will be removed in the final version.
Regards, Volker
On Tue, Jan 7, 2014 at 5:49 PM, Lindenmaier, Goetz <goetz.lindenmaier at sap.com> wrote:
Hi,
This change contains a row of fixes in the ppc and aix coding we collected over the last testing days. Please review this change. http://cr.openjdk.java.net/~goetz/webrevs/8031319-ppcFix/ In more detail: Stack overflow issue: code branched to zero. Fix: Generate throwStackOverflowError stub before generating the native entry. Fix assertion when looking for nmethod in code cache: use unsafe accessor. Also optimize: don't look up the address twice. Fix compressing klass pointers. Implement some missing stuff in the aix os branch. Thanks and best regards, Goetz.
- Previous message: RFR (M): 8031319: PPC64: Some fixes in ppc and aix coding.
- Next message: RFR (M): 8031319: PPC64: Some fixes in ppc and aix coding.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]