This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20100813074624.blog

26 lines
4.8 KiB
Plaintext

Oracle sues Google over Java implementation methods.
<p>Oracle has just sued Google over implementation methods used in the Dalvik virtual machine at the heart of the Android operating system. The <a href="http://regmedia.co.uk/2010/08/13/oracle_complaint_against_google.pdf">complaint</a> alleges knowing and willful infringement of seven patents originally issued to Sun Microsystems. </p>
<p>Oracle has retained Boies, Schiller &#038; Flexner. One wonders if they&#8217;ll be any more competent than they were on the SCO lawsuit&#8230;</p>
<p>Results of a quick skim of the patents follow.</p>
<p><span id="more-2443"></span></p>
<p>Here&#8217;s the list:</p>
<p><a href="http://www.google.com/patents/about?id=dyQGAAAAEBAJ&#038;dq=6125447">6125447: Protection domains to provide security in a computer system</a></p>
<p><a href="http://www.google.com/patents/about?id=G1YGAAAAEBAJ&#038;dq=6,192,476%3B">6192476: Controlling access to a resource</a></p>
<p><a href="http://www.google.com/patents/about?id=TzsPAAAAEBAJ&#038;dq=5,966,702">5966702: Method and apparatus for pre-processing and packaging class files</a></p>
<p><a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&#038;Sect2=HITOFF&#038;p=1&#038;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&#038;r=2&#038;f=G&#038;l=50&#038;co1=AND&#038;d=PTXT&#038;s1=7,426,720&#038;OS=7,426,720&#038;RS=7,426,720">7426720: System and method for dynamic preloading of classes through memory space cloning of a master runtime system process</a></p>
<p><a href="http://www.google.com/patents/about?id=8xkPAAAAEBAJ&#038;dq=RE38,104">RE38,104: Method and apparatus for resolving data references in generated code</a></p>
<p><a href="http://www.google.com/patents/about?id=U-4UAAAAEBAJ&#038;dq=6,910,205">6910205: Interpreting functions utilizing a hybrid of virtual and native machine</a></p>
<p><a href="http://www.google.com/patents/about?id=mEwEAAAAEBAJ&#038;dq=6,061,520">6061520:Method and system for performing static initialization</a></p>
<p>The six patents we can see are all mobile-Java implementation methods. Most seem to relate to optimization techniques, compilation, and JNI, though the claim language is general and vague enough in some cases that it is difficult to be certain.</p>
<p>I&#8217;m not seeing any algorithmic depth here &#8211; Google&#8217;s defense will almost certainly in part be that all this stuff fails the obviousness bar. There is also an interesting question as to whether Oracle has met its obligation under law to notify Google and allow it reasonable time to cure the infringement (removing these techniques from the Dalvik machine) before suing. </p>
<p>The commenter who <a href=""http://esr.ibiblio.org/?p=2424&#038;cpage=2#comment-272323>tossed the complaint link at me</a> notes that Steve Jobs and Larry Ellison are best buddies. So this could in part be Apple, rapidly losing the market-share battle to Android, striking back by proxy. I&#8217;m guessing Ellison told his lawyers to throw anything at Google that they thought might stick, and do it yesterday. </p>
<p>On a slightly different level, I think this is Apple implicitly conceding that it can&#8217;t beat Android with product design and needs to stop the competition before iOS gets kerb-stomped.</p>
<p>This post may be updated as I learn more.</p>
<p>UPDATE: On rereading, I see that there are copyright as well as patent claims; they&#8217;ll have to pierce Google&#8217;s clean-room defense to make those stick. Also, while they do seek an injunction, I see no request for a temporary restraining order; this suggests that Oracle&#8217;s lawyers know they don&#8217;t have an open-and-shut case and are wary of overplaying their hand. But if that&#8217;s so, why the actual-damages claim? Puzzling.</p>
<p>UPDATE2: A commenter found a link to the &#8216;720 patent. These weakens the argument that the complaint was a sloppy rush job.</p>
<p>UPDATE3: There&#8217;s prior art for the &#8216;720 patent <a href="http://www.zdnet.com/blog/burnette/oracle-uses-james-gosling-patent-to-attack-google-and-android-developers/2035">in Emacs</a>. Happens I know that part of the Emacs codebase of old and can confirm the author is correct. One down, six to go.</p>
<p>UPDATE4: I was incorrect in thinking the direct monetary damages claim is unsustainable; Oracle inherited J2ME, which it licenses to some handset makers.</p>
<p>UPDATE5: J2ME gives Oracle more skin in the mobile-Java game than I knew. This decreases the likelihood that Larry Ellison is doing a favor for his best buddy Steve.&#8217;</p>
<p>UPDATE6: Predating the &#8216;476 patent, <a href="http://www.opengroup.org/rfc/rfc86.0.html">RFC 86.0</a> is probably grounds for an obviousness challenge.</p>
<p>UPDATE7: It has been alleged that the technique described in the &#8216;205 patent was described in <cite>Efficient implementation of the smalltalk-80 system</cite> (1984)</p>