472,805 Members | 830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

JVM hotspot support for IBM JDK 141

To the Group:

Hi all,

I am using a java/pdf report engine namely Elixir Report Server. The
report server uses JDK 1.4.1 with hotspot server JVM support.

My application runs on AIX and the IBM JDK1.4.1 doesn't support
hotspot option.
Since the report server fails to startup as it cannot find the jvm
hotspot support (using -server jvm option).

I'm looking for any workaround and your immediate respnose would be
appreciated.
Thanks and Regards,
Francis Joseph
Jul 17 '05 #1
2 3742
FSJOSEPH wrote:
I am using a java/pdf report engine namely Elixir Report Server. The
report server uses JDK 1.4.1 with hotspot server JVM support.

My application runs on AIX and the IBM JDK1.4.1 doesn't support
hotspot option.
Since the report server fails to startup as it cannot find the jvm
hotspot support (using -server jvm option).
IBM's Java Runtimes don't include HotSpot, as they haven't licensed
this technology from Sun (that I'm aware of at least). Instead, IBM
provides its own JIT optimization technologies, which are sometimes
actually _faster_ than HotSpot.
I'm looking for any workaround and your immediate respnose would be
appreciated.


Change whatever launch scripts you're using to remove the "-server" option.

Brad BARCLAY

--
=-=-=-=-=-=-=-=-=
From the OS/2 WARP v4.5 Desktop of Brad BARCLAY.
The jSyncManager Project: http://www.jsyncmanager.org

Jul 17 '05 #2
Yes, that's correct.

Try http://www-106.ibm.com/developerworks/java/jdk/ for more info.

Brad BARCLAY wrote:
FSJOSEPH wrote:
I am using a java/pdf report engine namely Elixir Report Server. The
report server uses JDK 1.4.1 with hotspot server JVM support.

My application runs on AIX and the IBM JDK1.4.1 doesn't support
hotspot option.
Since the report server fails to startup as it cannot find the jvm
hotspot support (using -server jvm option).

IBM's Java Runtimes don't include HotSpot, as they haven't licensed
this technology from Sun (that I'm aware of at least). Instead, IBM
provides its own JIT optimization technologies, which are sometimes
actually _faster_ than HotSpot.
I'm looking for any workaround and your immediate respnose would be
appreciated.

Change whatever launch scripts you're using to remove the "-server"
option.

Brad BARCLAY


Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Naresh Agarwal | last post by:
Hi What are the different kinds of JVMs exist and in what respect do they differ. What is the difference between client, server, classic and hotspot jvms? thanks, Naresh
1
by: Mario_5 | last post by:
I made a small application which print some JPanel content: .... disableDoubleBuffering(componentToBePrinted); componentToBePrinted.paint(graphics); enableDoubleBuffering(componentToBePrinted);...
3
by: aurora | last post by:
I have a parser I need to optimize. It has some disk IO and a lot of looping over characters. I used the hotspot profiler to gain insight on optimization options. The methods show up on on the...
2
by: Cindy | last post by:
hi, Can someone tell me what is a hotspot button? Is it done using javascript? Thanks. Regards, Cindy
6
by: cournape | last post by:
Hi there, I have some scientific application written in python. There is a good deal of list processing, but also some "simple" computation such as basic linear algebra involved. I would like to...
1
by: John J. Hughes II | last post by:
Using the Visual C#.Net editor I have created a cursor.cur file as a resource. I would like to be able to set the hotspot. The problem is the "Set Hotspot Tool" is deselected. Anyone have a clue...
2
by: Perspolis | last post by:
Hi all I want to have hotSpot on my image. I put some lables on it and when I click image I can know where I select. it works but if my image zoom in/out I lose positions of lables.. what's your...
1
by: Lespaul36 | last post by:
I have a couple of custom cursors that I loaded as embeded resource and then create a customcursor array. Is there a way to change the hotspot on the cursors. I need one of them to be closer to...
1
by: yo | last post by:
I need to display some geographic related database records on an image map object. So far all the examples I found show hard coded hotspot coordinates. I would like to get some sameple code...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.