Displaying 18 results from an estimated 18 matches for "icedtea6".
Did you mean:
icedtea
2010 Apr 21
2
[LLVMdev] final call for projects that work with LLVM 2.7
If your project works with LLVM 2.7 and you want it included in the release notes, please email me a blurb to include ASAP.
-Chris
2011 Feb 10
1
CentOS 5.5 Java Process Death
Hi all,
I'm running CentOS 5.5 Final, Java version "1.6.0_17" OpenJDK Runtime
Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-x86_64) OpenJDK 64-Bit
Server VM (build 14.0-b16, mixed mode) installed via Yum.
We have a java application, packaged as a jar, running on our servers
which, periodically, crawls RSS feeds and writes the articles to a
database.
Randomly, and seemingly without cause, thes...
2013 Jul 31
1
[LLVMdev] error on compiling vmkit
...tart(j3::JavaThread*) + 1376
8 vmjc 0x0000000000618828
vmkit::Thread::internalThreadStart(vmkit::Thread*) + 680
9 libpthread.so.0 0x00002b8a5b476b50
10 libc.so.6 0x00002b8a5c313a7d clone + 109
Aborted
java -version:
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
Best regards,
Mkh
2009 Jan 27
1
rJava in R 2.8.1 on Ubuntu 8.10
...linux-gnu
system x86_64, linux-gnu
status
major 2
minor 8.1
year 2008
month 12
day 22
svn rev 47281
language R
version.string R version 2.8.1 (2008-12-22)
> java -version # at terminal prompt
java version "1.6.0_0"
IcedTea6 1.3.1 (6b12-0ubuntu6) Runtime Environment (build 1.6.0_0-b12)
OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode)
stgries at stgries-acer:~$
on Ubuntu 8.10 (Kernel 2.6.27-9)
on an AMD Phenom Triple-Core
The problem arises here:
java libs : '-L/usr/lib/jvm/java-6-openjdk/jre/lib/amd6...
2009 Jan 28
1
[LLVMdev] Newbie question: Getting info about JIT-compiled function
...f not, is there an alternate
> > way to determine the size (in bytes) of the native function?
>
> The answer seems to be "create your own memory manager and define
> endFunctionBody()". If you have a look at class MyJITMemoryManager in
> http://icedtea.classpath.org/hg/icedtea6/file/0507a324ec22/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
you'll see how I did it.
I took a look and it makes sense (though it does seem a bit heavyweight).
I'll give it a try.
> > Question (2): Does LLVM have any routines for printing the
> > disassembly of a nati...
2012 Feb 24
3
install rJava in Ubuntu 11.10
..._packages?
Warning message:
In install.packages("rJava") :
installation of package 'rJava' had non-zero exit status
=========================================
EXISTING JAVA INSTALLAION
john at ubuntu:~$ java -version
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1)
OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
=======================================
I have re-run "R CMD javareconf" as root.
Does the R CMC javareconf need something added?
(i.e. R CMD javaconf xxx)
Do I really need a Java Developme...
2010 Nov 04
2
[LLVMdev] I source required?
I am using Ubuntu 10.04, I have installed llvm 2.7 using
apt-get(synaptic). I really do not want to install the souce, build
it,......
the include is at /usr/include/llvm/
the lib is at /usr/lib/llvm/lib/
the configure stuff is /usr/lib/lvm/build/
the llvm bins is in PATH
I am try to write a configure.ac
any ideas?
2011 Feb 10
0
JGR and font antialiasing
Hi,
I've noticed that font antialiasing is enabled in the console window,
but not in the editor windows. I'm using R version 2.12.1. JGR 1.7.4 and
the jdk from Ubuntu 10.04, which claims to be: OpenJDK Runtime
Environment (IcedTea6 1.9.5) (6b20-1.9.5-0ubuntu1~10.04.1). Is that a
problem with my installation? Has someone else noticed that issue?
Regards,
Matthias
2012 Jan 17
2
Java+Tomcat on CentOS 6.x
So whats good practice for installing Java/JDK and Tomcat for EL6 these
days? The base repository included Tomcat6.6 is built with GCJ which
I'd rather avoid. I'm fine with using OpenJDK ... Do most folks just use
the Apache tarball for Tomcat and install it in a user directory or
/opt/something ?
--
john r pierce N 37, W 122
santa cruz ca
2009 Jan 27
1
[LLVMdev] Newbie question: Getting info about JIT-compiled function
Apologies if this is a FAQ.
I am using the LLVM JIT facility on an x86_64 platform. I generate IR for a single function using IRBuilder(), use the FunctionPassManager to do some optimization passes, and then call ExecutionEngine::getPointerToFunction() to get a native-code version of the function. Everything works fine so far.
Two questions:
Question (1): How can I get the size of the native
2010 Oct 05
0
[LLVMdev] 2.8 Release notes - LLVM r100304 API change and OpenJDK/IcedTea got support
...the extensions that
IcedTea provides is a new JIT compiler named *<a
href=**"http://icedtea.classpath.org/wiki/ZeroSharkFaq"**>*Shark*</a>* which uses LLVM
to provide native code generation without introducing processor-dependent
code.
*</p>
<p**> OpenJDK* 7 b112, Icedtea6 1.9 and Icedtea7 1.13 and later have been tested
and are known to work with LLVM 2.8
(and continue to work with older LLVM releases >= 2.6 as well).*</p>*
*</div>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/ll...
2011 Mar 10
1
[LLVMdev] LLVM 2.9 release notes + "Projects using LLVM" + API changes
Hi All,
With 2.9 starting to make its way out into the world, it is time to start poking at the release notes. I plan to make a pass through llvm-commits to cull some of the major changes into bullets, but am already behind and insanely busy with other stuff over the next week.
If you have commit access, I'd really appreciate it if you could take a pass through llvm/docs/ReleaseNotes.html
2010 Sep 23
4
CentOS, Firefox, and Java Plugin
The latest updates to CentOS 5.5 seem to have broken the Java plugin, and have defeated any and all attempts to get it working again. I'm running CentOS 5.5 (32-bit) and Firefox 3.6.9 (installed from the CentOS repository); I've tried BOTH the openJDK plugin available through the Argeo repositories, and installing Java 1.6.0 directly from Sun/Oracle and creating the plugin soft link in
2010 Oct 04
5
[LLVMdev] 2.8 Release notes
Hi All,
I've finished the first draft of the 2.8 release notes:
http://llvm.org/docs/ReleaseNotes.html
Please feel free to commit improvements and enhancements. There are "a lot" of changes that went into 2.8, but I think I've scraped most of them out of the commits. However, it is also highly likely that I missed something, so if I missed your favorite feature, please speak
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes
include new features and bug fixes. For details on changes
in this release, please see the release notes below.
# Downloads
Available in native package format at
http://yum.puppetlabs.com
http://apt.puppetlabs.com
Source (same license as Puppet): http://github.com/puppetlabs/puppetdb
Available for use with Puppet
2010 Dec 06
10
R crashes when making graphs
hi,
i am running R with JGR and Deducer under Ubuntu Mint Lucid. since i updated to R 2.12 i can no longer make graphs - R just crashes.
the full error report was posted to launchpad (https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/675905) without any success so far.
anyone with a similar problem or helpful suggestions?
thanks!
kat
2013 May 08
14
PuppetDB: SSL problems
Hi all,
I''m setting up puppetdb to for storing facts et cetera. I installed
puppetdb-1.3.0-1.el6.noarch.rpm on my puppetdb.local host (which is
puppetized). This seems to work, service starts :).
When I edit the settings on my puppetmaster (puppet.local), something goes
wrong. I am following the guide [1]. I put the settings (storeconfigs =
true, storeconfigs_backend=puppetdb) on my
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...ags 701263 + jessie
Bug #701263 [src:cp2k] cp2k: ftbfs with GCC-4.8
Added tag(s) jessie.
> tags 680843 + jessie
Bug #680843 [src:libcatalyst-view-component-subinclude-perl] libcatalyst-view-component-subinclude-perl: FTBFS: tests failed
Added tag(s) jessie.
> tags 607818 + jessie
Bug #607818 [icedtea6-plugin] icedtea6-plugin: does not register itself as "iceweasel-javaplugin.so" alternative
Added tag(s) jessie.
> tags 234547 + jessie
Bug #234547 [ptex-bin] To compile sjis pLaTeX file...
Added tag(s) jessie.
> tags 617066 + jessie
Bug #617066 [src:software-center] software-center:...