mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
81a8a55b63
http://icedtea.classpath.org/hg/release/icedtea6-1.11/rev/d9564350faa6 http://blog.fuseyism.com/index.php/2012/10/19/security-icedtea-1-10-10-1-11-15-2-1-3-2-2-3-2-3-3-released/ - Completely turn off parallel build by default and remove parallel build hack for HotSpot. There were several reports that it fails to build under certain environment, ports/162991 for example. Users can still do parallel build by setting FORCE_MAKE_JOBS (and MAKE_JOBS_NUMBER if desired). - Implement os::available_memory(). Now it is consistent with "vm.vmtotal" sysctl(3) MIB rather than bogus (physical memory / 4). - Prefer sysconf(_SC_NPROCESSORS_CONF) over HW_NCPU sysctl MIB to get the number of installed processors. There is no functional difference except for CURRENT, which obtains the information from ELF aux vector. - Prefer sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE) over HW_USERMEM sysctl MIB to get size of physical memory. Although it looks more logical to find currently available memory, it has an inevitable side-effect, i. e., it changes dynamically depending on current wired page count. Therefore, it is unpredictable and not too useful some times. For example, launcher uses the parameter to determine initial heap size and machine class for i386. Now it is more consistent with other places (and Linux JDK/JREs, including the ones we have in ports tree). - Implement os::active_processor_count() using cpuset_getaffinity(2). For example, Runtime.getRuntime().availableProcessors() now returns number of available processors for the current process as it should. - Sync. launchers (java_md.c) for HotSpot and JDK as much as possible for maintainability. As a good side-effect, launcher for i386 can now determine machine class based on the current hardware configuration. Previously, client VM was always chosen by default. - Fix CounterGet(), which is only used for debugging launcher. - Add swap info for os::print_memory_info(). Obtained from: IcedTea project [1] Feature safe: yes |
||
---|---|---|
.. | ||
avis | ||
berkeley-db | ||
bluej | ||
bootstrap-openjdk | ||
bouncycastle | ||
cacao | ||
castor | ||
classpath | ||
commonclipse | ||
cos | ||
cryptix-jce | ||
dbvis | ||
diablo-jdk15 | ||
diablo-jdk16 | ||
diablo-jre15 | ||
diablo-jre16 | ||
drexelsnmp | ||
eclipse | ||
eclipse-aptana | ||
eclipse-aptana2 | ||
eclipse-aptana-radrails | ||
eclipse-cdt | ||
eclipse-checkstyle | ||
eclipse-clay-core | ||
eclipse-datatools | ||
eclipse-devel | ||
eclipse-drjava | ||
eclipse-ecj | ||
eclipse-emf | ||
eclipse-EPIC | ||
eclipse-examples | ||
eclipse-findbugs | ||
eclipse-gef | ||
eclipse-gef-examples | ||
eclipse-hibernatetools | ||
eclipse-jad | ||
eclipse-langpack | ||
eclipse-log4e | ||
eclipse-lomboz | ||
eclipse-ocl | ||
eclipse-pmd | ||
eclipse-propedit | ||
eclipse-pydev | ||
eclipse-quantum | ||
eclipse-RDT | ||
eclipse-shelled | ||
eclipse-sqlexplorer | ||
eclipse-sysdeo-tomcat | ||
eclipse-uml | ||
eclipse-vep | ||
eclipse-vep-examples | ||
eclipse-viplugin | ||
eclipse-webtools | ||
eclipse-windowbuilder | ||
icedtea6-stubs | ||
icedtea-web | ||
infobus | ||
j2sdkee13 | ||
jad | ||
jaf | ||
jai | ||
jai-imageio | ||
jakarta-bcel | ||
jakarta-commons-beanutils | ||
jakarta-commons-cli | ||
jakarta-commons-codec | ||
jakarta-commons-collections | ||
jakarta-commons-dbcp | ||
jakarta-commons-discovery | ||
jakarta-commons-httpclient | ||
jakarta-commons-lang | ||
jakarta-commons-logging | ||
jakarta-commons-pool | ||
jakarta-commons-primitives | ||
jakarta-oro | ||
jakarta-regexp | ||
jakarta-struts | ||
jamvm | ||
jasmin | ||
java3d | ||
java-checkstyle | ||
java-cup | ||
java-getopt | ||
java-zoneinfo | ||
javahelp | ||
javamail | ||
javavmwrapper | ||
jaxen | ||
jboss2 | ||
jboss5 | ||
jboss7 | ||
jc | ||
jcalendar | ||
jcckit | ||
jcommon | ||
jdbcpool | ||
jdk15 | ||
jdk15-doc | ||
jdk16 | ||
jdk16-doc | ||
jdom | ||
jflex | ||
jfreechart | ||
jgraph | ||
jgrapht | ||
jgraphx | ||
jikes | ||
jlex | ||
jlint | ||
jmf | ||
jmp | ||
jode | ||
jomp | ||
jrosetta | ||
jta | ||
jtiger | ||
jump | ||
junit | ||
langspec | ||
linux-sun-jdk15 | ||
linux-sun-jdk16 | ||
linux-sun-jdk17 | ||
linux-sun-jre15 | ||
linux-sun-jre16 | ||
linux-sun-jre17 | ||
mmake | ||
mx4j | ||
netbeans | ||
netbeans55 | ||
netbeans61 | ||
netbeans-devel | ||
netcomponents | ||
netrexx | ||
netty | ||
openjdk6 | ||
openjdk6-jre | ||
openjdk7 | ||
phpeclipse | ||
poseidon | ||
proguard | ||
rubygem-rjb | ||
sablevm | ||
sablevm-classpath | ||
servingxml | ||
springframework | ||
sqlitejdbc | ||
subversion-java | ||
sun-wtk | ||
trove4j | ||
veditor | ||
westhawksnmp | ||
xdoclet | ||
Makefile |