Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > How to enable JIT?

Reply
Thread Tools

How to enable JIT?

 
 
Lew
Guest
Posts: n/a
 
      02-23-2009
On Feb 23, 8:36*am, Thomas Pornin <por...@bolet.org> wrote:
> According to Lew *<no...@lewscanon.com>:
>
> > Well, I was rather hoping that you'd report the results of *your* tests

>
> These are *my* tests. I wrote myself the 33 hash function
> implementations, both C and Java. I ran the experiments and performed
> the measures. I wrote the reports.
>


These are the source files for the tests. They are not the actual
test runs with their results. But that's all right - obviously you
don't want to share your results and that's your privilege.

> > I'm finding that the language barrier interferes with my ability to
> > find the appropriate download links.

>
> That may be a technological barrier. The page features a quite visible,
> blinking icon of a floppy disk with an arrow, which basically means "to
> download click on me". So either you are using a text-only browser, or


Oh, now *that's* a universal icon.

Regardless, I am interested in your results, which you've made quite
plain you don't wish to share. Thanks anyway.

--
Lew

 
Reply With Quote
 
 
 
 
mnabil64 mnabil64 is offline
Junior Member
Join Date: Jul 2012
Posts: 1
 
      07-01-2012
You can disable JIT using the java.compiler option below. JIT is called at runtime.

javac MyClass.java

java -Djava.compiler=NONE MyClass
or
java -Djava.compiler="" MyClass
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to enable people to pay me....(enable credit card payments in my web app) Patrick ASP .Net 1 11-10-2005 11:07 AM
error message when trying to enable Internet Connection Sharing =?Utf-8?B?R2FtZXJtYW41Mg==?= Wireless Networking 0 01-25-2005 04:15 AM
Adapters to Enable an hp Printer to Wireless =?Utf-8?B?YmVuZWRpY3Qx?= Wireless Networking 1 12-26-2004 01:01 AM
How to enable WPA in XP SP2 Steve Wireless Networking 1 11-10-2004 06:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57