jdk-24/hotspot
Eric McCorkle 32fa61ad54 8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version
Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier

Reviewed-by: dholmes, dcubed, coleenp
2013-05-07 13:45:59 -04:00
..
.jcheck
agent 8005038: remove crufty '_g' support from SA 2013-05-07 14:33:09 +02:00
make Merge 2013-05-03 15:51:16 -07:00
src 8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version 2013-05-07 13:45:59 -04:00
test 8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check 2013-05-06 11:15:13 -04:00
.hgignore 7098194: integrate macosx-port changes 2011-10-13 09:35:42 -07:00
.hgtags Added tag hs25-b31 for changeset 62f2a12da171 2013-05-03 08:10:11 -07:00
ASSEMBLY_EXCEPTION
LICENSE
README
THIRD_PARTY_README

README:
  This file should be located at the top of the hotspot Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:

    cd make && gnumake
     
  The files that will be imported into the jdk build will be in the "build"
  directory.