Monthly Archives: October 2009

Mint Matrix Market Reader for Sparse Matrix Multiply Benchmark

I added a Matrix Market file reader for the MatrixMultiplySparse benchmark and used the 183-by-138 matrix we had picked out. The reader seems to work, and if I set the heap size to 1.3 GB, then the compiler almost gets … Continue reading

Share
Posted in Mint | Leave a comment

Print This Post Print This Post   Email This Email This

Funny Feature Request of the Day

Funny feature request of the day: Zoom In Zoom Out I would like to request you to please kindly add Zoom in Zoom out feature in print preview. Please do it as soon as possible bcz we are having difficulties … Continue reading

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post   Email This Email This

Mint Compile Time Improvement

I just committed a small change as a result of profiling Mint programs: We are now treating all compiler invocations as one long compile session, instead of having many short ones during the execution of a Mint program. This reduces … Continue reading

Share
Posted in Mint | Leave a comment

Print This Post Print This Post   Email This Email This

Legitimate Chase Email?

I received an email from Chase, and it seems to be legitimate, but gmail flags it as suspicious. No wonder, it contains the following link: www.Chase.com The domain cardmemberservices.com belongs to JPMorgan Chase as well, but it is not the … Continue reading

Share
Posted in Uncategorized | Leave a comment

Print This Post Print This Post   Email This Email This

Softpedia “100% Clean” Award for DrJava

DrJava has been included in the Softpedia software database. Furthermore, their staff certifies with their “100% Clean” award that our software is free from malware: DrJava has been tested in the Softpedia labs using several industry-leading security solutions and found … Continue reading

Share
Posted in DrJava | Leave a comment

Print This Post Print This Post   Email This Email This

Paper: Test-First Java Concurrency for the Classroom

Test-First Java Concurrency for the Classroom 41st Technical Symposium on Computer Science Education (SIGCSE 2010) Concurrent programming is becoming more important due to the growing dominance of multi-core processors and the prevalence of graphical user interfaces (GUIs). To prepare students … Continue reading

Share
Posted in Concurrent Unit Testing, Publications | Leave a comment

Print This Post Print This Post   Email This Email This

SIGCSE Paper Accepted!

The paper that I submitted to SIGCSE a month and a half ago, “Test-First Java Concurrency for the Classroom”, got accepted! That means I’m going to Milwaukee in March. Update: I just realized that if my other paper currently under … Continue reading

Share
Posted in Concurrent Unit Testing, Research | Leave a comment

Print This Post Print This Post   Email This Email This

A Repeating Pattern of Hate: SourceForge

I’m hating SourceForge again, and this is a very frequent thing. This time, I’m hating it for two reasons: News submission is broken. I made a new DrJava development release, drjava-20091021-r5004, but I can’t post a news release, because the … Continue reading

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post   Email This Email This

New ConcJUnit Annotations and Method Name Suffixes

I guess I should mention that I changed the ConcJUnit annotations (@Test) and method name suffixes (testFoo_NOJOIN) a little bit. I had noticed that putting a _NOJOIN suffix on a test method or using a @Test(forceThreadJoin=false) annotation entirely disabled the … Continue reading

Share
Posted in Uncategorized | 2 Comments

Print This Post Print This Post   Email This Email This

New Version of DrJava with Mint

I just made a new release of the all-in-one DrJava with Mint: drjava-r5121-mint-r14186.jar On the Mint side, there is only one small change: Previously, the Mint compiler only appeared in the “Compiler” drop-down box if the “Display all compiler versions” … Continue reading

Share
Posted in Mint | Leave a comment

Print This Post Print This Post   Email This Email This

Today’s Loose Ends

I’m in the process of wrapping up today’syesterday’s loose ends: I made a new ConcJUnit release, 20091019, containing the files for versions 3.8.2 and 4.7, as described at the end of the last post. There is a new version of … Continue reading

Share
Posted in Concurrent Unit Testing, Mint, Research | Leave a comment

Print This Post Print This Post   Email This Email This

Two Confusing Errors

A while ago, I was told by our one-and-only client of Mint that the version of DrJava with Mint does not display Mint as a compiler, even though it is included in the jar file and therefore should be available. … Continue reading

Share
Posted in Concurrent Unit Testing, DrJava, Mint, Ramblings | Leave a comment

Print This Post Print This Post   Email This Email This

More Artificially Complex Problem Spaces

At the Rice Computer Science Affiliates Meeting, I just listened to an interesting talk by Keith Cooper about the PACE (platform-aware compilation environment) project. Keith mainly talked about resource and configuration detection, e.g. detecting cache sizes and alignment. Moshe Vardi … Continue reading

Share
Posted in Ramblings | Leave a comment

Print This Post Print This Post   Email This Email This

AWT Exception Handler Cannot Be Reset After Exception

When testing ConcJUnit some more from inside DrJava, I noticed some weird behavior. I had a JUnit 3.8.2 version of a test, and an equivalent JUnit 4 version. Run independently, they behaved as expected (which in my line of work … Continue reading

Share
Posted in Concurrent Unit Testing, Ramblings, Uncategorized | Leave a comment

Print This Post Print This Post   Email This Email This

And the Annoying Twit of the Month Award Goes to…

And the annoying twit of the month award goes to… this guy, a student at the Ozarks Technical Community College, for his truly legendary effort of generating 38 support emails to us without considering that the problem might be in … Continue reading

Share
Posted in DrJava, Ramblings | 2 Comments

Print This Post Print This Post   Email This Email This

Confusing Hudson Test Failure

After moving our Hudson server to a new server, we started to experience a very confusing test failure in the Java Language Levels module. The test that failed was AdvancedLevelTest.testShouldBeErrors. It compiles the files in javalanglevels/testFiles/forAdvancedLevelTest/shouldBreak/ and makes sure that … Continue reading

Share
Posted in DrJava, Ramblings | Leave a comment

Print This Post Print This Post   Email This Email This

DrJava’s Most Annoying Bug is Sun’s JVM Bug

Corky just notified me that the very pesky ArrayIndexOutofBoundsException in DrJava that has been reported in numerous bug reports (assigned to be duplicates of the first report, 2831821: Caret updating is broken) is actually a JVM bug, not a bug … Continue reading

Share
Posted in DrJava | 1 Comment

Print This Post Print This Post   Email This Email This

String Comparisons for Common Words Are Bad

It has been a long time since the last item went on the code pranger. I’ve pulled my hair out over many things during the last months, but this is the first time in a long while that I slapped … Continue reading

Share
Posted in Code Pranger, DrJava | Leave a comment

Print This Post Print This Post   Email This Email This

Hudson Moved to Denmark

I just migrated our Hudson continuous integration server from my workstation (finland.cs, now a Dell Studio 435 with a 2.66 GHz i7 — thanks Corky!) to denmark.cs, a dedicated server (my former workstation, a Dell Dimension 9200 with a 3 … Continue reading

Share
Posted in DrJava, Uncategorized | Leave a comment

Print This Post Print This Post   Email This Email This

All in One File!

After integrating Mint into DrJava last week, we have now made it even simpler to experiment with Mint: You can download a copy of DrJava that already includes the Mint compiler, all in one file: DrJava with Mint (check the … Continue reading

Share
Posted in DrJava, Mint | Leave a comment

Print This Post Print This Post   Email This Email This