[Bug 3653] [IcedTea8] Detect whether -Xprefer:source and -J-Xmx<limit> can be used, rather than assuming
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Dec 26 20:09:56 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3653
--- Comment #1 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=a7607c98a59c
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Dec 25 22:47:20 2018 +0000
PR3653: Detect whether -Xprefer:source and -J-Xmx<limit> can be used,
rather than assuming
2018-11-23 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR3653: Detect whether -Xprefer:source
and -J-Xmx<limit> can be used, rather than assuming
* Makefile.am:
(PREFER_SOURCE): Define if
COMPILER_SUPPORTS_XPREFERSOURCE is set
by configure.
(MEMORY_LIMIT): Define if
COMPILER_SUPPORTS_MAX_HEAP_SIZE is set
by configure.
* NEWS: Updated.
* acinclude.m4:
(IT_DIAMOND_CHECK): Use 'the Java compiler'
rather than 'javac' to avoid confusion with
the OpenJDK command.
(IT_JAVAC_OPTIONS_CHECK): Check whether the
selected Java compiler supports -Xprefer:source
and -J-Xmx.
* configure.ac: Invoke IT_JAVAC_OPTIONS_CHECK.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181226/96865460/attachment.html>
More information about the distro-pkg-dev
mailing list