michaelrocks
04/28/2016, 4:33 PMget()
on an object of a raw type.cedric
04/28/2016, 4:35 PMMap map = new HashMap();
map.get("a");
cedric
04/28/2016, 4:36 PMMap<Integer, String>
and it no longer compiles.cedric
04/28/2016, 4:36 PMmichaelrocks
04/28/2016, 4:37 PMcedric
04/28/2016, 4:39 PMcedric
04/28/2016, 4:40 PMequals()
was defined without generics and this ripples through the type systemcedric
04/28/2016, 4:40 PMrm
04/28/2016, 5:03 PMrm
04/28/2016, 5:03 PMcedric
04/28/2016, 5:39 PMandrewlmurray
04/28/2016, 6:06 PMkevinmost
04/28/2016, 6:44 PMcedric
08/12/2016, 5:38 AM$ uname -a
MINGW32_NT-6.2 ******** 1.0.12(0.46/3/2) 2012-07-05 14:56 i686 unknown
cedric
08/12/2016, 5:39 AMbamdmux
08/12/2016, 5:39 AMsupaham
08/12/2016, 10:59 AMsupaham
08/12/2016, 11:00 AMsargunv
08/12/2016, 2:14 PMsargunv
08/12/2016, 2:14 PMcorneil
08/12/2016, 2:33 PMexport JAVA_OPTIONS="-Xint"
you will probably just get a hanging program.
With JIT disabled you discover what the people on the JVM team has really been doing.corneil
08/12/2016, 2:34 PMuname -a
Linux ******** 3.4.0+ #1 PREEMPT Thu Aug 1 17:06:05 CST 2013 x86_64 x86_64 x86_64 GNU/Linux
They seem really proud about the x86_64 thingsreich
08/12/2016, 4:35 PMsupaham
08/12/2016, 8:19 PMsupaham
08/12/2016, 8:19 PMzoltu
08/12/2016, 8:40 PMzoltu
08/12/2016, 8:41 PMzoltu
08/12/2016, 8:41 PMzoltu
08/12/2016, 8:42 PMcedric
08/12/2016, 8:42 PM.kts
, you can have both 🙂