-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Create a kernel with a static inner class
What is the expected output? What do you see
instead?
I expected to have an exception thrown, but instead it compiled and ran fine.
The code reverted to JTP mode.
What version of the product are you using? On what operating system?
I'm running on windows 7 java 1.6
Please provide any additional information below.
The problem also occurs with nonstatic inner classes as long as you don't
instantiate them. Aparapi check for any "new" instructions.
This behavior seem inconsistent.
Original issue reported on code.google.com by Steven.L...@gmail.com on 14 Sep 2012 at 11:54
Reactions are currently unavailable