I have this system:

$$\frac{dx}{dt} = \begin{bmatrix}0 & -1\\1 & 0\end{bmatrix}x+\begin{bmatrix}1 \\0\end{bmatrix}i$$
1st: Is this system stable? I think it is stable, but not asymptotically stable.
$$ s_{1,2} = \pm j$$
2nd: How can I tell, that this stands for a circle in the $u_C - i_L$ plane?
Consider the squared euclidean distance between a trajectory at a given time $t$ and the origin:
$V(x(t))=x_1^2(t)+x_2^2(t)$.
Examine it's time-derivative:
$\frac{d}{dt}V(x(t))=\frac{d}{dt}(x_1^2(t)+x_2^2(t))=2(\dot{x}_1x_1+\dot{x}_2x_2)=2i(t)$.
So, if $i(t)\equiv 0$, then for all $t\geq0$
$\frac{d}{dt}V(x(t))=0\Rightarrow V(x(t)) = V(x(0))$.
In other words, the distance between a trajectory at any time $t$ and the origin is the same as it was at time $0$. In turn, this implies that the trajectories are subsets of the circle centred at the origin of radius $\sqrt{x_1^2(0)+x_2^2(0)}$. In addition, the system has a unique equilibrium, the origin, which is not inside the circle (unless $x(0)=0$, in which case $x(t)=0$ for all $t\geq0$) so by uniqueness of solutions (see http://en.wikipedia.org/wiki/Picard%E2%80%93Lindel%C3%B6f_theorem), the trajectory must be going round the circle. Lastly, examining the vector field (i.e., the direction in which $\frac{dx}{dt}$ points for different $x$) one can see that the trajectories must be rotating counterclockwise.
By the way, note that the above implies that the system system is stable in the sense of Lyapunov (see http://en.wikipedia.org/wiki/Lyapunov_stability).