﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18	Port com.sun.tools.attach	dmik		"Port com.sun.tools.attach (http://download.oracle.com/javase/6/docs/jdk/api/attach/spec/com/sun/tools/attach/package-summary.html). It uses VirtualAllocEx() to allocate memory in another process which is not implemented in Odin.

This attach API is new in JDK 6 which might explain why this function is not in Odin. There also may be difficulties in implementing VirtualAllocEx() on OS/2. A wild thought suggests that we need to inject our DLL in a foreign process in order to do that on OS/2 which looks like too much hassle just for this simple Java API. Other ways of implementing the same functionality besides VirtualAllocEx() should be investigated (may be worth to check the Linux implementation).

Putting this to Enhanced so far, since at the first sight it looks like a low-level JVM infrastructure management tool the majority of end-user applications don't need."	enhancement	new	major	Enhanced	general		medium			
